| Package | Description |
|---|---|
| de.agilecoders.wicket.jquery |
| Modifier and Type | Class and Description |
|---|---|
static class |
Attr.Auto
jquery attribute the value and type will be detect automatically.
|
static class |
Attr.MarkupId
markup id jquery selector.
|
static class |
Attr.NullValue
NullValue represents a jquery attribute that is "null".
|
static class |
Attr.Plain
Plain jquery attribute, this attribute won't be quoted.
|
static class |
Attr.Quoted
quoted jquery attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Attr |
JQuery.auto(Object value)
creates a auto detect attribute
|
static Attr |
Attr.nullValue() |
static Attr |
JQuery.plain(CharSequence value)
creates a plain attribute without quotes
|
static Attr |
JQuery.quoted(CharSequence value)
creates a quoted attribute
|
| Modifier and Type | Method and Description |
|---|---|
static JQuery |
JQuery.$(Attr selector)
helper method to allow a jquery like code style
JQuery.
|
static JQuery |
JQuery.$(org.apache.wicket.Component component,
Attr... additionalSelector)
helper method to allow a jquery like code style
|
JQuery |
JQuery.closest(Attr selector)
For each element in the set, get the first element that matches the selector by testing the element itself and
traversing up through its ancestors in the DOM tree.
|
static JQuery.ClosestJqueryFunction |
JQuery.ClosestJqueryFunction.closest(Attr selector)
creates a new
JQuery.ClosestJqueryFunction instance |
static boolean |
Attr.isNullOrEmpty(Attr attr)
checks whether given value is null or empty
|
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 |
| Constructor and Description |
|---|
JQuery.ClosestJqueryFunction(Attr selector)
Construct.
|
JQuery.OnJqueryFunction(Attr events,
Attr selector,
Attr data,
JQuery.JavaScriptInlineFunction handler)
Construct.
|
Copyright © 2014. All Rights Reserved.