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