com.droidux.pack.wheel.interfaces.PickerInterfaces.Views.TimePickerInterface |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the selected hour of the day.
| |||||||||||
Gets the static view to be displayed on the left of the selected value, if any.
| |||||||||||
Gets the selected minute.
| |||||||||||
Gets the time change listener registered for this view.
| |||||||||||
Gets the static view to be displayed on the right of the selected value, if any.
| |||||||||||
Checks whether the time displayed is 24-hour mode.
| |||||||||||
Whether or not to callback on any -changed listener while the items are being flinged.
| |||||||||||
Sets a static view to be displayed on the left of the selected value.
| |||||||||||
Registers the listener to be notified when the time is changed.
| |||||||||||
Sets a static view to be displayed on the right of the selected value.
| |||||||||||
Update the time to the specified values with option to animate the change.
| |||||||||||
Update the time to the specified values.
|
Gets the selected hour of the day.
Gets the static view to be displayed on the left of the selected value, if any.
Gets the time change listener registered for this view.
Gets the static view to be displayed on the right of the selected value, if any.
Checks whether the time displayed is 24-hour mode.
Whether or not to callback on any -changed listener while the items are being flinged. If false only the final selected item will cause the callback. If true, all items between the first and the final will cause callbacks.
shouldCallback | Whether or not to callback on the listener while the items are being flinged. |
---|
Sets a static view to be displayed on the left of the selected value. The static view can be used, for example, to display label, reset button, etc.
view | The view to be displayed on the left of the selected value. Or null. |
---|
Registers the listener to be notified when the time is changed.
listener | The listener to be notified. |
---|
Sets a static view to be displayed on the right of the selected value. The static view can be used, for example, to display label, reset button, etc.
view | The view to be displayed on the right of the selected value. Or null. |
---|
Update the time to the specified values with option to animate the change.
hour | The selected hour. |
---|---|
minute | The selected minute. |
animated | If true, the change will be animated (for example by spinning the hour wheel). |
Update the time to the specified values.
hour | The selected hour. |
---|---|
minute | The selected minute. |