dundas.controls.Explorer Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.Explorer
      dundas.controls.CanvasDesignObjectExplorer
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
autoCheck Gets or sets a value indicating whether the checked state of descendants and ancestors of a node will be automatically set when a node is checked.
dialogOptions Gets an object containing preferred settings for dialogs.
dragDropManager Gets the drag drop manager used by the control to handle drag/drop operations.
filter Gets or sets the filter to use to determine which nodes should be displayed.
hideRootNode Gets or sets a value indicating whether the root node (header) should be shown or not.
isContextMenuHidden Gets or sets a value indicating whether the control will show the context menu when context-click (or taphold) occurs.
rootNode Gets or sets the root explorer node displayed in the control.
selectedNode Gets or sets the node that is currently selected in the control.
showCheckboxes Gets or sets a value indicating whether the control will show a checkbox for each node.
 
 

Methods

 
  Name Description
addService Adds a service to the explorer's service container.
dispose Disposes the component.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getNodeElement Gets the DOM element that represents a node.
renameNode Begins an inline edit of a node's text.
searchNode Search a node. (Breath first search)
suppressNextNodeSelectEvent Prevents the next node select event to be fired.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.