Class Select2ResourcesBehavior

java.lang.Object
org.apache.wicket.behavior.Behavior
org.wicketstuff.select2.Select2ResourcesBehavior
All Implemented Interfaces:
Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, IClusterable

public class Select2ResourcesBehavior extends Behavior
Adds various resources needed by Select2 such as JavaScript and CSS. Which resources are added is controlled by the ApplicationSettings object. Minified versions of JavaScript resources will be used when the application is configured in deployment mode.
Author:
igor
See Also: