public class HintTextBoxObject extends TextBoxObject implements IHintTextBoxObject
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 |
---|
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, setValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSize, getValue, isReadOnly, setValue
public HintTextBoxObject(java.lang.String value, java.lang.String hintValue, int size)
public int getType()
getType
in interface UIObject
getType
in class TextBoxObject
public void setHint(java.lang.String hint)
setHint
in interface IHintTextBoxObject
public java.lang.String getHint()
getHint
in interface IHintTextBoxObject