Packagenl.flexperiments.tree
Classpublic class FlpDropIndicator
InheritanceFlpDropIndicator Inheritance mx.core.LayoutContainer

IKDropIndicator is the base class for the indicator thats used when the user drags a node over the tree. When using a custom renderer, make sure you extend this class! NOTE: extending this class hasn't been tested. This class should extend layoutcontainer instead of HRule. In the next release it will have the proper base class.



Public Properties
 PropertyDefined by
  tree : FlpTree
FlpDropIndicator
Public Methods
 MethodDefined by
  
FlpDropIndicator
Property detail
treeproperty
tree:FlpTree  [read-write]Implementation
    public function get tree():FlpTree
    public function set tree(value:FlpTree):void
Constructor detail
FlpDropIndicator()constructor
public function FlpDropIndicator()