Class Function
- java.lang.Object
-
- de.agilecoders.wicket.jquery.function.AbstractFunction
-
- de.agilecoders.wicket.jquery.function.Function
-
- All Implemented Interfaces:
IFunction,Serializable,IClusterable
- Direct Known Subclasses:
ClosestJqueryFunction,ConfigurableFunction,EachJqueryFunction,FindJqueryFunction
public class Function extends AbstractFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Function(CharSequence name)Constructor.Function(String name, Object... parameters)
-
Method Summary
-
Methods inherited from class de.agilecoders.wicket.jquery.function.AbstractFunction
addParameter, build, buildParameters, getParameters, getSeparator, toParameterValue, toParameterValue, toParameterValue, toParameterValue, toParameterValue, toParameterValue
-
-
-
-
Constructor Detail
-
Function
public Function(CharSequence name)
Constructor.- Parameters:
name- The function name of thisIFunctionimplementation
-
-