Class ReminderIntervalInput
java.lang.Object
de.willuhn.jameica.hbci.gui.input.ReminderIntervalInput
- All Implemented Interfaces:
de.willuhn.jameica.gui.input.Input
,de.willuhn.jameica.gui.Part
Implementierung eines fertig konfigurierten Auswahlfeldes fuer das Intervall des Reminders.
-
Field Summary
Fields inherited from interface de.willuhn.jameica.gui.input.Input
DATAKEY_TOOLTIP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(org.eclipse.swt.widgets.Listener l) boolean
Liefert true, wenn es sich hier tatsaechlich um ein Auswahlfeld fuer das Intervall handelt.void
disable()
void
enable()
void
focus()
org.eclipse.swt.widgets.Control
getEnd()
Liefert das optionale End-Datum.getName()
getValue()
boolean
boolean
boolean
void
paint
(org.eclipse.swt.widgets.Composite parent) void
paint
(org.eclipse.swt.widgets.Composite parent, int width) void
setComment
(String comment) void
void
setEnabled
(boolean enabled) void
setMandatory
(boolean mandatory) void
void
-
Constructor Details
-
ReminderIntervalInput
ct.- Parameters:
terminable
- der Auftrag.termin
- das Start-Datum des Intervalls.- Throws:
RemoteException
-
-
Method Details
-
containsInterval
public boolean containsInterval()Liefert true, wenn es sich hier tatsaechlich um ein Auswahlfeld fuer das Intervall handelt. Ist der Auftrag jedoch ein Clone, liefert die Funktion false.- Returns:
- true, wenn bei dem Auftrag tatsaechlich das Intervall eingestellt werden kann.
-
getValue
- Specified by:
getValue
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.getValue()
-
setValue
- Specified by:
setValue
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setValue(java.lang.Object)
-
getEnd
Liefert das optionale End-Datum.- Returns:
- das optionale End-Datum.
-
hasChanged
public boolean hasChanged()- Specified by:
hasChanged
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.hasChanged()
-
getControl
public org.eclipse.swt.widgets.Control getControl()- Specified by:
getControl
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.getControl()
-
addListener
public void addListener(org.eclipse.swt.widgets.Listener l) - Specified by:
addListener
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.addListener(org.eclipse.swt.widgets.Listener)
-
setComment
- Specified by:
setComment
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setComment(java.lang.String)
-
paint
public void paint(org.eclipse.swt.widgets.Composite parent) - Specified by:
paint
in interfacede.willuhn.jameica.gui.input.Input
- Specified by:
paint
in interfacede.willuhn.jameica.gui.Part
- See Also:
-
Input.paint(org.eclipse.swt.widgets.Composite)
-
paint
public void paint(org.eclipse.swt.widgets.Composite parent, int width) - Specified by:
paint
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.paint(org.eclipse.swt.widgets.Composite, int)
-
focus
public void focus()- Specified by:
focus
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.focus()
-
disable
public void disable()- Specified by:
disable
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.disable()
-
enable
public void enable()- Specified by:
enable
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.enable()
-
setEnabled
public void setEnabled(boolean enabled) - Specified by:
setEnabled
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setEnabled(boolean)
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.isEnabled()
-
setMandatory
public void setMandatory(boolean mandatory) - Specified by:
setMandatory
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setMandatory(boolean)
-
isMandatory
public boolean isMandatory()- Specified by:
isMandatory
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.isMandatory()
-
setName
- Specified by:
setName
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setName(java.lang.String)
-
getName
- Specified by:
getName
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.getName()
-
setData
- Specified by:
setData
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.setData(java.lang.String, java.lang.Object)
-
getData
- Specified by:
getData
in interfacede.willuhn.jameica.gui.input.Input
- See Also:
-
Input.getData(java.lang.String)
-