Class BaseNode
java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.quickclient.BaseNode
- All Implemented Interfaces:
- Serializable,- TreeNode
- Direct Known Subclasses:
- FolderNode
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionEnumeration<? extends TreeNode>children()booleangetChildAt(int childIndex) intintbooleanisLeaf()
- 
Field Details- 
parent
 
- 
- 
Constructor Details- 
BaseNode
 
- 
- 
Method Details- 
getParent
- 
getAllowsChildrenpublic boolean getAllowsChildren()- Specified by:
- getAllowsChildrenin interface- TreeNode
 
- 
getChildCountpublic int getChildCount()- Specified by:
- getChildCountin interface- TreeNode
 
- 
isLeafpublic boolean isLeaf()
- 
children
- 
getChildAt- Specified by:
- getChildAtin interface- TreeNode
 
- 
getIndex
 
-