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

wrap.ext.dd.DropTarget

Inheritance : Object : DragDrop : DDTarget

Constructors

Signature
public DropTarget(HTMLElement element, DropTargetConfig dropTargetArguments)
public DropTarget(String elementId, DropTargetConfig dropTargetArguments)
public DropTarget(Element element, DropTargetConfig dropTargetArguments)

Methods

NameSignature
notifyDropboolean notifyDrop(DragSource source, Event e, Object data)
notifyEnterboolean notifyEnter(DragSource source, Event e, Object data)
notifyOutboolean notifyOut(DragSource source, Event e, Object data)
notifyOverboolean notifyOver(DragSource source, Event e, Object data)

Properties

NameTypeComment
dropAllowed
core.String

Constructors

public DropTarget(HTMLElement element, DropTargetConfig dropTargetArguments)

Parameters

NameTypeDescription
elementorg.milescript.dom.HTMLElement
dropTargetArgumentswrap.ext.dd.types.DropTargetConfig



public DropTarget(String elementId, DropTargetConfig dropTargetArguments)

Parameters

NameTypeDescription
elementIdcore.String
dropTargetArgumentswrap.ext.dd.types.DropTargetConfig



public DropTarget(Element element, DropTargetConfig dropTargetArguments)

Parameters

NameTypeDescription
elementwrap.ext.Element
dropTargetArgumentswrap.ext.dd.types.DropTargetConfig



Methods

notifyDrop

boolean notifyDrop(DragSource source, Event e, Object data)

Returns
core.boolean

Parameters

NameTypeDescription
sourcewrap.ext.dd.DragSource
eorg.milescript.javascript.Event
datacore.Object

notifyEnter

boolean notifyEnter(DragSource source, Event e, Object data)

Returns
core.boolean

Parameters

NameTypeDescription
sourcewrap.ext.dd.DragSource
eorg.milescript.javascript.Event
datacore.Object

notifyOut

boolean notifyOut(DragSource source, Event e, Object data)

Returns
core.boolean

Parameters

NameTypeDescription
sourcewrap.ext.dd.DragSource
eorg.milescript.javascript.Event
datacore.Object

notifyOver

boolean notifyOver(DragSource source, Event e, Object data)

Returns
core.boolean

Parameters

NameTypeDescription
sourcewrap.ext.dd.DragSource
eorg.milescript.javascript.Event
datacore.Object

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