Class BatchBookInput
- java.lang.Object
-
- de.willuhn.jameica.gui.input.AbstractInput
-
- de.willuhn.jameica.gui.input.SelectInput
-
- de.willuhn.jameica.hbci.gui.input.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.
-
-
Constructor Summary
Constructors Constructor Description BatchBookInput(Konto konto, HibiscusDBObject object)
-
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
-
-
-
-
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
-
-