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