public interface EditableMenuItem extends CommonMenuItem
Modifier and Type | Method and Description |
---|---|
void |
addChildMenuItem(EditableMenuItem childMenuItem) |
List<EditableMenuItem> |
getChildMenuItems() |
EditableMenu |
getEditableMenu() |
EditableMenuItem |
getParentItem() |
void |
setExpanded(boolean expanded)
Set this EditableMenuItem to expanded (true) or not
|
getDepth, getExternalLink, getHstLink, getName, getProperties, isExpanded, isRepositoryBased, isSelected, resolveToSiteMapItem, resolveToSiteMapItem
List<EditableMenuItem> getChildMenuItems()
List
of EditableMenuItem
s and empty List if no child menu items availablevoid addChildMenuItem(EditableMenuItem childMenuItem)
childMenuItem
- - Add this EditableMenuItem
to the list of childsEditableMenu getEditableMenu()
EditableMenu
for this EditableMenuItem
EditableMenuItem getParentItem()
EditableMenuItem
of this item and null
when there
is not parentvoid setExpanded(boolean expanded)
expanded
- - When true
sets the EditableMenuItem
to expandedCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.