|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocationMapTreeItem
Expert: A
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.
Method Summary
LocationMapTreeItem
getChild(String name)
List<HstSiteMapItem>
getHstSiteMapItems()
LocationMapTreeItem
getParentItem()
Method Detail
getHstSiteMapItems
List<HstSiteMapItem> getHstSiteMapItems()
HstSiteMapItem
's belonging to this LocationMapTreeItem. When no HstSiteMapItem belong to this item, an
empty list is returned
getChild
LocationMapTreeItem getChild(String name)
name
- the name of the child LocationMapTreeItem
LocationMapTreeItem
with this name
or null
if there
exists no child with this name
getParentItem
LocationMapTreeItem getParentItem()
LocationMapTreeItem
of this item or null
when it is a root LocationMapTreeItem
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2008-2012 Hippo. All Rights Reserved.