de.agilecoders.wicket.jquery.function
Class Function
java.lang.Object
de.agilecoders.wicket.jquery.function.AbstractFunction
de.agilecoders.wicket.jquery.function.Function
- All Implemented Interfaces:
- IFunction, Serializable, org.apache.wicket.util.io.IClusterable
- Direct Known Subclasses:
- ClosestJqueryFunction, ConfigurableFunction, EachJqueryFunction, FindJqueryFunction
public class Function
- extends AbstractFunction
- See Also:
- Serialized Form
| Methods inherited from class de.agilecoders.wicket.jquery.function.AbstractFunction |
addParameter, build, buildParameters, getParameters, getSeparator, toParameterValue, toParameterValue, toParameterValue, toParameterValue, toParameterValue, toParameterValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Function
public Function(CharSequence name)
- Constructor.
- Parameters:
name - The function name of this IFunction implementation
Function
public Function(String name,
Object... parameters)
- Parameters:
name - The function name of this IFunction implementationparameters -
Copyright © 2017. All Rights Reserved.