org.odlabs.wiquery.ui.position
Class JsScopePositionEvent

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

public abstract class JsScopePositionEvent
extends JsScope

$Id$ This class represent a JsScope event for the position JQuery UI utility The javascript representation will be like this:

function(params) { ... }

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

Constructor Summary
JsScopePositionEvent()
          Default constructor
 
Method Summary
static JsScopePositionEvent quickScope(CharSequence javascriptCode)
          Creates a default JsScopePositionEvent to execute the given statement.
static JsScopePositionEvent quickScope(JsStatement jsStatement)
          Creates a default JsScopePositionEvent 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

JsScopePositionEvent

public JsScopePositionEvent()
Default constructor

Method Detail

quickScope

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

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

quickScope

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

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


Copyright © 2012. All Rights Reserved.