Class UmsatzTypControl
- java.lang.Object
-
- de.willuhn.jameica.gui.AbstractControl
-
- de.willuhn.jameica.hbci.gui.controller.UmsatzTypControl
-
public class UmsatzTypControl extends de.willuhn.jameica.gui.AbstractControlController fuer die Umsatz-Kategorien.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUmsatzTypControl.UmsatzTypObjectHilfsklasse fuer die Art der Kategorie.
-
Constructor Summary
Constructors Constructor Description UmsatzTypControl(de.willuhn.jameica.gui.AbstractView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.willuhn.jameica.gui.input.SelectInputgetArt()Liefert eine Auswahl-Box fuer die Art des Umsatzes.de.willuhn.jameica.gui.input.ColorInputgetColor()Feld zur Auswahl der Farbe.de.willuhn.jameica.gui.input.CheckboxInputgetCustomColor()Liefert eine Checkbox zur Aktivierung von benutzerdefinierten Farben.de.willuhn.jameica.gui.input.TextInputgetKommentar()Erzeugt das Eingabe-Feld fuer den Kommentar.KontoInputgetKonto()Liefert ein Auswahlfeld fuer das Konto.de.willuhn.jameica.gui.input.TextInputgetName()Erzeugt das Eingabe-Feld fuer den Namen.de.willuhn.jameica.gui.input.TextInputgetNummer()Erzeugt das Eingabe-Feld fuer die Nummer.UmsatzTypInputgetParent()Liefert eine Auswahlbox fuer die Eltern-Kategorie.de.willuhn.jameica.gui.input.TextInputgetPattern()Erzeugt das Eingabe-Feld fuer den Such-Pattern.de.willuhn.jameica.gui.input.CheckboxInputgetRegex()Liefert eine Checkbox zur Aktivierung von regulaeren Ausdruecken.de.willuhn.jameica.gui.input.CheckboxInputgetSkipReport()Liefert eine Checkbox, mit der festgelegt werden kann, ob eine Kategorie in den Auswertungen ignoriert werden soll.UmsatzTypgetUmsatzTyp()Liefert den aktuellen Umsatz-Typ.booleanhandleStore()Speichert die Einstellungen.
-
-
-
Method Detail
-
getUmsatzTyp
public UmsatzTyp getUmsatzTyp() throws java.rmi.RemoteException
Liefert den aktuellen Umsatz-Typ.- Returns:
- der aktuelle Umsatz-Typ.
- Throws:
java.rmi.RemoteException
-
getName
public de.willuhn.jameica.gui.input.TextInput getName() throws java.rmi.RemoteExceptionErzeugt das Eingabe-Feld fuer den Namen.- Returns:
- Eingabe-Feld.
- Throws:
java.rmi.RemoteException
-
getKommentar
public de.willuhn.jameica.gui.input.TextInput getKommentar() throws java.rmi.RemoteExceptionErzeugt das Eingabe-Feld fuer den Kommentar.- Returns:
- Eingabe-Feld.
- Throws:
java.rmi.RemoteException
-
getNummer
public de.willuhn.jameica.gui.input.TextInput getNummer() throws java.rmi.RemoteExceptionErzeugt das Eingabe-Feld fuer die Nummer.- Returns:
- Eingabe-Feld.
- Throws:
java.rmi.RemoteException
-
getPattern
public de.willuhn.jameica.gui.input.TextInput getPattern() throws java.rmi.RemoteExceptionErzeugt das Eingabe-Feld fuer den Such-Pattern.- Returns:
- Eingabe-Feld.
- Throws:
java.rmi.RemoteException
-
getRegex
public de.willuhn.jameica.gui.input.CheckboxInput getRegex() throws java.rmi.RemoteExceptionLiefert eine Checkbox zur Aktivierung von regulaeren Ausdruecken.- Returns:
- Checkbox.
- Throws:
java.rmi.RemoteException
-
getCustomColor
public de.willuhn.jameica.gui.input.CheckboxInput getCustomColor() throws java.rmi.RemoteExceptionLiefert eine Checkbox zur Aktivierung von benutzerdefinierten Farben.- Returns:
- Checkbox.
- Throws:
java.rmi.RemoteException
-
getColor
public de.willuhn.jameica.gui.input.ColorInput getColor() throws java.rmi.RemoteExceptionFeld zur Auswahl der Farbe.- Returns:
- Auswahlfeld.
- Throws:
java.rmi.RemoteException
-
getArt
public de.willuhn.jameica.gui.input.SelectInput getArt() throws java.rmi.RemoteExceptionLiefert eine Auswahl-Box fuer die Art des Umsatzes.- Returns:
- Auswahl-Box.
- Throws:
java.rmi.RemoteException
-
getParent
public UmsatzTypInput getParent() throws java.rmi.RemoteException
Liefert eine Auswahlbox fuer die Eltern-Kategorie.- Returns:
- Auswahlbox.
- Throws:
java.rmi.RemoteException
-
getKonto
public KontoInput getKonto() throws java.rmi.RemoteException
Liefert ein Auswahlfeld fuer das Konto.- Returns:
- Auswahl-Feld.
- Throws:
java.rmi.RemoteException
-
getSkipReport
public de.willuhn.jameica.gui.input.CheckboxInput getSkipReport() throws java.rmi.RemoteExceptionLiefert eine Checkbox, mit der festgelegt werden kann, ob eine Kategorie in den Auswertungen ignoriert werden soll.- Returns:
- Checkbox.
- Throws:
java.rmi.RemoteException
-
handleStore
public boolean handleStore()
Speichert die Einstellungen.- Returns:
- true, wenn das Speichern erfolgreich war.
-
-