dundas.controls.CanvasDesignObjectExplorer Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.Explorer
      dundas.controls.CanvasDesignObjectExplorer
 

Constructors

 
  Name Description
init
 
 

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. Inherited from dundas.controls.Explorer.
dialogOptions Gets an object containing preferred settings for dialogs. Inherited from dundas.controls.Explorer.
dragDropManager Gets the drag drop manager used by the control to handle drag/drop operations. Inherited from dundas.controls.Explorer.
filter Gets or sets the filter to use to determine which nodes should be displayed. Inherited from dundas.controls.Explorer.
hideRootNode Gets or sets a value indicating whether the root node (header) should be shown or not. Inherited from dundas.controls.Explorer.
isContextMenuHidden Gets or sets a value indicating whether the control will show the context menu when context-click (or taphold) occurs. Inherited from dundas.controls.Explorer.
rootNode Gets or sets the root explorer node displayed in the control. Inherited from dundas.controls.Explorer.
selectedNode Gets or sets the node that is currently selected in the control. Inherited from dundas.controls.Explorer.
showCheckboxes Gets or sets a value indicating whether the control will show a checkbox for each node. Inherited from dundas.controls.Explorer.
 
 

Methods

 
  Name Description
addService Adds a service to the explorer's service container. Inherited from dundas.controls.Explorer.
dispose Inherited from dundas.controls.Explorer.
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. Inherited from dundas.controls.Explorer.
rebindHandlers Rebinds the handlers.
renameNode Begins an inline edit of a node's text. Inherited from dundas.controls.Explorer.
searchNode Search a node. (Breath first search) Inherited from dundas.controls.Explorer.
setNodeSelected
setNodeUnselected
suppressNextNodeSelectEvent Prevents the next node select event to be fired. Inherited from dundas.controls.Explorer.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.