public interface ISysTreeNode
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
ISysTreeNode |
addNode(String nodeName)
Adds a new child node.
|
int |
attribute()
Gets the node attribute.
|
ISysTreeNode |
child(int index)
Gets a sub-folder of the current folder.
|
int |
count()
The number of child nodes.
|
short |
depthType()
The sub-tree depth type.
|
ISysTreeNode |
father()
The current folder's parent folder.
|
ISysTreeNode |
findChildNode(String childName)
Finds a child node by node name.
|
IList |
findChildren(String pattern,
boolean matchCase,
String filter)
Finds node children according to specified search pattern.
|
String |
name()
The node name.
|
void |
name(String pVal)
The node name.
|
IList |
newList()
Gets a list of the node's immediate children.
|
Object |
newList(int index) |
int |
nodeID()
The node ID number.
|
String |
path()
The folder tree path starting from the tree root.
|
void |
post()
Posts all changed values to the database.
|
void |
refresh()
Reads the saved node data, overwriting values in memory.
|
void |
removeNode(Object node)
Deletes the specified node.
|
String name()
The node name.
Getter method for the COM property "Name"
void name(String pVal)
The node name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.ISysTreeNode addNode(String nodeName)
Adds a new child node.
nodeName
- Mandatory java.lang.String parameter.IList newList()
Gets a list of the node's immediate children.
Object newList(int index)
int nodeID()
The node ID number.
Getter method for the COM property "NodeID"
int attribute()
Gets the node attribute.
Getter method for the COM property "Attribute"
ISysTreeNode findChildNode(String childName)
Finds a child node by node name.
childName
- Mandatory java.lang.String parameter.void removeNode(Object node)
Deletes the specified node.
node
- Mandatory java.lang.Object parameter.ISysTreeNode father()
The current folder's parent folder.
Getter method for the COM property "Father"
ISysTreeNode child(int index)
Gets a sub-folder of the current folder.
Getter method for the COM property "Child"
index
- Mandatory int parameter.int count()
The number of child nodes.
Getter method for the COM property "Count"
short depthType()
The sub-tree depth type.
Getter method for the COM property "DepthType"
IList findChildren(String pattern, @DefaultValue(value="0") boolean matchCase, @DefaultValue(value="") String filter)
Finds node children according to specified search pattern.
pattern
- Mandatory java.lang.String parameter.matchCase
- Optional parameter. Default value is falsefilter
- Optional parameter. Default value is ""String path()
The folder tree path starting from the tree root.
Getter method for the COM property "Path"
void post()
Posts all changed values to the database.
void refresh()
Reads the saved node data, overwriting values in memory.
Copyright © 2020. All rights reserved.