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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnumeration<? extends TreeNode>children()booleangetChildAt(int childIndex) intintbooleanisLeaf()
-
Field Details
-
parent
-
-
Constructor Details
-
BaseNode
-
-
Method Details
-
getParent
-
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildrenin interfaceTreeNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCountin interfaceTreeNode
-
isLeaf
public boolean isLeaf() -
children
-
getChildAt
- Specified by:
getChildAtin interfaceTreeNode
-
getIndex
-