Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dijit/tree/_dndContainer.js

  • Provides:

    • dijit.tree._dndContainer
  • Requires:

    • dojo.dnd.common in common
    • dojo.dnd.Container in common
  • dijit.tree._dndContainer

    • type
      Function
    • parameters:
      • tree: (typeof Node)
        Node or node's id to build the container on
      • params: (typeof dijit.tree.__SourceArgs)
        A dict of parameters, which gets mixed into the object
    • summary
      This is a base class for <code>dijit.tree._dndSelector</code>, and isn't meant to be used directly.
      It's modeled after <code>dojo.dnd.Container</code>.
    • tags:
  • dijit.tree._dndContainer.current

    • type
      DomNode
    • summary
      The currently hovered TreeNode.rowNode (which is the DOM node
      associated w/a given node in the tree, excluding it's descendants)
  • dijit.tree._dndContainer.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • tree: (typeof Node)
        Node or node's id to build the container on
      • params: (typeof dijit.tree.__SourceArgs)
        A dict of parameters, which gets mixed into the object
    • summary
      A constructor of the Container
    • tags:
  • dijit.tree._dndContainer.getItem

    • parameters:
      • key: (typeof String)
    • returns
      dojo.dnd.Item
    • summary
      Returns the dojo.dnd.Item (representing a dragged node) by it's key (id).
      Called by dojo.dnd.Source.checkAcceptance().
    • tags:
    • type
      Function
  • dijit.tree._dndContainer.destroy

    • summary
      Prepares this object to be garbage-collected
    • type
      Function
  • dijit.tree._dndContainer.node

    • type
      Object
  • dijit.tree._dndContainer.parent

    • type
      Object
  • dijit.tree._dndContainer.onMouseOver

    • parameters:
      • widget: (typeof TreeNode)
      • evt: (typeof Event)
    • summary
      Called when mouse is moved over a TreeNode
    • tags:
    • type
      Function
  • dijit.tree._dndContainer.onMouseOut

    • parameters:
      • widget: (typeof TreeNode)
      • evt: (typeof Event)
    • summary
      Called when mouse is moved away from a TreeNode
    • tags:
    • type
      Function
  • dijit.tree._dndContainer._changeState

    • parameters:
      • type: (typeof String)
        A name of the state to change
      • newState: (typeof String)
        new state
    • summary
      Changes a named state to new state value
    • type
      Function
  • dijit.tree._dndContainer._addItemClass

    • parameters:
      • node: (typeof Node)
        A node
      • type: (typeof String)
        A variable suffix for a class name
    • summary
      Adds a class with prefix &quot;dojoDndItem&quot;
    • type
      Function
  • dijit.tree._dndContainer._removeItemClass

    • parameters:
      • node: (typeof Node)
        A node
      • type: (typeof String)
        A variable suffix for a class name
    • summary
      Removes a class with prefix &quot;dojoDndItem&quot;
    • type
      Function
  • dijit.tree._dndContainer.onOverEvent

    • summary
      This function is called once, when mouse is over our container
    • tags:
    • type
      Function
  • dijit.tree._dndContainer.onOutEvent

    • summary
      This function is called once, when mouse is out of our container
    • tags:
    • type
      Function
  • dijit.tree._dndContainer.tree

    • type
      Node
    • summary
      Node or node's id to build the container on
      params: dijit.tree.__SourceArgs
      A dict of parameters, which gets mixed into the object
  • dijit.tree._dndContainer.map

    • type
      Object
  • dijit.tree._dndContainer.containerState

    • type
      String
  • dijit.tree._dndContainer.events

    • type
      Array
  • dijit.tree._compareNodes

    • parameters:
      • n1
      • n2
    • type
      Function
  • dijit.tree

    • type
      Object
  • dijit

    • type
      Object