public class TextComponentInterfaceType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Automatic
Use 'Automatic' for a smart interface which will identify rich/plain textboxes.
|
static int |
Custom
Use 'Custom' to define your own interface.
|
static int |
HTMLTextBox
Use 'HTMLTextBox' for some rich html text boxes (IE5+).
|
static int |
Standard
Use 'Standard' for regular HTML text boxes (input type='text' and textarea).
|
Constructor and Description |
---|
TextComponentInterfaceType() |
Modifier and Type | Method and Description |
---|---|
static int |
getIntFor(java.lang.String name)
Returns the int identifier for a string, if the string is not recognised Standard is returned.
|
static java.lang.String |
getNameFor(int interfaceId)
Returns the string name for an int identifier, if the identifier is not recognised "Standard" is returned.
|
public static final int Standard
public static final int HTMLTextBox
public static final int Custom
public static final int Automatic
public static java.lang.String getNameFor(int interfaceId)
public static int getIntFor(java.lang.String name)
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.