de.agilecoders.wicket.jquery.function
Class ClosestJqueryFunction

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.ClosestJqueryFunction
All Implemented Interfaces:
IFunction, Serializable, org.apache.wicket.util.io.IClusterable

public final class ClosestJqueryFunction
extends Function

java abstraction of jquery closest function

See Also:
Serialized Form

Constructor Summary
protected ClosestJqueryFunction(Attr selector)
          Construct.
 
Method Summary
static ClosestJqueryFunction closest(Attr selector)
          creates a new ClosestJqueryFunction instance
static ClosestJqueryFunction closest(CharSequence selector)
          creates a new ClosestJqueryFunction instance
 
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

ClosestJqueryFunction

protected ClosestJqueryFunction(Attr selector)
Construct.

Method Detail

closest

public static ClosestJqueryFunction closest(Attr selector)
creates a new ClosestJqueryFunction instance

Parameters:
selector - The CSS selector to use the closest parent
Returns:
new ClosestJqueryFunction instance

closest

public static ClosestJqueryFunction closest(CharSequence selector)
creates a new ClosestJqueryFunction instance

Parameters:
selector - The CSS selector to use the closest parent
Returns:
new ClosestJqueryFunction instance


Copyright © 2017. All Rights Reserved.