public abstract class JsScopeUiEvent extends JsScope
function(event, ui) { ... }
| Constructor and Description |
|---|
JsScopeUiEvent()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
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. |
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.Copyright © 2009-2012. All Rights Reserved.