org.hippoecm.hst.core.sitemenu
Class EditableMenuItemImpl
java.lang.Object
org.hippoecm.hst.core.sitemenu.AbstractMenuItem
org.hippoecm.hst.core.sitemenu.EditableMenuItemImpl
- All Implemented Interfaces:
- CommonMenuItem, EditableMenuItem
public class EditableMenuItemImpl
- extends AbstractMenuItem
- implements EditableMenuItem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditableMenuItemImpl
public EditableMenuItemImpl(EditableMenuItem parentItem)
EditableMenuItemImpl
public EditableMenuItemImpl(EditableMenu editableMenu,
EditableMenuItem parentItem,
HstSiteMenuItem siteMenuItem)
getChildMenuItems
public List<EditableMenuItem> getChildMenuItems()
- Specified by:
getChildMenuItems
in interface EditableMenuItem
addChildMenuItem
public void addChildMenuItem(EditableMenuItem childMenuItem)
- Specified by:
addChildMenuItem
in interface EditableMenuItem
getEditableMenu
public EditableMenu getEditableMenu()
- Specified by:
getEditableMenu
in interface EditableMenuItem
getParentItem
public EditableMenuItem getParentItem()
- Specified by:
getParentItem
in interface EditableMenuItem
setExpanded
public void setExpanded(boolean expanded)
- Specified by:
setExpanded
in interface EditableMenuItem
Copyright © 2008-2012 Hippo. All Rights Reserved.