| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.navbar |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNavbarComponent
TODO: document
|
class |
ImmutableNavbarComponent
An immutable navbar component
|
| Modifier and Type | Method and Description |
|---|---|
static List<INavbarComponent> |
NavbarComponents.transform(Navbar.ComponentPosition position,
org.apache.wicket.Component... components)
transforms a given component into a navbar component.
|
| Modifier and Type | Method and Description |
|---|---|
Navbar |
Navbar.addComponents(INavbarComponent... components)
adds a component to the given position inside the navbar
|
| Modifier and Type | Method and Description |
|---|---|
Navbar |
Navbar.addComponents(List<INavbarComponent> components)
adds a component to the given position inside the navbar
|
Copyright © 2013 agilecoders.de. All Rights Reserved.