| AbstractConfig |
Base configuration class.
|
| Attr |
Attr represents a jquery attribute.
|
| Attr.Auto |
jquery attribute the value and type will be detect automatically.
|
| Attr.MarkupId |
markup id jquery selector.
|
| Attr.NoSelector |
NoSelector represents the static object of jQuery, e.g.
|
| Attr.NullValue |
NullValue represents a jquery attribute that is "null".
|
| Attr.Plain |
Plain jquery attribute, this attribute won't be quoted.
|
| Attr.Quoted |
quoted jquery attribute.
|
| CombinableConfig |
|
| ConfigModel |
A simple String model that indicates that it should be serialized as
plain String for JSON configurations.
|
| ConfigWithFallback |
special config that holds two configurations.
|
| JQuery |
The Jquery class helps to keep all javascript jquery scripts type safe.
|
| Key<T> |
Default IKey implementation
|
| MutableConfig |
default mutable configuration
|
| WicketJquerySelectors |
base wicket-jquery-selectors class that is responsible for installation of custom settings.
|