|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.keyoti.rapidSpell.web.TextComponentInterfaceType
public class TextComponentInterfaceType
Possible text box interface type identifiers.
Field Summary | |
---|---|
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 Summary | |
---|---|
TextComponentInterfaceType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int Standard
public static final int HTMLTextBox
public static final int Custom
public static final int Automatic
Constructor Detail |
---|
public TextComponentInterfaceType()
Method Detail |
---|
public static java.lang.String getNameFor(int interfaceId)
public static int getIntFor(java.lang.String name)
|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |