|
 | 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. |
 | getById |
Search for a node by its ID.
Inherited from dundas.controls.ExplorerNode. |
 | getCaption |
Gets the caption of this native structure.
Inherited from dundas.controls.ElementNode. |
 | 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. |
 | getParentId |
Gets the parent ID of this element.
Inherited from dundas.controls.ElementNode. |
 | getParentMetricSet |
If this node is a child of a metric set, then the parent metric set is returned which contains it.
Inherited from dundas.controls.ElementNode. |
 | getService |
Gets the requested service.
Inherited from dundas.Component. |
 | getUniqueName |
Gets the unique name of this native structure.
Inherited from dundas.controls.ElementNode. |
 | 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. |
 | populateTimeDimensionChildren |
Checks if this column is a DateTime column, and if so, populates the children with appropriate hierarchy members.
|
 | 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. |