public class Navbar extends BsComponent
Modifier and Type | Class and Description |
---|---|
static class |
Navbar.ImageBrand |
Constructor and Description |
---|
Navbar(ISkinConfig config)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
org.codehaus.plexus.util.xml.Xpp3Dom |
getAdditionalMenu() |
String |
getAlignMenu() |
String |
getBrandHref() |
String |
getBrandName() |
String |
getFilterMenu() |
Navbar.ImageBrand |
getImage() |
List<Menu> |
getMenus() |
boolean |
isCenter() |
getBackground, getCssClass, getTheme, setBackground, setTheme
addChildren, addCssOptions, getBodyContent, getCssOptions, getHtmlTool, onPreRender, setCssClass
public static final String COMPONENT
public Navbar(@Nonnull ISkinConfig config)
config
- a config (can not be null
).public String getBrandName()
public String getBrandHref()
public boolean isCenter()
public String getAlignMenu()
public Navbar.ImageBrand getImage()
public String getFilterMenu()
public org.codehaus.plexus.util.xml.Xpp3Dom getAdditionalMenu()
Copyright © 2012–2023 Friederich Christophe. All rights reserved.