de.agilecoders.wicket.jquery.function
Class EachJqueryFunction
java.lang.Object
de.agilecoders.wicket.jquery.function.AbstractFunction
de.agilecoders.wicket.jquery.function.Function
de.agilecoders.wicket.jquery.function.EachJqueryFunction
- All Implemented Interfaces:
- IFunction, Serializable, org.apache.wicket.util.io.IClusterable
public final class EachJqueryFunction
- extends Function
java abstraction of jquery each function
- 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 |
EachJqueryFunction
protected EachJqueryFunction(JavaScriptInlineFunction function)
- Construct.
each
public static EachJqueryFunction each(JavaScriptInlineFunction function)
- creates a new
EachJqueryFunction instance that holds a given inline function.
- Parameters:
function - The inline function to execute for each element
- Returns:
- new
EachJqueryFunction instance
Copyright © 2017. All Rights Reserved.