public class DynamicNode extends SimpleNode implements ActionAwareNode
| 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 |
isActionAware()
Defines if node is action aware
|
boolean |
isRootNode() |
boolean |
isSelectable() |
void |
setActionAware(boolean actionAware) |
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)
public boolean isActionAware()
ActionAwareNodeisActionAware in interface ActionAwareNodeisActionAware in class SimpleNodepublic void setActionAware(boolean actionAware)
setActionAware in class SimpleNodeCopyright © 2018. All rights reserved.