| Package | Description |
|---|---|
| org.odlabs.wiquery.ui.datepicker | |
| org.odlabs.wiquery.ui.datepicker.scope |
| Modifier and Type | Method and Description |
|---|---|
InlineDatePicker<T> |
InlineDatePicker.setBeforeShowDayEvent(JsScopeUiDatePickerEvent beforeShowDay)
The function takes a date as a parameter and must return an array with [0]
equal to true/false indicating whether or not this date is selectable, [1]
equal to a CSS class name(s) or '' for the default presentation and [2]
an optional popup tooltip for this date.
|
DatePicker<T> |
DatePicker.setBeforeShowDayEvent(JsScopeUiDatePickerEvent beforeShowDay)
The function takes a date as a parameter and must return an array with [0]
equal to true/false indicating whether or not this date is selectable, [1]
equal to a CSS class name(s) or '' for the default presentation and [2]
an optional popup tooltip for this date.
|
void |
DatePickerOptions.setBeforeShowDayEvent(JsScopeUiDatePickerEvent beforeShowDay)
The function takes a date as a parameter and must return an array with [0]
equal to true/false indicating whether or not this date is selectable, [1]
equal to a CSS class name(s) or '' for the default presentation and [2]
an optional popup tooltip for this date.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJsScopeUiDatePickerEvent
Default implementation of the JsScopeUiDatePickerEvent
|
| Modifier and Type | Method and Description |
|---|---|
static JsScopeUiDatePickerEvent |
JsScopeUiDatePickerEvent.quickScope(CharSequence javascriptCode)
Creates a default
JsScopeUiDatePickerEvent to execute the given statement. |
static JsScopeUiDatePickerEvent |
JsScopeUiDatePickerEvent.quickScope(JsStatement jsStatement)
Creates a default
JsScopeUiDatePickerEvent to execute the given statement. |
Copyright © 2009-2012. All Rights Reserved.