Class DateFromInput

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.input.Input, de.willuhn.jameica.gui.Part

    public class DateFromInput
    extends AbstractDateInput
    Vorkonfigueriertes Eingabefeld fuer ein Start-Datum.
    • Field Summary

      • Fields inherited from interface de.willuhn.jameica.gui.input.Input

        DATAKEY_TOOLTIP
    • Method Summary

      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DateFromInput

        public DateFromInput()
        ct.
      • DateFromInput

        public DateFromInput​(java.util.Date date)
        ct.
        Parameters:
        date -
      • DateFromInput

        public DateFromInput​(java.util.Date date,
                             java.lang.String parameter)
        ct.
        Parameters:
        date -
        parameter - Schluessel-Name, unter dem die Eingabe in der Session gecached werden soll.