Module de.agilecoders.wicket.jquery
Class FindJqueryFunction
java.lang.Object
de.agilecoders.wicket.jquery.function.AbstractFunction
de.agilecoders.wicket.jquery.function.Function
de.agilecoders.wicket.jquery.function.FindJqueryFunction
- All Implemented Interfaces:
IFunction,Serializable,IClusterable
java abstraction of jQuery find function
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.agilecoders.wicket.jquery.function.AbstractFunction
addParameter, build, buildParameters, getParameters, getSeparator, toParameterValue, toParameterValue, toParameterValue, toParameterValue, toParameterValue, toParameterValue
-
Constructor Details
-
FindJqueryFunction
Construct.- Parameters:
selector- The selector for the child element
-