Name | Description | |
---|---|---|
init | Initializes the node. Called during construction. |
Name | Description | |
---|---|---|
childCount | Gets the number of children in this instance. Inherited from dundas.controls.ExplorerNode. | |
constants | Gets the explorer's constants class instance. Inherited from dundas.controls.ExplorerNode. | |
contextCommands | Gets or sets the contextual commands of this node. Inherited from dundas.controls.ExplorerNode. | |
cssClass | Gets or sets the CSS class of the node element. Inherited from dundas.controls.ExplorerNode. | |
explorer | Gets the instance of the explorer that is displaying this node. Inherited from dundas.controls.ExplorerNode. | |
filter | Gets or sets the filter to use to determine which descendants should be displayed. Inherited from dundas.controls.ExplorerNode. | |
hasChildren | Gets a value indicating whether this instance has any children. Inherited from dundas.controls.ExplorerNode. | |
iconAltText | Gets or sets the alt text of this instance's icon image. Inherited from dundas.controls.ExplorerNode. | |
iconUrl | Gets or sets the url of this instance's icon image. Inherited from dundas.controls.ExplorerNode. | |
id | Gets or sets the unique Id of this node. Inherited from dundas.controls.ExplorerNode. | |
isChecked | Gets or sets a value indicating whether this instance is checked. Inherited from dundas.controls.ExplorerNode. | |
isCheckEnabled | Gets or sets a value indicating whether this instance is able to be checked. Inherited from dundas.controls.ExplorerNode. | |
isDisposed | Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component. | |
isDraggable | Gets or sets a value to indicate whether or not this node is draggable. Inherited from dundas.controls.ExplorerNode. | |
isExpanded | Gets or sets a value indicating whether this instance is expanded. Inherited from dundas.controls.ExplorerNode. | |
isFromTemplate | Gets whether this view parameter was from the template or not. | |
isLoadAsync | Gets or sets a value indicating whether this instance will load its children asynchronously. Inherited from dundas.controls.ExplorerNode. | |
isPaged | Gets or sets a value indicating whether this instance can retrieve its children in pages. Inherited from dundas.controls.ExplorerNode. | |
isSelectable | Gets or sets a value indicating whether this instance can be selected. Inherited from dundas.controls.ExplorerNode. | |
isSelected | Gets or sets a value indicating whether this instance is selected. Inherited from dundas.controls.ExplorerNode. | |
parentNode | Gets the parent node of this instance. Inherited from dundas.controls.ExplorerNode. | |
showCheckbox | Gets or sets a value indicating whether this specific node should show a checkbox. Null is the default value, and means inherit the parent's value. Inherited from dundas.controls.ExplorerNode. | |
site | Gets or sets the site that this component is a part of. Inherited from dundas.Component. | |
text | Gets or sets the text of this instance. Inherited from dundas.controls.ExplorerNode. | |
tooltip | Gets or sets the tooltip text of this instance. Inherited from dundas.controls.ExplorerNode. | |
uniqueId | Gets or sets the unique ID of this component within the site. Inherited from dundas.Component. | |
utility | Gets the explorer's utility class instance. Inherited from dundas.controls.ExplorerNode. | |
viewParameter | Gets the viewParameter that this node is representing. |
Name | Description | |
---|---|---|
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. | |
getAdapterContainerNode | Walks up the parents to find the first adapter container control node which is the holder of the container for this view parameter. | |
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. | |
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. |