|
 | acceptNode |
Accepts the specified node as a child with the given drop effect.
Inherited from dundas.controls.ExplorerNode. |
 | addChild |
Adds a node as a child of this node.
Inherited from dundas.controls.ExplorerNode. |
 | canAcceptNode |
Determines whether this instance can accept the specified node with a given drop effect.
Inherited from dundas.controls.ExplorerNode. |
 | contains |
Determines whether this instance or any of its descendants contains the specified node.
Inherited from dundas.controls.ExplorerNode. |
 | createDelegate |
Helper for creating delegate functions.
Inherited from dundas.Component. |
 | createTimeout |
Creates a timeout.
Inherited from dundas.Component. |
 | dispatch |
Dispatches a call by creating a delegate and running it right away on a timer.
Inherited from dundas.Component. |
 | dispose |
Inherited from dundas.Component. |
 | expandPath |
Expand the node, along with all the nodes up to the root node.
Inherited from dundas.controls.ExplorerNode. |
 | fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
 | getAdapterNode |
Gets the parent adapter node.
|
 | getAnalysisElementUsageNode |
Gets the parent analysis element usage node.
|
 | getById |
Search for a node by its ID.
Inherited from dundas.controls.ExplorerNode. |
 | getChild |
Gets the child node at the specified index.
Inherited from dundas.controls.ExplorerNode. |
 | getChildIndex |
Gets the index of the specified child node.
Inherited from dundas.controls.ExplorerNode. |
 | getChildren |
Gets an enumerable list of the children nodes.
Inherited from dundas.controls.ExplorerNode. |
 | getChildrenAsync |
Begins retrieval of the children of this asynchronously loaded node.
Inherited from dundas.controls.ExplorerNode. |
 | getChildrenPage |
Begins retrieval of the next page of children for this paged node.
Inherited from dundas.controls.ExplorerNode. |
 | getMetricSetBindingNode |
Gets the parent metric set binding node.
|
 | getParentAdapterId |
Gets the parent adapter ID.
|
 | getParentAnalysisElementUniqueName |
Gets the parent analysis element unique name.
|
 | getParentMetricSetBindingId |
Gets the parent metric set binding ID.
|
 | getParentViewParameter |
Gets the parent view parameter of this parameter.
|
 | getService |
Gets the requested service.
Inherited from dundas.Component. |
 | insertChild |
Inserts a new child node before an existing child.
Inherited from dundas.controls.ExplorerNode. |
 | invokeCommand |
Invokes a registered command on this instance.
Inherited from dundas.controls.ExplorerNode. |
 | invokeHotKeyCommand |
Invokes a registered command from a hot key.
Inherited from dundas.controls.ExplorerNode. |
 | onLoaded |
Initializes the node once it has been added to a container.
Inherited from dundas.controls.ExplorerNode. |
 | refresh |
Refreshes the node.
Inherited from dundas.controls.ExplorerNode. |
 | registerCommand |
Registers a command for this instance.
Inherited from dundas.controls.ExplorerNode. |
 | removeAllChildren |
Removes all children from this node.
Inherited from dundas.controls.ExplorerNode. |
 | removeChild |
Removes a child node from this node.
Inherited from dundas.controls.ExplorerNode. |
 | search |
Search a node. (Breath first search)
Inherited from dundas.controls.ExplorerNode. |
 | sortChildren |
Sorts the children of this instance by their text.
Inherited from dundas.controls.ExplorerNode. |
 | toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |