public class UmsatzTypControl
extends de.willuhn.jameica.gui.AbstractControl
Modifier and Type | Class | Description |
---|---|---|
static class |
UmsatzTypControl.UmsatzTypObject |
Hilfsklasse fuer die Art der Kategorie.
|
Constructor | Description |
---|---|
UmsatzTypControl(de.willuhn.jameica.gui.AbstractView view) |
Modifier and Type | Method | Description |
---|---|---|
de.willuhn.jameica.gui.input.SelectInput |
getArt() |
Liefert eine Auswahl-Box fuer die Art des Umsatzes.
|
de.willuhn.jameica.gui.input.ColorInput |
getColor() |
Feld zur Auswahl der Farbe.
|
de.willuhn.jameica.gui.input.CheckboxInput |
getCustomColor() |
Liefert eine Checkbox zur Aktivierung von benutzerdefinierten Farben.
|
de.willuhn.jameica.gui.input.TextInput |
getKommentar() |
Erzeugt das Eingabe-Feld fuer den Kommentar.
|
de.willuhn.jameica.gui.input.TextInput |
getName() |
Erzeugt das Eingabe-Feld fuer den Namen.
|
de.willuhn.jameica.gui.input.TextInput |
getNummer() |
Erzeugt das Eingabe-Feld fuer die Nummer.
|
UmsatzTypInput |
getParent() |
Liefert eine Auswahlbox fuer die Eltern-Kategorie.
|
de.willuhn.jameica.gui.input.TextInput |
getPattern() |
Erzeugt das Eingabe-Feld fuer den Such-Pattern.
|
de.willuhn.jameica.gui.input.CheckboxInput |
getRegex() |
Liefert eine Checkbox zur Aktivierung von regulaeren Ausdruecken.
|
UmsatzTyp |
getUmsatzTyp() |
Liefert den aktuellen Umsatz-Typ.
|
boolean |
handleStore() |
Speichert die Einstellungen.
|
public UmsatzTypControl(de.willuhn.jameica.gui.AbstractView view)
view
- public UmsatzTyp getUmsatzTyp() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.TextInput getName() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.TextInput getKommentar() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.TextInput getNummer() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.TextInput getPattern() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.CheckboxInput getRegex() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.CheckboxInput getCustomColor() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.ColorInput getColor() throws java.rmi.RemoteException
java.rmi.RemoteException
public de.willuhn.jameica.gui.input.SelectInput getArt() throws java.rmi.RemoteException
java.rmi.RemoteException
public UmsatzTypInput getParent() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean handleStore()