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, setValidChars
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disable, enable, focus, getControl, getHint, getValue, isEnabled, setEnabled, setHint, setMaxLength, setValue
public 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()
AbstractInput
getStyleBits
in class AbstractInput
AbstractInput.getStyleBits()
protected void update() throws OperationCanceledException
AbstractInput
update
in class AbstractInput
OperationCanceledException
AbstractInput.update()
public void setHeight(int height)
height
- die Hoehe des Eingabe-Feldes in Pixeln.