Class BackendInput

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.input.Input, de.willuhn.jameica.gui.Part

    public class BackendInput
    extends de.willuhn.jameica.gui.input.SelectInput
    Eine Auswahl-Box fuer das Bank-Backend.
    • Field Summary

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

        DATAKEY_TOOLTIP
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String format​(java.lang.Object bean)  
      • Methods inherited from class de.willuhn.jameica.gui.input.SelectInput

        disable, enable, focus, getControl, getList, getText, getValue, isEnabled, setAttribute, setEditable, setEnabled, setList, setPleaseChoose, setPreselected, setValue, update
      • Methods inherited from class de.willuhn.jameica.gui.input.AbstractInput

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

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

      • BackendInput

        public BackendInput()
                     throws java.rmi.RemoteException
        ct.
        Throws:
        java.rmi.RemoteException
      • BackendInput

        public BackendInput​(Konto konto)
                     throws java.rmi.RemoteException
        ct.
        Parameters:
        konto - das Konto.
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • format

        protected java.lang.String format​(java.lang.Object bean)
        Overrides:
        format in class de.willuhn.jameica.gui.input.SelectInput
        See Also:
        SelectInput.format(java.lang.Object)