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 | Class and Description |
---|---|
class |
EditableMenuItemImpl |
Modifier and Type | Method and Description |
---|---|
EditableMenuItem |
EditableMenu.getDeepestExpandedItem() |
EditableMenuItem |
EditableMenuImpl.getDeepestExpandedItem() |
EditableMenuItem |
EditableMenuItem.getParentItem() |
EditableMenuItem |
EditableMenuItemImpl.getParentItem() |
EditableMenuItem |
EditableMenu.getSelectMenuItem()
Note: the method should have been called getSelectedMenuItem because of a
historical typo it is called getSelectMenuItem
|
EditableMenuItem |
EditableMenuImpl.getSelectMenuItem() |
Modifier and Type | Method and Description |
---|---|
List<EditableMenuItem> |
EditableMenuItem.getChildMenuItems() |
List<EditableMenuItem> |
EditableMenuItemImpl.getChildMenuItems() |
List<EditableMenuItem> |
EditableMenu.getMenuItems() |
List<EditableMenuItem> |
EditableMenuImpl.getMenuItems() |
Modifier and Type | Method and Description |
---|---|
void |
EditableMenuItem.addChildMenuItem(EditableMenuItem childMenuItem) |
void |
EditableMenuItemImpl.addChildMenuItem(EditableMenuItem childMenuItem) |
void |
EditableMenu.setSelectedMenuItem(EditableMenuItem selectedMenuItem)
Sets the
selectedMenuItem as selected |
void |
EditableMenuImpl.setSelectedMenuItem(EditableMenuItem selectedMenuItem) |
Constructor and Description |
---|
EditableMenuItemImpl(EditableMenu editableMenu,
EditableMenuItem parentItem,
HstSiteMenuItem siteMenuItem) |
EditableMenuItemImpl(EditableMenuItem parentItem) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.