com.droidux.pack.wheel.interfaces.PickerInterfaces.Views.DateTimePickerInterface |
![]() |
Represents the contracts to be implemented by datetime picker view.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the static view to be displayed on the left of the selected value, if any.
| |||||||||||
Gets the datetime change listener registered for this view.
| |||||||||||
Gets the static view to be displayed on the right of the selected value, if any.
| |||||||||||
Gets the selected date.
| |||||||||||
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.
| |||||||||||
Register a listener to be notified when the selected datetime is changed.
| |||||||||||
Sets a static view to be displayed on the right of the selected value.
| |||||||||||
Sets the selected date to the specified date with the option to animate the change.
| |||||||||||
Set the selected date to the specified date.
|
Gets the static view to be displayed on the left of the selected value, if any.
Gets the datetime change listener registered for this view.
Gets the static view to be displayed on the right of the selected value, if any.
Gets the selected date.
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. |
---|
Register a listener to be notified when the selected datetime 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. |
---|
Sets the selected date to the specified date with the option to animate the change.
date | The selected date. |
---|---|
animate | If true, the change will be animated (for example by spinning the date wheel). |
Set the selected date to the specified date.
date | The selected date. |
---|