Class FolderNode
java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.quickclient.BaseNode
com.inductiveautomation.ignition.gateway.web.components.quickclient.FolderNode
- All Implemented Interfaces:
Serializable
,TreeNode
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnumeration<? extends TreeNode>
children()
boolean
getChildAt
(int childIndex) int
int
boolean
isLeaf()
protected void
protected abstract void
loadChildren
(List<BaseNode> children) void
refresh()
-
Field Details
-
children
-
-
Constructor Details
-
FolderNode
-
-
Method Details
-
loadChildren
protected void loadChildren() -
loadChildren
- Throws:
Exception
-
children
-
refresh
public void refresh() -
getAllowsChildren
public boolean getAllowsChildren()- Specified by:
getAllowsChildren
in interfaceTreeNode
- Overrides:
getAllowsChildren
in classBaseNode
-
getChildAt
- Specified by:
getChildAt
in interfaceTreeNode
- Overrides:
getChildAt
in classBaseNode
-
getChildCount
public int getChildCount()- Specified by:
getChildCount
in interfaceTreeNode
- Overrides:
getChildCount
in classBaseNode
-
getIndex
-
isLeaf
public boolean isLeaf()
-