DATAKEY_TOOLTIP| Constructor | Description |
|---|---|
TextAreaInput(java.lang.String value) |
ct.
|
TextAreaInput(java.lang.String value,
int maxLength) |
ct.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getStyleBits() |
Liefert die Stylebits (GridData-Settings), welche zum Erstellen des Widgets
verwendet werden.
|
void |
setHeight(int height) |
Legt die Hoehe des Eingabe-Feldes als Layout-Hint fest.
|
protected void |
update() |
Wird immer dann aufgerufen, wenn eines der Controls des
Eingabe-Feldes aktualisiert wird.
|
addListener, getData, getName, getParent, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, setValidCharsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisable, enable, focus, getControl, getHint, getValue, isEnabled, setEnabled, setHint, setMaxLength, setValuepublic TextAreaInput(java.lang.String value,
int maxLength)
value - Initial anzuzeigender Text.maxLength - Maximale Text-Laenge.public TextAreaInput(java.lang.String value)
value - Initial anzuzeigender Text.public int getStyleBits()
AbstractInputgetStyleBits in class AbstractInputAbstractInput.getStyleBits()protected void update()
throws OperationCanceledException
AbstractInputupdate in class AbstractInputOperationCanceledExceptionAbstractInput.update()public void setHeight(int height)
height - die Hoehe des Eingabe-Feldes in Pixeln.