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()booleangetChildAt(int childIndex) intintbooleanisLeaf()protected voidprotected abstract voidloadChildren(List<BaseNode> children) voidrefresh() 
- 
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:
 getAllowsChildrenin interfaceTreeNode- Overrides:
 getAllowsChildrenin classBaseNode
 - 
getChildAt
- Specified by:
 getChildAtin interfaceTreeNode- Overrides:
 getChildAtin classBaseNode
 - 
getChildCount
public int getChildCount()- Specified by:
 getChildCountin interfaceTreeNode- Overrides:
 getChildCountin classBaseNode
 - 
getIndex
 - 
isLeaf
public boolean isLeaf() 
 -