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

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

public class DefaultJsScopeUiDatePickerEvent
extends JsScopeUiDatePickerEvent

Default implementation of the JsScopeUiDatePickerEvent

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

Constructor Summary
DefaultJsScopeUiDatePickerEvent(CharSequence javascriptCode)
           
 
Method Summary
protected  void execute(JsScopeContext scopeContext)
          Executes the JsScope.
 
Methods inherited from class org.odlabs.wiquery.ui.datepicker.scope.JsScopeUiDatePickerEvent
quickScope, quickScope
 
Methods inherited from class org.odlabs.wiquery.core.javascript.JsScope
render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJsScopeUiDatePickerEvent

public DefaultJsScopeUiDatePickerEvent(CharSequence javascriptCode)
Method Detail

execute

protected final void execute(JsScopeContext scopeContext)
Description copied from class: JsScope
Executes the JsScope.

Specified by:
execute in class JsScope
Parameters:
scopeContext - the given scope.


Copyright © 2012. All Rights Reserved.