Uses of Class
de.agilecoders.wicket.jquery.Attr
-
Packages that use Attr Package Description de.agilecoders.wicket.jquery de.agilecoders.wicket.jquery.function -
-
Uses of Attr in de.agilecoders.wicket.jquery
Subclasses of Attr in de.agilecoders.wicket.jquery Modifier and Type Class Description static classAttr.Autojquery attribute the value and type will be detect automatically.static classAttr.MarkupIdmarkup id jquery selector.static classAttr.NoSelectorNoSelector represents the static object of jQuery, e.g.static classAttr.NullValueNullValue represents a jquery attribute that is "null".static classAttr.PlainPlain jquery attribute, this attribute won't be quoted.static classAttr.Quotedquoted jquery attribute.Methods in de.agilecoders.wicket.jquery that return Attr Modifier and Type Method Description static AttrJQuery. auto(Object value)creates a auto detect attributestatic AttrAttr. noSelector()static AttrAttr. nullValue()static AttrJQuery. plain(CharSequence value)creates a plain attribute without quotesstatic AttrJQuery. quoted(CharSequence value)creates a quoted attributeMethods in de.agilecoders.wicket.jquery with parameters of type Attr Modifier and Type Method Description static JQueryJQuery. $(Attr selector)helper method to allow a jquery like code stylestatic JQueryJQuery. $(Component component, Attr... additionalSelector)helper method to allow a jquery like code styleJQueryJQuery. closest(Attr selector)For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.JQueryJQuery. find(Attr selector)Get the descendants of each element in the current set of matched elements, filtered by a selector.static booleanAttr. isNullOrEmpty(Attr attr)checks whether given value is null or emptyJQueryJQuery. on(Attr events, Attr selector, JavaScriptInlineFunction handler)Attach an event handler function for one or more events to the selected elements.JQueryJQuery. on(Attr events, JavaScriptInlineFunction handler)Attach an event handler function for one or more events to the selected elements. -
Uses of Attr in de.agilecoders.wicket.jquery.function
Methods in de.agilecoders.wicket.jquery.function with parameters of type Attr Modifier and Type Method Description static ClosestJqueryFunctionClosestJqueryFunction. closest(Attr selector)creates a newClosestJqueryFunctioninstancestatic OnJqueryFunctionOnJqueryFunction. on(Attr events, Attr selector, Attr data, JavaScriptInlineFunction handler)creates a newOnJqueryFunctioninstancestatic OnJqueryFunctionOnJqueryFunction. on(Attr events, Attr selector, JavaScriptInlineFunction handler)creates a newOnJqueryFunctioninstancestatic OnJqueryFunctionOnJqueryFunction. on(Attr events, Attr selector, Object data, JavaScriptInlineFunction handler)creates a newOnJqueryFunctioninstancestatic OnJqueryFunctionOnJqueryFunction. on(Attr events, JavaScriptInlineFunction handler)creates a newOnJqueryFunctioninstanceConstructors in de.agilecoders.wicket.jquery.function with parameters of type Attr Constructor Description ClosestJqueryFunction(Attr selector)Construct.FindJqueryFunction(Attr selector)Construct.OnJqueryFunction(Attr events, Attr selector, Attr data, JavaScriptInlineFunction handler)Construct.
-