java.lang.Object
org.apache.wicket.behavior.Behavior
org.wicketstuff.select2.Select2ResourcesBehavior
- All Implemented Interfaces:
Serializable,IComponentAwareEventSink,IComponentAwareHeaderContributor,IClusterable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, unbind
-
Constructor Details
-
Select2ResourcesBehavior
public Select2ResourcesBehavior()
-
-
Method Details
-
renderHead
- Specified by:
renderHeadin interfaceIComponentAwareHeaderContributor- Overrides:
renderHeadin classBehavior
-