Class FWDateFormComponent

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener, FWObserver

public class FWDateFormComponent extends FWAbstractFormComponent implements ChangeListener
This form component provides means to specify a date at a pre-determinable precision. Depending on that precision, appropriate controls are going to be displayed. The component evaluated expressions / placeholders for its min, max and default parameters.
Author:
ckunze
See Also:
  • Constructor Details

    • FWDateFormComponent

      public FWDateFormComponent(String aFormId, String aFieldId, boolean aShowLabel, org.jdom2.Element aParameters, FWObservable aObservable)
      Creates a date form component with the appropriate controls according to the desired date-precision
      Parameters:
      aFormId -
      aFieldId -
      aShowLabel -
      aParameters -
      aObservable -
  • Method Details