public abstract class AbstractMenu extends Object implements CommonMenu
Modifier and Type | Field and Description |
---|---|
protected boolean |
expanded |
protected String |
name |
Constructor and Description |
---|
AbstractMenu() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of this SiteMenu.
|
boolean |
isExpanded()
Based on the request, the implementation should be able to indicate whether this HstSiteMenu is expanded
|
protected String name
protected boolean expanded
public String getName()
CommonMenu
getName
in interface CommonMenu
public boolean isExpanded()
CommonMenu
isExpanded
in interface CommonMenu
true
when any HstSiteMenuItem in this HstSiteMenu container is selectedCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.