public class ImmutableNavbarComponent extends AbstractNavbarComponent
| Constructor and Description |
|---|
ImmutableNavbarComponent(org.apache.wicket.Component component)
Construct.
|
ImmutableNavbarComponent(org.apache.wicket.Component component,
Navbar.ComponentPosition position)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.Component |
create(String markupId)
creates a new
Navbar component |
getPositionpublic ImmutableNavbarComponent(org.apache.wicket.Component component)
component - the component to use inside navbarpublic ImmutableNavbarComponent(org.apache.wicket.Component component,
Navbar.ComponentPosition position)
component - the component to use inside navbarposition - the position inside navbarpublic final org.apache.wicket.Component create(String markupId)
INavbarComponentNavbar componentmarkupId - the markup id of new componentCopyright © 2013 agilecoders.de. All Rights Reserved.