Uses of Class
de.agilecoders.wicket.jquery.function.JavaScriptInlineFunction

Packages that use JavaScriptInlineFunction
de.agilecoders.wicket.jquery   
de.agilecoders.wicket.jquery.function   
de.agilecoders.wicket.jquery.util   
 

Uses of JavaScriptInlineFunction in de.agilecoders.wicket.jquery
 

Methods in de.agilecoders.wicket.jquery with parameters of type JavaScriptInlineFunction
 JQuery JQuery.on(Attr events, Attr selector, JavaScriptInlineFunction handler)
          Attach an event handler function for one or more events to the selected elements.
 JQuery JQuery.on(Attr events, JavaScriptInlineFunction handler)
          Attach an event handler function for one or more events to the selected elements.
 JQuery JQuery.on(CharSequence events, CharSequence selector, JavaScriptInlineFunction handler)
          Attach an event handler function for one or more events to the selected elements.
 JQuery JQuery.on(CharSequence events, 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 JavaScriptInlineFunction
static EachJqueryFunction EachJqueryFunction.each(JavaScriptInlineFunction function)
          creates a new EachJqueryFunction instance that holds a given inline function.
static OnJqueryFunction OnJqueryFunction.on(Attr events, Attr selector, Attr data, JavaScriptInlineFunction handler)
          creates a new OnJqueryFunction instance
static OnJqueryFunction OnJqueryFunction.on(Attr events, Attr selector, JavaScriptInlineFunction handler)
          creates a new OnJqueryFunction instance
static OnJqueryFunction OnJqueryFunction.on(Attr events, Attr selector, Object data, JavaScriptInlineFunction handler)
          creates a new OnJqueryFunction instance
static OnJqueryFunction OnJqueryFunction.on(Attr events, JavaScriptInlineFunction handler)
          creates a new OnJqueryFunction instance
static OnJqueryFunction OnJqueryFunction.on(CharSequence events, CharSequence selector, JavaScriptInlineFunction handler)
          creates a new OnJqueryFunction instance
static OnJqueryFunction OnJqueryFunction.on(CharSequence events, CharSequence selector, Object data, JavaScriptInlineFunction handler)
          creates a new OnJqueryFunction instance
static OnJqueryFunction OnJqueryFunction.on(CharSequence events, JavaScriptInlineFunction handler)
          creates a new OnJqueryFunction instance
protected  CharSequence AbstractFunction.toParameterValue(JavaScriptInlineFunction value)
          transform given value to a javascript parameter value
static String JavaScriptInlineFunction.toString(JavaScriptInlineFunction value)
           
 

Constructors in de.agilecoders.wicket.jquery.function with parameters of type JavaScriptInlineFunction
EachJqueryFunction(JavaScriptInlineFunction function)
          Construct.
OnJqueryFunction(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 JavaScriptInlineFunction
static CharSequence CharSequenceWrapper.toParameterValue(JavaScriptInlineFunction value)
          transform given value to a javascript parameter value
 



Copyright © 2017. All Rights Reserved.