| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.navbar |
| Modifier and Type | Method and Description |
|---|---|
Navbar |
Navbar.addComponents(INavbarComponent... components)
adds a component to the given position inside the navbar
|
Navbar |
Navbar.addComponents(List<INavbarComponent> components)
adds a component to the given position inside the navbar
|
Navbar |
Navbar.brandName(org.apache.wicket.model.IModel<String> brandName)
sets the label of the brand name button
|
Navbar |
Navbar.fluid()
marks the navigation to be rendered inside a fluid page layout.
|
Navbar |
Navbar.setBrandImage(org.apache.wicket.request.resource.ResourceReference imageResourceReference,
org.apache.wicket.model.IModel<String> imageAltAttrModel)
sets an image in the brand button
|
Navbar |
Navbar.setInverted(boolean invert)
inverts the navbar backgorund color
|
Navbar |
Navbar.setPosition(Navbar.Position position)
Sets the prefered position of the navigation bar on the screen.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.