public static class TransportUIFactory.HintTextAreaObject extends TransportUIFactory.TextAreaObject implements IHintTextAreaObject
DEFAULT_NUMBER_OF_ROWS, 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.HintTextAreaObject(java.lang.String value, java.lang.String hint, int cols, int numRows, boolean readOnly)
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)
sets the hint
|
getNumCols, getNumRows, getReadOnly, getValue, setValueequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNumCols, getNumRows, getReadOnly, getValue, setValue
public TransportUIFactory.HintTextAreaObject(java.lang.String value,
java.lang.String hint,
int cols,
int numRows,
boolean readOnly)
public int getType()
getType in interface UIObjectgetType in class TextAreaObjectpublic java.lang.String getHint()
getHint in interface IHintTextAreaObjectpublic void setHint(java.lang.String hint)
setHint in interface IHintTextAreaObject