| Package | Description |
|---|---|
| de.agilecoders.wicket.jquery | |
| de.agilecoders.wicket.jquery.function |
| Modifier and Type | Method and Description |
|---|---|
JQuery |
JQuery.chain(IFunction function)
adds a chained function to this jquery instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFunction
A simple implementation of
IFunction that allows you to chain
function parameters in a javascript safe way. |
class |
ClosestJqueryFunction
java abstraction of jquery closest function
|
class |
ConfigurableFunction
a configurable function with one parameter (an
AbstractConfig) and without body |
class |
EachJqueryFunction
java abstraction of jquery each function
|
class |
FindJqueryFunction
java abstraction of jQuery find function
|
class |
Function |
class |
JavaScriptInlineFunction
simple class to represent a javascript function.
|
class |
OnJqueryFunction
java abstraction of JQuery on function.
|
class |
SimpleFunction
a simple function without params and body
|
Copyright © 2015. All Rights Reserved.