| Interface | Description |
|---|---|
| INavbarComponent |
Interface used to represent a single component inside
Navbar. |
| Class | Description |
|---|---|
| AbstractNavbarComponent |
TODO: document
|
| AffixBehavior |
To easily add affix behavior to any element, just add the
AffixBehavior to the element you want to spy on. |
| ImmutableNavbarComponent |
An immutable navbar component
|
| Navbar |
TODO: document
|
| NavbarAjaxButton | |
| NavbarAjaxLink<T> |
Simple
AjaxLink implementation that adds ability to
add an Icon. |
| NavbarButton<T> |
Renders a stable navbar button link which can be cached in a web browser and used at a later time.
|
| NavbarComponents |
Helper class to transform components to navbar components
|
| NavbarDropDownButton |
Special
DropDownButton for a Navbar. |
| NavbarForm<T> |
A form implementation for the
Navbar component which
behaves like a Panel. |
| NavbarFormBehavior |
Adds all necessary css class names to a navbar form.
|
| ScrollSpyBehavior |
A
ScrollSpyBehavior updates the active state of a assigned
component according to the current scroll position. |
| Enum | Description |
|---|---|
| Navbar.ComponentPosition |
indicates the position of a button inside the navigation bar.
|
| Navbar.Position |
indicates the position of the navigation bar itself
|
Copyright © 2013 agilecoders.de. All Rights Reserved.