de.willuhn.jameica.gui.input
Class TextAreaInput

java.lang.Object
  extended by de.willuhn.jameica.gui.input.AbstractInput
      extended by de.willuhn.jameica.gui.input.TextInput
          extended by de.willuhn.jameica.gui.input.TextAreaInput
All Implemented Interfaces:
Input, Part

public class TextAreaInput
extends TextInput

Mehrzeiliges Text-Eingabe-Feld.

Author:
willuhn

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

TextAreaInput

public TextAreaInput(java.lang.String value,
                     int maxLength)
ct.

Parameters:
value - Initial anzuzeigender Text.
maxLength - Maximale Text-Laenge.

TextAreaInput

public TextAreaInput(java.lang.String value)
ct.

Parameters:
value - Initial anzuzeigender Text.
Method Detail

getStyleBits

protected int getStyleBits()
Description copied from class: AbstractInput
Liefert die Stylebits (GridData-Settings), welche zum Erstellen des Widgets verwendet werden.

Overrides:
getStyleBits in class AbstractInput
Returns:
die Style.Bits.
See Also:
AbstractInput.getStyleBits()