Package | Description |
---|---|
org.hippoecm.hst.core.sitemenu |
The org.hippoecm.hst.core.sitemenu package defines the API for the HST Core SiteMenu
|
Modifier and Type | Method and Description |
---|---|
EditableMenuItem |
EditableMenu.getDeepestExpandedItem() |
EditableMenuItem |
EditableMenuItem.getParentItem() |
EditableMenuItem |
EditableMenu.getSelectMenuItem()
Note: the method should have been called getSelectedMenuItem because of a
historical typo it is called getSelectMenuItem
|
Modifier and Type | Method and Description |
---|---|
List<EditableMenuItem> |
EditableMenuItem.getChildMenuItems() |
List<EditableMenuItem> |
EditableMenu.getMenuItems() |
Modifier and Type | Method and Description |
---|---|
void |
EditableMenuItem.addChildMenuItem(EditableMenuItem childMenuItem) |
void |
EditableMenu.setSelectedMenuItem(EditableMenuItem selectedMenuItem)
Sets the
selectedMenuItem as selected |
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.