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
public class FindJqueryFunction extends Function
java abstraction of jQuery find function- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FindJqueryFunction(Attr selector)Construct.
-
Method Summary
-
Methods inherited from class de.agilecoders.wicket.jquery.function.AbstractFunction
addParameter, build, buildParameters, getParameters, getSeparator, toParameterValue, toParameterValue, toParameterValue, toParameterValue, toParameterValue, toParameterValue
-
-
-
-
Constructor Detail
-
FindJqueryFunction
public FindJqueryFunction(Attr selector)
Construct.- Parameters:
selector- The selector for the child element
-
-