Constructor Summary
Public Constructor | ||
public |
constructor(node: Object) Constructor |
Method Summary
Public Methods | ||
public |
Return true if node is expanded |
|
public |
Return true if node is a folder |
|
public |
Return true if node is selected |
|
public |
setExpanded(flag: Boolean): Null Expand or collapse this node |
|
public |
setSelected(flag: Boolean): Null Select this node |
|
public |
Rename this node |
Public Constructors
Public Methods
public setExpanded(flag: Boolean): Null source
Expand or collapse this node
Params:
Name | Type | Attribute | Description |
flag | Boolean | pass false to deactivate |
Return:
Null |