| Package | Description |
|---|---|
| org.odlabs.wiquery.ui.datepicker |
| Modifier and Type | Method and Description |
|---|---|
DatePickerDuration |
InlineDatePicker.getDuration() |
DatePickerDuration |
DatePicker.getDuration() |
DatePickerDuration |
DatePickerOptions.getDuration() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
Copyright © 2009-2012. All Rights Reserved.