public interface LocationMapTreeItem
LocationMapTreeItem
is an item in the tree of the containing LocationMapTree
.
It contains references to the HstSiteMapItem
's that belong to this LocationMapTreeItem
. A
HstSiteMapItem
must not belong to multiple LocationMapTreeItem's.
Modifier and Type | Method and Description |
---|---|
LocationMapTreeItem |
getChild(String name) |
List<HstSiteMapItem> |
getHstSiteMapItems() |
LocationMapTreeItem |
getParentItem() |
List<HstSiteMapItem> getHstSiteMapItems()
HstSiteMapItem
's belonging to this LocationMapTreeItem. When no HstSiteMapItem belong to this item, an
empty list is returnedLocationMapTreeItem getChild(String name)
name
- the name of the child LocationMapTreeItem
LocationMapTreeItem
with this name
or null
if there
exists no child with this nameLocationMapTreeItem getParentItem()
LocationMapTreeItem
of this item or null
when it is a root LocationMapTreeItem
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.