Uses of Class
de.agilecoders.wicket.jquery.Attr
Packages that use Attr
-
Uses of Attr in de.agilecoders.wicket.jquery
Subclasses of Attr in de.agilecoders.wicket.jqueryModifier and TypeClassDescriptionstatic classjquery attribute the value and type will be detect automatically.static classmarkup id jquery selector.static classNoSelector represents the static object of jQuery, e.g.static classNullValue represents a jquery attribute that is "null".static classPlain jquery attribute, this attribute won't be quoted.static classquoted jquery attribute.Methods in de.agilecoders.wicket.jquery that return AttrModifier and TypeMethodDescriptionstatic Attrcreates 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 AttrModifier and TypeMethodDescriptionstatic JQueryhelper method to allow a jquery like code stylestatic JQueryhelper method to allow a jquery like code styleFor 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.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 emptyJQuery.on(Attr events, Attr selector, JavaScriptInlineFunction handler) Attach an event handler function for one or more events to the selected elements.JQuery.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 AttrModifier and TypeMethodDescriptionstatic ClosestJqueryFunctioncreates 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 AttrModifierConstructorDescriptionprotectedClosestJqueryFunction(Attr selector) Construct.FindJqueryFunction(Attr selector) Construct.protectedOnJqueryFunction(Attr events, Attr selector, Attr data, JavaScriptInlineFunction handler) Construct.