| Module: | libext | Package: | wrap.ext.dd | Parent: | DDTarget | Copyright (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
| Name | Signature |
| notifyDrop | boolean notifyDrop(DragSource source, Event e, Object data) |
| notifyEnter | boolean notifyEnter(DragSource source, Event e, Object data) |
| notifyOut | boolean notifyOut(DragSource source, Event e, Object data) |
| notifyOver | boolean notifyOver(DragSource source, Event e, Object data) |
Properties
| Name | Type | Comment | |
| dropAllowed |
|
Constructors
|
public DropTarget(HTMLElement element, DropTargetConfig dropTargetArguments) Parameters
|
|
public DropTarget(String elementId, DropTargetConfig dropTargetArguments) Parameters
|
|
public DropTarget(Element element, DropTargetConfig dropTargetArguments) Parameters
|
Methods
|
notifyDrop boolean notifyDrop(DragSource source, Event e, Object data)
Parameters
|
||||||||||||||||
|
notifyEnter boolean notifyEnter(DragSource source, Event e, Object data)
Parameters
|
||||||||||||||||
|
notifyOut boolean notifyOut(DragSource source, Event e, Object data)
Parameters
|
||||||||||||||||
|
notifyOver boolean notifyOver(DragSource source, Event e, Object data)
Parameters
|
||||||||||||||||
| Module: | libext | Package: | wrap.ext.dd | Parent: | DDTarget | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |