de.agilecoders.wicket.jquery.function
Interface IFunction

All Superinterfaces:
org.apache.wicket.util.io.IClusterable, Serializable
All Known Implementing Classes:
AbstractFunction, ClosestJqueryFunction, ConfigurableFunction, EachJqueryFunction, FindJqueryFunction, Function, JavaScriptInlineFunction, OnJqueryFunction, SimpleFunction

public interface IFunction
extends org.apache.wicket.util.io.IClusterable

simple interface to represent a jquery function.


Method Summary
 String build()
           
 

Method Detail

build

String build()
Returns:
the function as javascript string.


Copyright © 2017. All Rights Reserved.