Class TimePickerControl

  • All Implemented Interfaces:
    java.util.Observer, javax.servlet.jsp.el.VariableResolver, IControl, IDataBoundControl, IDataControl, IRenderer

    public class TimePickerControl
    extends DataBoundControl
    Renders one input text box for the time.

    Example use: <control:lum_timePicker dataId="processTime" id="processDateTime" sourceId="schedule" /> xml data available for xsl rendering: <control dataId="processTime" id="processDateTime" sourceId="schedule" type="lum_timePicker"> <control type="lum_dateDataTypeValidator" ... /> </control>
    Since:
    4.0.5
    Version:
    $Revision$ $Date$
    See Also:
    DateDataTypeValidatorControl