Module:libextPackage:wrap.ext.ddParent:DragSourceCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.dd.DragZone

Inheritance : Object : DragDrop : DD : DDProxy : DragSource

Constructors

Signature
public DragZone(String elementId, DragZoneConfig dragZoneArguments)
public DragZone(Element element, DragZoneConfig dragZoneArguments)
public DragZone(HTMLElement element, DragZoneConfig dragZoneArguments)

Methods

NameSignature
afterRepairvoid afterRepair()
getDragDataDragData getDragData(EventObject e)
getRepairXYArray<int> getRepairXY(EventObject e)
onInitDragboolean onInitDrag(int x, int y)

Constructors

public DragZone(String elementId, DragZoneConfig dragZoneArguments)

Parameters

NameTypeDescription
elementIdcore.String
dragZoneArgumentswrap.ext.dd.types.DragZoneConfig



public DragZone(Element element, DragZoneConfig dragZoneArguments)

Parameters

NameTypeDescription
elementwrap.ext.Element
dragZoneArgumentswrap.ext.dd.types.DragZoneConfig



public DragZone(HTMLElement element, DragZoneConfig dragZoneArguments)

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement
dragZoneArgumentswrap.ext.dd.types.DragZoneConfig



Methods

afterRepair

void afterRepair()


getDragData

DragData getDragData(EventObject e)

Returns
wrap.ext.dd.types.DragData

Parameters

NameTypeDescription
ewrap.ext.EventObject

getRepairXY

Array<int> getRepairXY(EventObject e)

Returns
core.Array<core.int>

Parameters

NameTypeDescription
ewrap.ext.EventObject

onInitDrag

boolean onInitDrag(int x, int y)

Returns
core.boolean

Parameters

NameTypeDescription
xcore.int
ycore.int

Module:libextPackage:wrap.ext.ddParent:DragSourceCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation