Uses of Class
org.odlabs.wiquery.ui.datepicker.DatePickerDuration

Packages that use DatePickerDuration
org.odlabs.wiquery.ui.datepicker   
 

Uses of DatePickerDuration in org.odlabs.wiquery.ui.datepicker
 

Methods in org.odlabs.wiquery.ui.datepicker that return DatePickerDuration
 DatePickerDuration DatePicker.getDuration()
           
 DatePickerDuration InlineDatePicker.getDuration()
           
 DatePickerDuration DatePickerOptions.getDuration()
           
 

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.
 



Copyright © 2012. All Rights Reserved.