| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.navbar |
| Modifier and Type | Method and Description |
|---|---|
Navbar.ComponentPosition |
INavbarComponent.getPosition() |
Navbar.ComponentPosition |
AbstractNavbarComponent.getPosition() |
static Navbar.ComponentPosition |
Navbar.ComponentPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Navbar.ComponentPosition[] |
Navbar.ComponentPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
| Constructor and Description |
|---|
AbstractNavbarComponent(Navbar.ComponentPosition position) |
ImmutableNavbarComponent(org.apache.wicket.Component component,
Navbar.ComponentPosition position)
Construct.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.