public interface ICustomizationListNode
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addChild(Object node)
Adds a new sub-node to the current node.
|
boolean |
canAddChild()
Checks if sub-nodes can be added to the current node.
|
com4j.Com4jObject |
child(String nodeName)
Gets the specified sub-node.
|
IList |
children()
The list of CustomizationListNode objects that are sub-nodes of the current node.
|
Object |
children(int index) |
int |
childrenCount()
The number of sub-nodes under the node.
|
boolean |
deleted()
If true, the node is marked for deletion, but the deletion is not yet committed.
|
void |
deleted(boolean pVal)
If true, the node is marked for deletion, but the deletion is not yet committed.
|
com4j.Com4jObject |
father()
Gets the CustomizationListNode object representing the current node's parent node, or sets a new father, thereby moving the node.
|
void |
father(com4j.Com4jObject pVal)
Gets the CustomizationListNode object representing the current node's parent node, or sets a new father, thereby moving the node.
|
int |
id()
For HP use.
|
void |
id(int pVal)
For HP use.
|
com4j.Com4jObject |
list()
The CustomizationList object that contains the current node.
|
String |
name()
The current node name.
|
void |
name(String pVal)
The current node name.
|
int |
order()
The order number of the node within its siblings.
|
void |
order(int pVal)
The order number of the node within its siblings.
|
boolean |
readOnly()
Checks if the current node is read-only.
|
void |
removeChild(Object node)
Removes the specified sub-node from the current node.
|
boolean |
updated()
Indicates if the node was modified since it was loaded from the server.
|
void |
updated(boolean pVal)
Indicates if the node was modified since it was loaded from the server.
|
com4j.Com4jObject addChild(Object node)
Adds a new sub-node to the current node.
node
- Mandatory java.lang.Object parameter.void removeChild(Object node)
Removes the specified sub-node from the current node.
node
- Mandatory java.lang.Object parameter.com4j.Com4jObject child(String nodeName)
Gets the specified sub-node.
Getter method for the COM property "Child"
nodeName
- Mandatory java.lang.String parameter.IList children()
The list of CustomizationListNode objects that are sub-nodes of the current node.
Getter method for the COM property "Children"
Object children(int index)
String name()
The current node name.
Getter method for the COM property "Name"
void name(String pVal)
The current node name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.int id()
For HP use. The current node ID.
Getter method for the COM property "ID"
void id(int pVal)
For HP use. The current node ID.
Setter method for the COM property "ID"
pVal
- Mandatory int parameter.com4j.Com4jObject father()
Gets the CustomizationListNode object representing the current node's parent node, or sets a new father, thereby moving the node.
Getter method for the COM property "Father"
void father(com4j.Com4jObject pVal)
Gets the CustomizationListNode object representing the current node's parent node, or sets a new father, thereby moving the node.
Setter method for the COM property "Father"
pVal
- Mandatory com4j.Com4jObject parameter.boolean canAddChild()
Checks if sub-nodes can be added to the current node.
Getter method for the COM property "CanAddChild"
boolean readOnly()
Checks if the current node is read-only.
Getter method for the COM property "ReadOnly"
com4j.Com4jObject list()
The CustomizationList object that contains the current node.
Getter method for the COM property "List"
int childrenCount()
The number of sub-nodes under the node.
Getter method for the COM property "ChildrenCount"
boolean updated()
Indicates if the node was modified since it was loaded from the server.
Getter method for the COM property "Updated"
void updated(boolean pVal)
Indicates if the node was modified since it was loaded from the server.
Setter method for the COM property "Updated"
pVal
- Mandatory boolean parameter.boolean deleted()
If true, the node is marked for deletion, but the deletion is not yet committed.
Getter method for the COM property "Deleted"
void deleted(boolean pVal)
If true, the node is marked for deletion, but the deletion is not yet committed.
Setter method for the COM property "Deleted"
pVal
- Mandatory boolean parameter.int order()
The order number of the node within its siblings.
Getter method for the COM property "Order"
void order(int pVal)
The order number of the node within its siblings.
Setter method for the COM property "Order"
pVal
- Mandatory int parameter.Copyright © 2020. All rights reserved.