Methods in org.odlabs.wiquery.ui.datepicker with parameters of type DatePickerDuration |
DatePicker<T> |
DatePicker.setDuration(DatePickerDuration duration)
Control the speed at which the datepicker appears, it may be a time in
milliseconds, a string representing one of the three predefined speeds ("slow",
"normal", "fast"), or '' for immediately. |
InlineDatePicker<T> |
InlineDatePicker.setDuration(DatePickerDuration duration)
Control the speed at which the datepicker appears, it may be a time in
milliseconds, a string representing one of the three predefined speeds ("slow",
"normal", "fast"), or '' for immediately. |
void |
DatePickerOptions.setDuration(DatePickerDuration duration)
Control the speed at which the datepicker appears, it may be a time in
milliseconds, a string representing one of the three predefined speeds ("slow",
"normal", "fast"), or '' for immediately. |