public class BootstrapThemeTheme
extends de.agilecoders.wicket.core.settings.Theme
java representation of bootstrap-theme.css which is an enhanced default bootstrap theme.
public void init() {
final IBootstrapSettings settings = new BootstrapSettings();
Bootstrap.install(this, settings);
// theme provider must be set after `install` because it needs webjars.
settings.setThemeProvider(new SingleThemeProvider(new BootstrapThemeTheme()));
}
| Constructor and Description |
|---|
BootstrapThemeTheme()
Construct using default theme name:
bootstrap-theme. |
BootstrapThemeTheme(String name)
Constructor.
|
public BootstrapThemeTheme(String name)
Constructor.
name - the theme namepublic BootstrapThemeTheme()
Construct using default theme name: bootstrap-theme.
Copyright © 2011–2014 AgileCoders. All rights reserved.