org.odlabs.wiquery.ui.core
Class DefaultJsScopeUiEvent

java.lang.Object
  extended by org.odlabs.wiquery.core.javascript.JsScope
      extended by org.odlabs.wiquery.ui.core.JsScopeUiEvent
          extended by org.odlabs.wiquery.ui.core.DefaultJsScopeUiEvent
All Implemented Interfaces:
Serializable

public class DefaultJsScopeUiEvent
extends JsScopeUiEvent

Default implementation of the JsScopeUiEvent

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

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

DefaultJsScopeUiEvent

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