| Package | Description |
|---|---|
| de.agilecoders.wicket | |
| de.agilecoders.wicket.markup.html.bootstrap.behavior | |
| de.agilecoders.wicket.settings | |
| de.agilecoders.wicket.util |
| Modifier and Type | Method and Description |
|---|---|
static IBootstrapSettings |
Bootstrap.getSettings()
returns the
IBootstrapSettings which are assigned to current application |
static IBootstrapSettings |
Bootstrap.getSettings(org.apache.wicket.Application app)
returns the
IBootstrapSettings which are assigned to given application |
| Modifier and Type | Method and Description |
|---|---|
static void |
Bootstrap.install(org.apache.wicket.Application app,
IBootstrapSettings settings)
Installs given settings for given application
|
| Modifier and Type | Method and Description |
|---|---|
protected IBootstrapSettings |
BootstrapBaseBehavior.getBootstrapSettings(org.apache.wicket.Component component)
returns the
IBootstrapSettings implementation like BootstrapSettings
which was bound to the current application. |
| Modifier and Type | Method and Description |
|---|---|
void |
BootstrapResourcesBehavior.renderHead(IBootstrapSettings settings,
org.apache.wicket.markup.head.IHeaderResponse headerResponse)
render the
BootstrapJavaScriptReference and if active
the de.agilecoders.wicket.markup.html.references.JqueryPPJavaScriptReference to
the response. |
void |
BootstrapJavascriptBehavior.renderHead(IBootstrapSettings settings,
org.apache.wicket.markup.head.IHeaderResponse headerResponse)
render the
BootstrapJavaScriptReference and if active
the de.agilecoders.wicket.markup.html.references.JqueryPPJavaScriptReference to
the response. |
void |
BootstrapBaseBehavior.renderHead(IBootstrapSettings settings,
org.apache.wicket.markup.head.IHeaderResponse headerResponse)
Render the current active
ITheme which includes all ResourceReference objects
and the BootstrapResponsiveCssReference
if enabled to the response. |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapSettings
Default
IBootstrapSettings implementation |
| Modifier and Type | Method and Description |
|---|---|
IBootstrapSettings |
IBootstrapSettings.setActiveThemeProvider(ActiveThemeProvider themeProvider)
The
ActiveThemeProvider provides access to the active theme |
IBootstrapSettings |
IBootstrapSettings.setCssResourceReference(org.apache.wicket.request.resource.ResourceReference reference) |
IBootstrapSettings |
BootstrapSettings.setCssResourceReference(org.apache.wicket.request.resource.ResourceReference reference) |
IBootstrapSettings |
IBootstrapSettings.setJsResourceFilterName(String name)
sets the filter name for all bootstrap js resource references
|
IBootstrapSettings |
BootstrapSettings.setJsResourceFilterName(String name) |
IBootstrapSettings |
IBootstrapSettings.setJsResourceReference(org.apache.wicket.request.resource.ResourceReference reference) |
IBootstrapSettings |
IBootstrapSettings.setThemeProvider(ThemeProvider themeProvider)
The
ThemeProvider instance provides access to all available themes. |
IBootstrapSettings |
IBootstrapSettings.setUpdateSecurityManager(boolean activate)
if true, all necessary exceptions will be added to security manager to allow
fonts and less files.
|
IBootstrapSettings |
BootstrapSettings.setUpdateSecurityManager(boolean activate) |
| Modifier and Type | Method and Description |
|---|---|
static void |
References.renderWithFilter(IBootstrapSettings settings,
org.apache.wicket.markup.head.IHeaderResponse response,
org.apache.wicket.markup.head.JavaScriptReferenceHeaderItem headerItem)
renders a given header item with filter if present.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.