public class DynamicNode extends SimpleNode
| Constructor and Description |
|---|
DynamicNode(String id,
boolean rootNode,
DynamicNodePopulator populator) |
DynamicNode(String id,
boolean rootNode,
DynamicNodePopulator populator,
int indexingDepth) |
DynamicNode(String id,
DynamicNodePopulator populator) |
DynamicNode(String id,
DynamicNodePopulator populator,
int indexingDepth) |
| Modifier and Type | Method and Description |
|---|---|
List<NavigationNode> |
getChildren()
Returns all children nodes.
|
int |
getIndexingDepth() |
boolean |
isRootNode() |
boolean |
isSelectable() |
void |
setSelectable(boolean selectable) |
addChild, create, equals, getContext, getData, getLevel, getParent, hashCode, isDirectory, isExpandedByDefault, setChildren, setContext, setData, setDirectory, setExpandedByDefault, setLevel, setParentgetDescription, getDescriptionLocKey, getGroup, getIconUri, getIconUriLocKey, getId, getName, getNameLocKey, setDescription, setDescriptionLocKey, setGroup, setIconUri, setIconUriLocKey, setName, setNameLocKey, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescription, getDescriptionLocKey, getGroup, getIconUri, getIconUriLocKey, getId, getName, getNameLocKeypublic DynamicNode(String id, DynamicNodePopulator populator)
public DynamicNode(String id, boolean rootNode, DynamicNodePopulator populator)
public DynamicNode(String id, DynamicNodePopulator populator, int indexingDepth)
public DynamicNode(String id, boolean rootNode, DynamicNodePopulator populator, int indexingDepth)
public List<NavigationNode> getChildren()
NavigationNodegetChildren in interface NavigationNodegetChildren in class SimpleNodepublic boolean isRootNode()
public boolean isSelectable()
public int getIndexingDepth()
public void setSelectable(boolean selectable)
Copyright © 2018. All rights reserved.