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

java.lang.Object
  extended by org.odlabs.wiquery.core.javascript.JsScope
      extended by org.odlabs.wiquery.ui.datepicker.scope.JsScopeUiDatePickerEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DefaultJsScopeUiDatePickerEvent

public abstract class JsScopeUiDatePickerEvent
extends JsScope

This class represent a JsScope event for the datepicker JQuery UI components The javascript representation will be like this:

function(date) { ... }

Since:
1.0
Author:
Julien Roche
See Also:
Serialized Form

Constructor Summary
JsScopeUiDatePickerEvent()
          Default constructor
 
Method Summary
static JsScopeUiDatePickerEvent quickScope(CharSequence javascriptCode)
          Creates a default JsScopeUiDatePickerEvent to execute the given statement.
static JsScopeUiDatePickerEvent quickScope(JsStatement jsStatement)
          Creates a default JsScopeUiDatePickerEvent to execute the given statement.
 
Methods inherited from class org.odlabs.wiquery.core.javascript.JsScope
execute, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsScopeUiDatePickerEvent

public JsScopeUiDatePickerEvent()
Default constructor

Method Detail

quickScope

public static JsScopeUiDatePickerEvent quickScope(CharSequence javascriptCode)
Creates a default JsScopeUiDatePickerEvent to execute the given statement.

Parameters:
javascriptCode - the JavaScript statement to execute with the scope.
Returns:
the created JsScopeUiDatePickerEvent.

quickScope

public static JsScopeUiDatePickerEvent quickScope(JsStatement jsStatement)
Creates a default JsScopeUiDatePickerEvent to execute the given statement.

Parameters:
jsStatement - the JavaScript statement to execute with the scope.
Returns:
the created JsScopeUiDatePickerEvent.


Copyright © 2012. All Rights Reserved.