|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstSiteMenu
The interface for a SiteMenu implementation, containing possibly a tree of HstSiteMenuItem
's
Method Summary | |
---|---|
HstSiteMenuItem |
getDeepestExpandedItem()
This utility method is valuable for creating repository based navigations, as you can easily get the deepest selected item, which might in turn need repository based menu build below it |
EditableMenu |
getEditableMenu()
Returns an instance from this HstSiteMenu. |
HstSiteMenus |
getHstSiteMenus()
|
HstSiteMenuItem |
getSelectSiteMenuItem()
|
List<HstSiteMenuItem> |
getSiteMenuItems()
|
Methods inherited from interface org.hippoecm.hst.core.sitemenu.CommonMenu |
---|
getName, isExpanded |
Method Detail |
---|
HstSiteMenuItem getSelectSiteMenuItem()
HstSiteMenuItem
or null
if none is selectedList<HstSiteMenuItem> getSiteMenuItems()
HstSiteMenuItem
's of this SiteMenuHstSiteMenus getHstSiteMenus()
HstSiteMenus
container for this HstSiteMenuHstSiteMenuItem getDeepestExpandedItem()
HstSiteMenuItem
that is the last one in the tree of expanded items, or null
if none is expandedEditableMenu getEditableMenu()
EditableMenu
instance from this HstSiteMenu. Note that changing the EditableMenu
using the setters and adders (like adding a
EditableMenuItem
) will not being reflected in this HstSiteMenu instance.
EditableMenu
instance of this HstSiteMenu.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |