Class BICInput
- java.lang.Object
-
- de.willuhn.jameica.gui.input.AbstractInput
-
- de.willuhn.jameica.gui.input.TextInput
-
- de.willuhn.jameica.hbci.gui.input.AccountInput
-
- de.willuhn.jameica.hbci.gui.input.BICInput
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.input.Input
,de.willuhn.jameica.gui.Part
public class BICInput extends AccountInput
Implementierung eines Eingabefeldes fuer die BIC. Erlaubt die Eingabe von kleinen Buchstaben - ersetzt diese jedoch automatisch gegen Grossbuchstaben.
-
-
Constructor Summary
Constructors Constructor Description BICInput(java.lang.String value)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValue(java.lang.Object value)
-
Methods inherited from class de.willuhn.jameica.hbci.gui.input.AccountInput
setValidChars
-
Methods inherited from class de.willuhn.jameica.gui.input.TextInput
disable, enable, focus, getControl, getHint, getTextWidget, getValue, isEnabled, setEnabled, setHint, setMaxLength
-
-