de.agilecoders.wicket.jquery.function
Class Function

java.lang.Object
  extended by de.agilecoders.wicket.jquery.function.AbstractFunction
      extended by 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

Constructor Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 implementation
parameters -


Copyright © 2017. All Rights Reserved.