Class TimePickerControl

  • All Implemented Interfaces:
    Observer, 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: 20825 $ $Date: 2017-12-11 14:43:21 -0200 (Mon, 11 Dec 2017) $
    See Also:
    DateDataTypeValidatorControl