RasterTreeItem.setAutoToggle( isAutoToggle )
Specifies if an item collapse and expand automatically when it is clicked.Parameters
| Name | Type | Description | |
|---|---|---|---|
| isAutoToggle | boolean |
True enables the item to collapse/expand automatically
when it is clicked; false turns off this feature (default). |
Returns
| Type | Description |
|---|---|
| object | The tree item object. This allow for chaining multiple setter methods in one single statement. |