Class AccountInput

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.input.Input, de.willuhn.jameica.gui.Part
    Direct Known Subclasses:
    BICInput, BLZInput

    public class AccountInput
    extends de.willuhn.jameica.gui.input.TextInput
    Basis-Klasse fuer die Eingabe von Kontonummern, BLZ und BIC. Erlaubt das Einfuegen von Leerzeichen, die automatisch entfernt werden.
    • Field Summary

      • Fields inherited from class de.willuhn.jameica.gui.input.TextInput

        text
      • Fields inherited from interface de.willuhn.jameica.gui.input.Input

        DATAKEY_TOOLTIP
    • Constructor Summary

      Constructors 
      Constructor Description
      AccountInput​(java.lang.String value, int maxlength)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setValidChars​(java.lang.String chars)
      Ueberschrieben, um zusaetzlich noch die Leerzeichen zuzulassen.
      • Methods inherited from class de.willuhn.jameica.gui.input.TextInput

        disable, enable, focus, getControl, getHint, getTextWidget, getValue, isEnabled, setEnabled, setHint, setMaxLength, setValue
      • Methods inherited from class de.willuhn.jameica.gui.input.AbstractInput

        addListener, getData, getName, getParent, getStyleBits, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AccountInput

        public AccountInput​(java.lang.String value,
                            int maxlength)
        ct.
        Parameters:
        value - Initialer Wert.
        maxlength - Maximale Laenge.
    • Method Detail

      • setValidChars

        public void setValidChars​(java.lang.String chars)
        Ueberschrieben, um zusaetzlich noch die Leerzeichen zuzulassen.
        Overrides:
        setValidChars in class de.willuhn.jameica.gui.input.AbstractInput
        See Also:
        AbstractInput.setValidChars(java.lang.String)