public abstract class JsScopeUiDatePickerEvent extends JsScope
function(date) { ... }
| Constructor and Description |
|---|
JsScopeUiDatePickerEvent()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static JsScopeUiDatePickerEvent |
quickScope(CharSequence javascriptCode)
Creates a default
JsScopeUiDatePickerEvent to execute the given statement. |
static JsScopeUiDatePickerEvent |
quickScope(JsStatement jsStatement)
Creates a default
JsScopeUiDatePickerEvent to execute the given statement. |
public static JsScopeUiDatePickerEvent quickScope(CharSequence javascriptCode)
JsScopeUiDatePickerEvent to execute the given statement.javascriptCode - the JavaScript statement to execute with the scope.JsScopeUiDatePickerEvent.public static JsScopeUiDatePickerEvent quickScope(JsStatement jsStatement)
JsScopeUiDatePickerEvent to execute the given statement.jsStatement - the JavaScript statement to execute with the scope.JsScopeUiDatePickerEvent.Copyright © 2009-2012. All Rights Reserved.