Uses of Interface
org.hippoecm.hst.core.sitemenu.EditableMenuItem
-
Packages that use EditableMenuItem Package Description org.hippoecm.hst.core.sitemenu The org.hippoecm.hst.core.sitemenu package defines the API for the HST Core SiteMenu -
-
Uses of EditableMenuItem in org.hippoecm.hst.core.sitemenu
Methods in org.hippoecm.hst.core.sitemenu that return EditableMenuItem Modifier and Type Method 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 getSelectMenuItemMethods in org.hippoecm.hst.core.sitemenu that return types with arguments of type EditableMenuItem Modifier and Type Method Description List<EditableMenuItem>
EditableMenuItem. getChildMenuItems()
List<EditableMenuItem>
EditableMenu. getMenuItems()
Methods in org.hippoecm.hst.core.sitemenu with parameters of type EditableMenuItem Modifier and Type Method Description void
EditableMenuItem. addChildMenuItem(EditableMenuItem childMenuItem)
void
EditableMenu. setSelectedMenuItem(EditableMenuItem selectedMenuItem)
Sets theselectedMenuItem
as selected
-