Class 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.
    • 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
      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.gui.input.TextInput

        disable, enable, focus, getControl, getHint, getTextWidget, getValue, isEnabled, setEnabled, setHint, setMaxLength
      • 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

      • BICInput

        public BICInput​(java.lang.String value)
        ct.
        Parameters:
        value - die BIC.
    • Method Detail

      • setValue

        public void setValue​(java.lang.Object value)
        Specified by:
        setValue in interface de.willuhn.jameica.gui.input.Input
        Overrides:
        setValue in class de.willuhn.jameica.gui.input.TextInput
        See Also:
        TextInput.setValue(java.lang.Object)