Uses of Class
de.agilecoders.wicket.jquery.function.JavaScriptInlineFunction
Packages that use JavaScriptInlineFunction
Package
Description
-
Uses of JavaScriptInlineFunction in de.agilecoders.wicket.jquery
Methods in de.agilecoders.wicket.jquery with parameters of type JavaScriptInlineFunctionModifier and TypeMethodDescriptionJQuery.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.JQuery.on(CharSequence events, JavaScriptInlineFunction handler) Attach an event handler function for one or more events to the selected elements.JQuery.on(CharSequence events, CharSequence selector, JavaScriptInlineFunction handler) Attach an event handler function for one or more events to the selected elements. -
Uses of JavaScriptInlineFunction in de.agilecoders.wicket.jquery.function
Methods in de.agilecoders.wicket.jquery.function with parameters of type JavaScriptInlineFunctionModifier and TypeMethodDescriptionstatic EachJqueryFunctionEachJqueryFunction.each(JavaScriptInlineFunction function) creates a newEachJqueryFunctioninstance that holds a given inline function.static 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 newOnJqueryFunctioninstancestatic OnJqueryFunctionOnJqueryFunction.on(CharSequence events, JavaScriptInlineFunction handler) creates a newOnJqueryFunctioninstancestatic OnJqueryFunctionOnJqueryFunction.on(CharSequence events, CharSequence selector, JavaScriptInlineFunction handler) creates a newOnJqueryFunctioninstancestatic OnJqueryFunctionOnJqueryFunction.on(CharSequence events, CharSequence selector, Object data, JavaScriptInlineFunction handler) creates a newOnJqueryFunctioninstanceprotected CharSequenceAbstractFunction.toParameterValue(JavaScriptInlineFunction value) transform given value to a javascript parameter valuestatic StringJavaScriptInlineFunction.toString(JavaScriptInlineFunction value) Constructors in de.agilecoders.wicket.jquery.function with parameters of type JavaScriptInlineFunctionModifierConstructorDescriptionprotectedEachJqueryFunction(JavaScriptInlineFunction function) Construct.protectedOnJqueryFunction(Attr events, Attr selector, Attr data, JavaScriptInlineFunction handler) Construct. -
Uses of JavaScriptInlineFunction in de.agilecoders.wicket.jquery.util
Methods in de.agilecoders.wicket.jquery.util with parameters of type JavaScriptInlineFunctionModifier and TypeMethodDescriptionstatic CharSequenceCharSequenceWrapper.toParameterValue(JavaScriptInlineFunction value) transform given value to a javascript parameter value