java.lang.Object
org.wicketstuff.select2.Select2BootstrapTheme
- All Implemented Interfaces:
Serializable,ISelect2Theme
Select2BootstrapThemeBehavior. Adds bootstrap look and feel to select2, See
https://github.com/select2/select2-bootstrap-theme
- Author:
- Ernesto Reinaldo Barreiro (reirn70@gmail.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()voidrenderHead(Component varComponent, IHeaderResponse response) Allows theme to contribute headers (e.g.
-
Constructor Details
-
Select2BootstrapTheme
public Select2BootstrapTheme(boolean useBootstrapWebJar)
-
-
Method Details
-
renderHead
Description copied from interface:ISelect2ThemeAllows theme to contribute headers (e.g. extra CSS resources)- Specified by:
renderHeadin interfaceISelect2Theme- Parameters:
varComponent- The componentresponse- The header response
-
name
- Specified by:
namein interfaceISelect2Theme- Returns:
- The name of the theme.
-