| Interface | Description |
|---|---|
| Config |
configuration interface
|
| IDataSource<T> |
Simple data source
|
| IFunction |
simple interface to represent a jquery function.
|
| IKey<T> |
Simple interface to enrich the
Map key with some
functionality like assertion of value type and default value
handling. |
| Class | Description |
|---|---|
| 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.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.
|
| JQuery.AbstractFunction |
A simple implementation of
IFunction that allows you to chain
function parameters in a javascript safe way. |
| JQuery.ClosestJqueryFunction |
java abstraction of jquery closest function
|
| JQuery.ConfigurableFunction |
a configurable function with one parameter (an
AbstractConfig) and without body |
| JQuery.EachJqueryFunction |
java abstraction of jquery each function
|
| JQuery.JavaScriptInlineFunction |
simple class to represent a javascript function.
|
| JQuery.OnJqueryFunction |
java abstraction of JQuery on function.
|
| JQuery.SimpleFunction |
a simple function without params and body
|
| Key<T> |
Default
IKey implementation |
| MutableConfig |
default mutable configuration
|
| WicketJquerySelectors |
base wicket-jquery-selectors class that is responsible for installation of custom settings.
|
Copyright © 2014. All Rights Reserved.