public interface NavigationNodeTreeService
TreeModel for building tree structure| Modifier and Type | Method and Description |
|---|---|
TypedObject |
getChild(TypedObject node,
int index)
Find a child node of a given node at a given position
|
int |
getChildCount(TypedObject node)
Find number of child nodes for a given node
|
java.util.List<TypedObject> |
getRootNavigationNodes(CatalogVersionModel catVer)
Find all root nodes for a given catalog version
|
boolean |
isLeaf(TypedObject node)
Determine whether a node is a leaf node or not.
|
TypedObject getChild(TypedObject node, int index)
node - parent nodeindex - node positionint getChildCount(TypedObject node)
node - parent node with children nodesboolean isLeaf(TypedObject node)
node - java.util.List<TypedObject> getRootNavigationNodes(CatalogVersionModel catVer)
catVer - catalog versionCopyright © 2018 SAP SE. All Rights Reserved.