public static class TransportUIFactory.HintTextBoxObject extends TransportUIFactory.TextBoxObject implements IHintTextBoxObject
DEFAULT_SIZETYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_FILE_BROWSER, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX| Constructor and Description |
|---|
TransportUIFactory.HintTextBoxObject(java.lang.String value, java.lang.String hintValue, int size)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHint()
returns the hint
|
int |
getType()
returns the type
|
void |
setHint(java.lang.String hint)
returns the hint
|
getSize, getValue, isReadOnly, setValueequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSize, getValue, isReadOnly, setValue
public TransportUIFactory.HintTextBoxObject(java.lang.String value,
java.lang.String hintValue,
int size)
public int getType()
getType in interface UIObjectgetType in class TextBoxObjectpublic void setHint(java.lang.String hint)
setHint in interface IHintTextBoxObjectpublic java.lang.String getHint()
getHint in interface IHintTextBoxObject