| Package | Description |
|---|---|
| de.agilecoders.wicket.jquery | |
| de.agilecoders.wicket.jquery.util |
| Modifier and Type | Method and Description |
|---|---|
static JQuery.EachJqueryFunction |
JQuery.EachJqueryFunction.each(JQuery.JavaScriptInlineFunction function)
creates a new
JQuery.EachJqueryFunction instance that holds a given inline function. |
static JQuery.OnJqueryFunction |
JQuery.OnJqueryFunction.on(Attr events,
Attr selector,
Attr data,
JQuery.JavaScriptInlineFunction handler)
creates a new
JQuery.OnJqueryFunction instance |
JQuery |
JQuery.on(Attr events,
Attr selector,
JQuery.JavaScriptInlineFunction handler)
Attach an event handler function for one or more events to the selected elements.
|
static JQuery.OnJqueryFunction |
JQuery.OnJqueryFunction.on(Attr events,
Attr selector,
JQuery.JavaScriptInlineFunction handler)
creates a new
JQuery.OnJqueryFunction instance |
static JQuery.OnJqueryFunction |
JQuery.OnJqueryFunction.on(Attr events,
Attr selector,
Object data,
JQuery.JavaScriptInlineFunction handler)
creates a new
JQuery.OnJqueryFunction instance |
JQuery |
JQuery.on(Attr events,
JQuery.JavaScriptInlineFunction handler)
Attach an event handler function for one or more events to the selected elements.
|
static JQuery.OnJqueryFunction |
JQuery.OnJqueryFunction.on(Attr events,
JQuery.JavaScriptInlineFunction handler)
creates a new
JQuery.OnJqueryFunction instance |
JQuery |
JQuery.on(CharSequence events,
CharSequence selector,
JQuery.JavaScriptInlineFunction handler)
Attach an event handler function for one or more events to the selected elements.
|
static JQuery.OnJqueryFunction |
JQuery.OnJqueryFunction.on(CharSequence events,
CharSequence selector,
JQuery.JavaScriptInlineFunction handler)
creates a new
JQuery.OnJqueryFunction instance |
static JQuery.OnJqueryFunction |
JQuery.OnJqueryFunction.on(CharSequence events,
CharSequence selector,
Object data,
JQuery.JavaScriptInlineFunction handler)
creates a new
JQuery.OnJqueryFunction instance |
JQuery |
JQuery.on(CharSequence events,
JQuery.JavaScriptInlineFunction handler)
Attach an event handler function for one or more events to the selected elements.
|
static JQuery.OnJqueryFunction |
JQuery.OnJqueryFunction.on(CharSequence events,
JQuery.JavaScriptInlineFunction handler)
creates a new
JQuery.OnJqueryFunction instance |
protected CharSequence |
JQuery.AbstractFunction.toParameterValue(JQuery.JavaScriptInlineFunction value)
transform given value to a javascript parameter value
|
static String |
JQuery.JavaScriptInlineFunction.toString(JQuery.JavaScriptInlineFunction value) |
| Constructor and Description |
|---|
JQuery.EachJqueryFunction(JQuery.JavaScriptInlineFunction function)
Construct.
|
JQuery.OnJqueryFunction(Attr events,
Attr selector,
Attr data,
JQuery.JavaScriptInlineFunction handler)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
static CharSequence |
CharSequenceWrapper.toParameterValue(JQuery.JavaScriptInlineFunction value)
transform given value to a javascript parameter value
|
Copyright © 2014. All Rights Reserved.