|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.input.AbstractInput
de.willuhn.jameica.gui.input.TextInput
de.willuhn.jameica.gui.input.TextAreaInput
public class TextAreaInput
Mehrzeiliges Text-Eingabe-Feld.
| Field Summary |
|---|
| Fields inherited from class de.willuhn.jameica.gui.input.TextInput |
|---|
text |
| Constructor Summary | |
|---|---|
TextAreaInput(java.lang.String value)
ct. |
|
TextAreaInput(java.lang.String value,
int maxLength)
ct. |
|
| Method Summary | |
|---|---|
protected int |
getStyleBits()
Liefert die Stylebits (GridData-Settings), welche zum Erstellen des Widgets verwendet werden. |
| Methods inherited from class de.willuhn.jameica.gui.input.TextInput |
|---|
disable, enable, focus, getControl, getValue, isEnabled, setEnabled, setMaxLength, setValue |
| Methods inherited from class de.willuhn.jameica.gui.input.AbstractInput |
|---|
addListener, getName, getParent, hasChanged, isMandatory, paint, paint, setComment, setInvalidChars, setMandatory, setName, setValidChars |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
protected int getStyleBits()
AbstractInput
getStyleBits in class AbstractInputAbstractInput.getStyleBits()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||