Classes
Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
destroy() |
|
| public |
setEnabled(enabled: *) |
|
| public |
showNodeInTreeView(objectId: *) |
|
Inherited Summary
| From class Controller | ||
| public |
server: * |
|
| public |
viewer: * |
|
| public |
viewerUI: * |
|
| public |
destroy() Destroys this Controller. |
|
| public |
Logs an error for this Controller to the JavaScript console. |
|
| public |
Fires an event on this Controller. |
|
| public |
Gets whether or not this Controller is active. |
|
| public |
Gets whether or not this Controller is enabled. |
|
| public |
Logs a console debugging message for this Controller. |
|
| public |
Cancels an event subscription that was previously made with Controller#on or Controller#once. |
|
| public |
Subscribes to an event on this Controller. |
|
| public |
Subscribes to the next occurrence of the given event, then un-subscribes as soon as the event is handled. |
|
| public |
Activates or deactivates this Controller. |
|
| public |
setEnabled(enabled: boolean) Enables or disables this Controller. |
|
| public |
Logs a warning for this Controller to the JavaScript console. |
|
Public Constructors
public constructor() source
Public Methods
public setEnabled(enabled: *) source
Enables or disables this Controller.
Fires an "enabled" event on update.
Override:
Controller#setEnabledParams:
| Name | Type | Attribute | Description |
| enabled | * |
public showNodeInTreeView(objectId: *) source
Params:
| Name | Type | Attribute | Description |
| objectId | * |
Reference
Source
