| Package | Description |
|---|---|
| org.odlabs.wiquery.ui.datepicker |
| Modifier and Type | Method and Description |
|---|---|
DatePickerNumberOfMonths |
InlineDatePicker.getNumberOfMonths()
Returns the number of months displayed on the date picker.
|
DatePickerNumberOfMonths |
DatePicker.getNumberOfMonths()
Returns the number of months displayed on the date picker.
|
DatePickerNumberOfMonths |
DatePickerOptions.getNumberOfMonths()
Returns the number of months displayed on the date picker.
|
| Modifier and Type | Method and Description |
|---|---|
InlineDatePicker<T> |
InlineDatePicker.setNumberOfMonths(DatePickerNumberOfMonths numberOfMonths)
Sets the number of months displayed on the date picker.
|
DatePicker<T> |
DatePicker.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 © 2009-2012. All Rights Reserved.