public class HintTextAreaObject extends TextAreaObject implements IHintTextAreaObject
DEFAULT_NUMBER_OF_ROWS, DEFAULT_SIZE
TYPE_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 |
---|
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, setValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNumCols, getNumRows, getReadOnly, getValue, setValue
public HintTextAreaObject(java.lang.String value, java.lang.String hint, int cols, int numRows, boolean readOnly)
public int getType()
getType
in interface UIObject
getType
in class TextAreaObject
public java.lang.String getHint()
getHint
in interface IHintTextAreaObject
public void setHint(java.lang.String hint)
setHint
in interface IHintTextAreaObject