OverviewSince 4.0 The mobi:timeSpinner component is used for choosing a time of the day on touch devices. Getting StartedTo start using the TimeSpinner component, place the mobi:timeSpinner tag in a form and bind its value to a property of type Date in a backing bean. <h:form> <mobi:timeSpinner id="time" value="#{bean.time}" /> </h:form> Attributes
The value stores the Date object that represents the time selected. The useNative flag determines if the device's native time picker should be used. The timeZone attribute specifies the the time zone used in conversions. The value can be a time zone ID string or an instance of java.util.TimeZone. The default value is TimeZone.getDefault(). The pattern specifies the pattern used to display the time, using java.text.SimpleDateFormat. Event ListenersNone. Client Behavior Events
JavaScript APINone. Keyboard SupportNone. Known IssuesNone. Additional ResourcesSample ApplicationsThis component appears in the following ICEfaces sample applications: TutorialsThis component appears in the following ICEfaces tutorials: None |
TimeSpinner
© Copyright 2021 ICEsoft Technologies Canada Corp.