Node
Direct Subclass:
Indirect Subclass:
Represents a placeholder for a more specific Node type Should not be used directly
Constructor Summary
| Public Constructor | ||
| public |
constructor(id: *) Creates a Node with a given VPANEL id |
|
Member Summary
| Public Members | ||
| public get |
childNodes: * Returns the children of this node |
|
| public get |
parentNode: * Returns a Node that is the parent of this node. |
|
Method Summary
| Public Methods | ||
| public |
toString(): * Returns a string representation of the Node |
|
Public Constructors
public constructor(id: *) source
Creates a Node with a given VPANEL id
Params:
| Name | Type | Attribute | Description |
| id | * |
Public Members
public get parentNode: * source
Returns a Node that is the parent of this node. If there is no such node, like if this node is the top of the tree or if doesn't participate in a tree, this property returns null.