public class GoogleTheme
extends de.agilecoders.wicket.core.settings.Theme
java representation of TODC Bootstrap. This theme modifies bootstrap and therefor both files gets loaded (bootstrap.css and google-bootstrap.css).
settings.setThemeProvider(new SingleThemeProvider(new GoogleTheme()));
| Constructor and Description |
|---|
GoogleTheme()
Construct using default theme name:
google |
GoogleTheme(String name)
Construct.
|
public GoogleTheme(String name)
Construct.
public GoogleTheme()
Construct using default theme name: google
Copyright © 2011–2014 AgileCoders. All rights reserved.