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

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

public class DefaultJsScopeUiDatePickerDateTextEvent
extends JsScopeUiDatePickerDateTextEvent

Default implementation of the JsScopeUiDatePickerDateTextEvent

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

Constructor Summary
DefaultJsScopeUiDatePickerDateTextEvent(CharSequence javascriptCode)
           
 
Method Summary
protected  void execute(JsScopeContext scopeContext)
          Executes the JsScope.
 
Methods inherited from class org.odlabs.wiquery.ui.datepicker.scope.JsScopeUiDatePickerDateTextEvent
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

DefaultJsScopeUiDatePickerDateTextEvent

public DefaultJsScopeUiDatePickerDateTextEvent(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.