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
Implementierung eines Eingabefeldes fuer die BIC.
Erlaubt die Eingabe von kleinen Buchstaben - ersetzt diese
jedoch automatisch gegen Grossbuchstaben.
-
Field Summary
Fields inherited from class de.willuhn.jameica.gui.input.TextInput
textFields inherited from interface de.willuhn.jameica.gui.input.Input
DATAKEY_TOOLTIP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.willuhn.jameica.hbci.gui.input.AccountInput
setValidCharsMethods inherited from class de.willuhn.jameica.gui.input.TextInput
disable, enable, focus, getControl, getHint, getTextWidget, getValue, isEnabled, setEnabled, setHint, setMaxLengthMethods inherited from class de.willuhn.jameica.gui.input.AbstractInput
addListener, addListener, getData, getName, getParent, getStyleBits, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, update
-
Constructor Details
-
BICInput
ct.- Parameters:
value- die BIC.
-
-
Method Details
-
setValue
- Specified by:
setValuein interfacede.willuhn.jameica.gui.input.Input- Overrides:
setValuein classde.willuhn.jameica.gui.input.TextInput- See Also:
-