Class Navbar
- java.lang.Object
-
- org.devacfr.maven.skins.reflow.model.Component
-
- org.devacfr.maven.skins.reflow.model.BsComponent
-
- org.devacfr.maven.skins.reflow.model.Navbar
-
public class Navbar extends BsComponent
Represents the navbar component.- Since:
- 2.0
- Author:
- devacfr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNavbar.ImageBrand
-
Constructor Summary
Constructors Constructor Description Navbar(ISkinConfig config)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.util.xml.Xpp3DomgetAdditionalMenu()StringgetAlignMenu()StringgetBrandHref()StringgetBrandName()StringgetFilterMenu()Navbar.ImageBrandgetImage()List<Menu>getMenus()booleanisCenter()-
Methods inherited from class org.devacfr.maven.skins.reflow.model.BsComponent
getBackground, getCssClass, getTheme, setBackground, setTheme
-
Methods inherited from class org.devacfr.maven.skins.reflow.model.Component
addChildren, addCssOptions, getCssOptions, onPreRender, setCssClass
-
-
-
-
Field Detail
-
COMPONENT
public static final String COMPONENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Navbar
public Navbar(@Nonnull ISkinConfig config)
Default constructor.- Parameters:
config- a config (can not benull).
-
-
Method Detail
-
getBrandName
public String getBrandName()
- Returns:
- the brandName
-
getBrandHref
public String getBrandHref()
- Returns:
- the brandHref
-
isCenter
public boolean isCenter()
- Returns:
- the center
-
getAlignMenu
public String getAlignMenu()
- Returns:
- the alignMenu
-
getImage
public Navbar.ImageBrand getImage()
- Returns:
- the image
-
getFilterMenu
public String getFilterMenu()
- Returns:
- the filterMenu
-
getAdditionalMenu
public org.codehaus.plexus.util.xml.Xpp3Dom getAdditionalMenu()
- Returns:
- the additionalMenu
-
-