| Package | Description |
|---|---|
| org.odlabs.wiquery.ui.datepicker |
| Modifier and Type | Method and Description |
|---|---|
DatePicker.ShowOnEnum |
InlineDatePicker.getShowOn() |
DatePicker.ShowOnEnum |
DatePicker.getShowOn() |
DatePicker.ShowOnEnum |
DatePickerOptions.getShowOn() |
static DatePicker.ShowOnEnum |
DatePicker.ShowOnEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePicker.ShowOnEnum[] |
DatePicker.ShowOnEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InlineDatePicker<T> |
InlineDatePicker.setShowOn(DatePicker.ShowOnEnum showOn)
Have the datepicker appear automatically when the field receives focus
('focus'), appear only when a button is clicked ('button'), or appear
when either event takes place ('both').
|
DatePicker<T> |
DatePicker.setShowOn(DatePicker.ShowOnEnum showOn)
Have the datepicker appear automatically when the field receives focus
('focus'), appear only when a button is clicked ('button'), or appear
when either event takes place ('both').
|
void |
DatePickerOptions.setShowOn(DatePicker.ShowOnEnum showOn)
Have the datepicker appear automatically when the field receives focus
('focus'), appear only when a button is clicked ('button'), or appear
when either event takes place ('both').
|
Copyright © 2009-2012. All Rights Reserved.