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