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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionEnumeration<? extends TreeNode>children()booleangetChildAt(int childIndex) intintbooleanisLeaf()protected voidprotected abstract voidloadChildren(List<BaseNode> children) voidrefresh()
- 
Field Details- 
children
 
- 
- 
Constructor Details- 
FolderNode
 
- 
- 
Method Details- 
loadChildrenprotected void loadChildren()
- 
loadChildren- Throws:
- Exception
 
- 
children
- 
refreshpublic void refresh()
- 
getAllowsChildrenpublic boolean getAllowsChildren()- Specified by:
- getAllowsChildrenin interface- TreeNode
- Overrides:
- getAllowsChildrenin class- BaseNode
 
- 
getChildAt- Specified by:
- getChildAtin interface- TreeNode
- Overrides:
- getChildAtin class- BaseNode
 
- 
getChildCountpublic int getChildCount()- Specified by:
- getChildCountin interface- TreeNode
- Overrides:
- getChildCountin class- BaseNode
 
- 
getIndex
- 
isLeafpublic boolean isLeaf()
 
-