| Package | Description |
|---|---|
| org.odlabs.wiquery.ui.datepicker |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfMonthNames |
InlineDatePicker.getMonthNames() |
ArrayOfMonthNames |
DatePicker.getMonthNames() |
ArrayOfMonthNames |
DatePickerOptions.getMonthNames() |
ArrayOfMonthNames |
InlineDatePicker.getMonthNamesShort() |
ArrayOfMonthNames |
DatePicker.getMonthNamesShort() |
ArrayOfMonthNames |
DatePickerOptions.getMonthNamesShort() |
| Modifier and Type | Method and Description |
|---|---|
InlineDatePicker<T> |
InlineDatePicker.setMonthNames(ArrayOfMonthNames monthNames)
Set's the list of full month names, as used in the month header on each
datepicker and as requested via the dateFormat setting.
|
DatePicker<T> |
DatePicker.setMonthNames(ArrayOfMonthNames monthNames)
Set's the list of full month names, as used in the month header on each
datepicker and as requested via the dateFormat setting.
|
void |
DatePickerOptions.setMonthNames(ArrayOfMonthNames monthNames)
Set's the list of full month names, as used in the month header on each
datepicker and as requested via the dateFormat setting.
|
InlineDatePicker<T> |
InlineDatePicker.setMonthNamesShort(ArrayOfMonthNames monthNamesShort)
Set's the list of abbreviated month names, for use as requested via the
dateFormat setting.
|
DatePicker<T> |
DatePicker.setMonthNamesShort(ArrayOfMonthNames monthNamesShort)
Set's the list of abbreviated month names, for use as requested via the
dateFormat setting.
|
void |
DatePickerOptions.setMonthNamesShort(ArrayOfMonthNames monthNamesShort)
Set's the list of abbreviated month names, for use as requested via the
dateFormat setting.
|
Copyright © 2009-2012. All Rights Reserved.