Class DateToInput
- java.lang.Object
-
- de.willuhn.jameica.gui.input.DateInput
-
- de.willuhn.jameica.hbci.gui.input.AbstractDateInput
-
- de.willuhn.jameica.hbci.gui.input.DateToInput
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.input.Input
,de.willuhn.jameica.gui.Part
public class DateToInput extends AbstractDateInput
Vorkonfigueriertes Eingabefeld fuer ein End-Datum.
-
-
Constructor Summary
Constructors Constructor Description DateToInput()
ct.DateToInput(java.util.Date date)
ct.DateToInput(java.util.Date date, java.lang.String parameter)
ct.
-
Method Summary
-
Methods inherited from class de.willuhn.jameica.hbci.gui.input.AbstractDateInput
setValue
-
Methods inherited from class de.willuhn.jameica.gui.input.DateInput
addListener, disable, disableClientControl, enable, enableClientControl, focus, getControl, getData, getName, getValue, hasChanged, isEnabled, isMandatory, paint, paint, setComment, setData, setEnabled, setMandatory, setName, setText, setTitle
-
-
-
-
Constructor Detail
-
DateToInput
public DateToInput()
ct.
-
DateToInput
public DateToInput(java.util.Date date)
ct.- Parameters:
date
-
-
DateToInput
public DateToInput(java.util.Date date, java.lang.String parameter)
ct.- Parameters:
date
-parameter
- Schluessel-Name, unter dem die Eingabe in der Session gecached werden soll.
-
-