Class BatchBookInput

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

    public class BatchBookInput
    extends de.willuhn.jameica.gui.input.SelectInput
    Auswahlfeld fuer den zu verwendenden Batchbook-Modus.
    • 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
      void update​(Konto konto, HibiscusDBObject object)
      Aktualisiert die Auswahl basierend auf dem uebergebenen Konto und dem Auftrag.
      • Methods inherited from class de.willuhn.jameica.gui.input.SelectInput

        disable, enable, focus, format, 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

      • BatchBookInput

        public BatchBookInput​(Konto konto,
                              HibiscusDBObject object)
                       throws java.rmi.RemoteException
        Parameters:
        konto - das Konto des Aufrages. Kann null sein.
        object - der Auftrag, fuer den der Modus angezeigt werden soll.
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • update

        public void update​(Konto konto,
                           HibiscusDBObject object)
                    throws java.rmi.RemoteException
        Aktualisiert die Auswahl basierend auf dem uebergebenen Konto und dem Auftrag.
        Parameters:
        konto - das Konto des Aufrages. Kann null sein.
        object - der Auftrag, fuer den der Modus angezeigt werden soll.
        Throws:
        java.rmi.RemoteException