Class AccountInput
- java.lang.Object
-
- de.willuhn.jameica.gui.input.AbstractInput
-
- de.willuhn.jameica.gui.input.TextInput
-
- de.willuhn.jameica.hbci.gui.input.AccountInput
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.input.Input
,de.willuhn.jameica.gui.Part
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.
-
-
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
-
-