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

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

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

Methods in org.odlabs.wiquery.ui.datepicker that return DatePickerNumberOfMonths
 DatePickerNumberOfMonths DatePicker.getNumberOfMonths()
          Returns the number of months displayed on the date picker.
 DatePickerNumberOfMonths InlineDatePicker.getNumberOfMonths()
          Returns the number of months displayed on the date picker.
 DatePickerNumberOfMonths DatePickerOptions.getNumberOfMonths()
          Returns the number of months displayed on the date picker.
 

Methods in org.odlabs.wiquery.ui.datepicker with parameters of type DatePickerNumberOfMonths
 DatePicker<T> DatePicker.setNumberOfMonths(DatePickerNumberOfMonths numberOfMonths)
          Sets the number of months displayed on the date picker.
 InlineDatePicker<T> InlineDatePicker.setNumberOfMonths(DatePickerNumberOfMonths numberOfMonths)
          Sets the number of months displayed on the date picker.
 void DatePickerOptions.setNumberOfMonths(DatePickerNumberOfMonths numberOfMonths)
          Sets the number of months displayed on the date picker.
 



Copyright © 2012. All Rights Reserved.