Uses of Class
org.odlabs.wiquery.ui.datepicker.scope.JsScopeUiDatePickerEvent

Packages that use JsScopeUiDatePickerEvent
org.odlabs.wiquery.ui.datepicker   
org.odlabs.wiquery.ui.datepicker.scope   
 

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

Methods in org.odlabs.wiquery.ui.datepicker with parameters of type JsScopeUiDatePickerEvent
 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.
 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.
 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.
 

Uses of JsScopeUiDatePickerEvent in org.odlabs.wiquery.ui.datepicker.scope
 

Subclasses of JsScopeUiDatePickerEvent in org.odlabs.wiquery.ui.datepicker.scope
 class DefaultJsScopeUiDatePickerEvent
          Default implementation of the JsScopeUiDatePickerEvent
 

Methods in org.odlabs.wiquery.ui.datepicker.scope that return JsScopeUiDatePickerEvent
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 © 2012. All Rights Reserved.