public interface IBootstrapSettings
| Modifier and Type | Method and Description |
|---|---|
ActiveThemeProvider |
getActiveThemeProvider() |
org.apache.wicket.request.resource.ResourceReference |
getCssResourceReference() |
String |
getJsResourceFilterName() |
org.apache.wicket.request.resource.ResourceReference |
getJsResourceReference() |
ThemeProvider |
getThemeProvider() |
IBootstrapSettings |
setActiveThemeProvider(ActiveThemeProvider themeProvider)
The
ActiveThemeProvider provides access to the active theme |
IBootstrapSettings |
setCssResourceReference(org.apache.wicket.request.resource.ResourceReference reference) |
IBootstrapSettings |
setJsResourceFilterName(String name)
sets the filter name for all bootstrap js resource references
|
IBootstrapSettings |
setJsResourceReference(org.apache.wicket.request.resource.ResourceReference reference) |
IBootstrapSettings |
setThemeProvider(ThemeProvider themeProvider)
The
ThemeProvider instance provides access to all available themes. |
IBootstrapSettings |
setUpdateSecurityManager(boolean activate)
if true, all necessary exceptions will be added to security manager to allow
fonts and less files.
|
boolean |
updateSecurityManager()
if true, all necessary exceptions will be added to security manager to allow
fonts and less files.
|
org.apache.wicket.request.resource.ResourceReference getCssResourceReference()
org.apache.wicket.request.resource.ResourceReference getJsResourceReference()
IBootstrapSettings setCssResourceReference(org.apache.wicket.request.resource.ResourceReference reference)
reference - a reference to the base twitter bootstrap css library.
Defaults to the embedded bootstrap-responsive.cssIBootstrapSettings setJsResourceReference(org.apache.wicket.request.resource.ResourceReference reference)
reference - a reference to the base twitter bootstrap JavaScript library.
Defaults to the embedded bootstrap.jsString getJsResourceFilterName()
IBootstrapSettings setJsResourceFilterName(String name)
name - javascript resource filter nameIBootstrapSettings setUpdateSecurityManager(boolean activate)
activate - true, if security manger should be updated while installing these settingsboolean updateSecurityManager()
IBootstrapSettings setActiveThemeProvider(ActiveThemeProvider themeProvider)
ActiveThemeProvider provides access to the active themethemeProvider - The ActiveThemeProvider instanceActiveThemeProvider getActiveThemeProvider()
ActiveThemeProvider instanceThemeProvider getThemeProvider()
ThemeProvider instanceIBootstrapSettings setThemeProvider(ThemeProvider themeProvider)
ThemeProvider instance provides access to all available themes.themeProvider - The ThemeProvider instanceCopyright © 2013 agilecoders.de. All Rights Reserved.