Packagefeathers.controls.renderers
Interfacepublic interface IDragAndDropItemRenderer
Implementors DefaultListItemRenderer



Public Properties
 PropertyDefined By
  dragEnabled : Boolean
Indicates if the owner has enabled drag actions.
IDragAndDropItemRenderer
  dragProxy : DisplayObject
[read-only] An optional display object to use to trigger drag and drop in the list component.
IDragAndDropItemRenderer
Property Detail
dragEnabledproperty
dragEnabled:Boolean

Indicates if the owner has enabled drag actions.

This property is set by the list, and should not be set manually.


Implementation
    public function get dragEnabled():Boolean
    public function set dragEnabled(value:Boolean):void
dragProxyproperty 
dragProxy:DisplayObject  [read-only]

An optional display object to use to trigger drag and drop in the list component. If null, the entire item renderer can be dragged.


Implementation
    public function get dragProxy():DisplayObject