Class AC.dd.DragZone
Extends
Ext.dd.DragZone.
Overrides getDragData, getRepairXY and onInvalidDrop to implement specifics of ActionCenters drag and drop handling
Defined in: ACTreePanelExtensions.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.dd.DragZone.getDragData(e)
overide of Ext.dd.DragZone.getDragData()
|
<static> |
AC.dd.DragZone.getRepairXY()
override of Ext.dd.DragZone.repairXY
|
<static> |
AC.dd.DragZone.onInvalidDrop(dd, e, id)
Overrides the super-class' onInvalidDrop so that animation can be turned off when a drop is intercepted so that
it can be managed via publish/subscribe.
|
Method Detail
<static>
AC.dd.DragZone.getDragData(e)
overide of Ext.dd.DragZone.getDragData()
- Parameters:
- e
<static>
AC.dd.DragZone.getRepairXY()
override of Ext.dd.DragZone.repairXY
<static>
AC.dd.DragZone.onInvalidDrop(dd, e, id)
Overrides the super-class' onInvalidDrop so that animation can be turned off when a drop is intercepted so that
it can be managed via publish/subscribe.
- Parameters:
- dd
- the dd
- e
- the event
- id
- the id of the dropped element
- Returns:
- void