de.agilecoders.wicket.jquery.function
Class ConfigurableFunction

java.lang.Object
  extended by de.agilecoders.wicket.jquery.function.AbstractFunction
      extended by de.agilecoders.wicket.jquery.function.Function
          extended by de.agilecoders.wicket.jquery.function.ConfigurableFunction
All Implemented Interfaces:
IFunction, Serializable, org.apache.wicket.util.io.IClusterable

public class ConfigurableFunction
extends Function

a configurable function with one parameter (an AbstractConfig) and without body

See Also:
Serialized Form

Constructor Summary
ConfigurableFunction(CharSequence functionName, Config config)
          Construct.
ConfigurableFunction(CharSequence functionName, Config config, Config... extraConfigs)
          Construct.
 
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

ConfigurableFunction

public ConfigurableFunction(CharSequence functionName,
                            Config config)
Construct.

Parameters:
functionName - The function name of this IFunction implementation
config - the function configuration

ConfigurableFunction

public ConfigurableFunction(CharSequence functionName,
                            Config config,
                            Config... extraConfigs)
Construct.

Parameters:
functionName - The function name of this IFunction implementation
config - the function configuration


Copyright © 2017. All Rights Reserved.