Class SimpleFunction
- java.lang.Object
-
- de.agilecoders.wicket.jquery.function.AbstractFunction
-
- de.agilecoders.wicket.jquery.function.SimpleFunction
-
- All Implemented Interfaces:
IFunction,Serializable,IClusterable
public final class SimpleFunction extends AbstractFunction
a simple function without params and body- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleFunction(CharSequence functionName)Construct.
-
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
-
SimpleFunction
public SimpleFunction(CharSequence functionName)
Construct.- Parameters:
functionName- The function name of thisIFunctionimplementation
-
-