| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.themes.bootstrap | |
| de.agilecoders.wicket.settings |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapResponsiveTheme
Bootstrap responsive theme.
|
class |
BootstrapTheme
Bootstrap theme.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Theme
Default
ITheme implementation |
| Modifier and Type | Method and Description |
|---|---|
ITheme |
ThemeProvider.byName(String name)
returns a theme by its name.
|
ITheme |
DefaultThemeProvider.byName(String name) |
ITheme |
ThemeProvider.defaultTheme() |
ITheme |
DefaultThemeProvider.defaultTheme() |
ITheme |
SessionThemeProvider.getActiveTheme()
returns the current active theme (can be user/session scoped).
|
ITheme |
ActiveThemeProvider.getActiveTheme()
returns the current active theme (can be user/session scoped).
|
| Modifier and Type | Method and Description |
|---|---|
List<ITheme> |
ThemeProvider.available() |
List<ITheme> |
DefaultThemeProvider.available() |
| Modifier and Type | Method and Description |
|---|---|
DefaultThemeProvider |
DefaultThemeProvider.add(ITheme... themes)
adds an array of new themes.
|
DefaultThemeProvider |
DefaultThemeProvider.addDefaultTheme(ITheme theme)
adds a new theme and sets it as default theme.
|
DefaultThemeProvider |
DefaultThemeProvider.defaultTheme(ITheme theme)
sets the default theme.
|
void |
SessionThemeProvider.setActiveTheme(ITheme theme)
sets the active theme
|
void |
ActiveThemeProvider.setActiveTheme(ITheme theme)
sets the active theme
|
Copyright © 2013 agilecoders.de. All Rights Reserved.