|
||||||||||
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.core.javascript.JsScopeEvent
public abstract class JsScopeEvent
$Id$ This class represent a JsScope event for the JQuery scope event The javascript representation will be like this:
function(event) { ... }
Constructor Summary | |
---|---|
JsScopeEvent()
Default constructor |
Method Summary | |
---|---|
static JsScopeEvent |
quickScope(CharSequence javascriptCode)
Creates a default JsScopeEvent to execute the given statement. |
static JsScopeEvent |
quickScope(JsStatement jsStatement)
Creates a default JsScopeEvent 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 JsScopeEvent()
Method Detail |
---|
public static JsScopeEvent quickScope(CharSequence javascriptCode)
JsScopeEvent
to execute the given statement.
javascriptCode
- the JavaScript statement to execute with the scope.
JsScopeEvent
.public static JsScopeEvent quickScope(JsStatement jsStatement)
JsScopeEvent
to execute the given statement.
jsStatement
- the JavaScript statement to execute with the scope.
JsScopeEvent
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |