com.droidux.pack.wheel.interfaces.PickerInterfaces.Views.DatePickerInterface |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the selected day of month.
| |||||||||||
Gets the static view to be displayed on the left of the selected value, if any.
| |||||||||||
Gets the selected month.
| |||||||||||
Gets the date 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 year.
| |||||||||||
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 date is changed.
| |||||||||||
Sets a static view to be displayed on the right of the selected value.
| |||||||||||
Updates the date to the specified values.
|
Gets the static view to be displayed on the left of the selected value, if any.
Gets the date change listener registered for this view.
Gets the static view to be displayed on the right of the selected value, if any.
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 date 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. |
---|
Updates the date to the specified values.
year | The selected year. |
---|---|
month | The selected month. |
day | The selected day. |