| Interface | Description |
|---|---|
| ICssClassNameModifier |
The
ICssClassNameModifier provides an interface to abstract
the styling of a component and the rendering of the class attribute. |
| ICssClassNameProvider |
The
ICssClassNameProvider provides an interface to abstract
the styling of a component and the rendering of the class attribute. |
| Class | Description |
|---|---|
| AssertTagNameBehavior | Deprecated |
| BootstrapBaseBehavior |
The
BootstrapBaseBehavior renders the current active
ITheme which includes the BootstrapCssReference
and the BootstrapResponsiveCssReference
if enabled to the response. |
| BootstrapJavascriptBehavior |
The
BootstrapJavascriptBehavior renders the
BootstrapJavaScriptReference and if active
the de.agilecoders.wicket.markup.html.references.JqueryPPJavaScriptReference to
the response. |
| BootstrapResourcesBehavior |
just includes all bootstrap resource references.
|
| CssClassNameAppender |
A CssClassNameAppender appends the given value, rather than replace it.
|
| CssClassNameModifier |
A CssClassNameModifier replaces an existing value with the given value.
|
| CssClassNameRemover |
Removes a value for the CSS class attribute
|
Copyright © 2013 agilecoders.de. All Rights Reserved.