UmsatzDetailEditControlpublic class UmsatzDetailControl
extends de.willuhn.jameica.gui.AbstractControl
| Constructor | Description |
|---|---|
UmsatzDetailControl(de.willuhn.jameica.gui.AbstractView view) |
ct.
|
| Modifier and Type | Method | Description |
|---|---|---|
Address |
getAddressbookEntry() |
Prueft, ob sich das Gegenkonto im Adressbuch befindet.
|
de.willuhn.jameica.gui.input.Input |
getArt() |
Liefert ein Eingabe-Feld mit einem Text der Umsatz-Art.
|
de.willuhn.jameica.gui.input.Input |
getBetrag() |
Liefert ein Eingabe-Feld mit Betrag der Buchung,
|
de.willuhn.jameica.gui.input.Input |
getCustomerRef() |
Liefert ein Eingabe-Feld mit der Kundenreferenz.
|
de.willuhn.jameica.gui.input.Input |
getDatum() |
Liefert ein Eingabe-Feld mit dem Datum der Buchung.
|
de.willuhn.jameica.gui.input.Input |
getEmpfaengerBLZ() |
Liefert ein Eingabe-Feld mit der BLZ des Empfaengers.
|
de.willuhn.jameica.gui.input.Input |
getEmpfaengerKonto() |
Liefert ein Eingabe-Feld mit dem Konto des Empfaengers.
|
de.willuhn.jameica.gui.input.Input |
getEmpfaengerName() |
Liefert ein Eingabe-Feld mit dem Namen des Empfaengers.
|
de.willuhn.jameica.gui.input.Input |
getGvCode() |
Liefert ein Eingabe-Feld fuer den GV-Code.
|
de.willuhn.jameica.gui.input.Input |
getKommentar() |
Liefert ein Eingabe-Feld fuer einen zusaetzlichen Kommentar
|
de.willuhn.jameica.gui.input.Input |
getKonto() |
Liefert ein Eingabe-Feld mit dem Konto des Umsatzes.
|
de.willuhn.jameica.gui.input.Input |
getPrimanota() |
Liefert ein Eingabe-Feld mit dem Primanota-Kennzeichen.
|
de.willuhn.jameica.gui.input.Input |
getSaldo() |
Liefert ein Eingabe-Feld mit dem Saldo nach der Buchung.
|
Umsatz |
getUmsatz() |
Liefert das Umsatz-Objekt, das auf dem Detail-Dialog angezeigt wird.
|
de.willuhn.jameica.gui.input.SelectInput |
getUmsatzTyp() |
Liefert eine Auswahlbox fuer die Umsatz-Kategorie.
|
protected java.lang.String |
getUsage(boolean showAll) |
Liefert den anzuzeigenden Verwendungszweck in Abhaengigkeit der aktuellen Einstellung.
|
de.willuhn.jameica.gui.input.Input |
getValuta() |
Liefert ein Eingabe-Feld mit dem Valuta der Buchung.
|
de.willuhn.jameica.gui.input.Input |
getZweck() |
Liefert ein Eingabe-Feld fuer den Verwendungszweck.
|
de.willuhn.jameica.gui.input.CheckboxInput |
getZweckSwitch() |
Liefert eine Checkbox, mit der man umschalten kann, ob man die vereinfachte
Version des Verwendungszwecks angezeigt bekommt oder die ausfuehrliche.
|
boolean |
handleStore() |
Speichert die editierbaren Properties.
|
public UmsatzDetailControl(de.willuhn.jameica.gui.AbstractView view)
view - public Umsatz getUmsatz()
public de.willuhn.jameica.gui.input.Input getKommentar()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic Address getAddressbookEntry() throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getKonto()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getEmpfaengerName()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.SelectInput getUmsatzTyp()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getEmpfaengerKonto()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getEmpfaengerBLZ()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getBetrag()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getDatum()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getValuta()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getSaldo()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getPrimanota()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getArt()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getCustomerRef()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getGvCode()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic de.willuhn.jameica.gui.input.Input getZweck()
public de.willuhn.jameica.gui.input.CheckboxInput getZweckSwitch()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionprotected java.lang.String getUsage(boolean showAll)
showAll - true, wenn der rohe Verwendungszweck angezeigt werden soll.public boolean handleStore()