public static class TransportUIFactory.HintTextAreaObject extends TransportUIFactory.TextAreaObject implements IHintTextAreaObject
| Constructor and Description |
|---|
HintTextAreaObject(String value, String hint, int cols, int numRows, boolean readOnly)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHint()
returns the hint
|
int |
getType()
returns the type
|
void |
setHint(String hint)
sets the hint
|