|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.core.javascript.JsScope
org.odlabs.wiquery.ui.position.JsScopePositionEvent
public abstract class JsScopePositionEvent
$Id$ This class represent a JsScope event for the position JQuery UI utility The javascript representation will be like this:
function(params) { ... }
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 |
---|
public JsScopePositionEvent()
Method Detail |
---|
public static JsScopePositionEvent quickScope(CharSequence javascriptCode)
JsScopePositionEvent
to execute the given statement.
javascriptCode
- the JavaScript statement to execute with the scope.
JsScopeUiDatePickerDateTextEvent
.public static JsScopePositionEvent quickScope(JsStatement jsStatement)
JsScopePositionEvent
to execute the given statement.
jsStatement
- the JavaScript statement to execute with the scope.
JsScopePositionEvent
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |