| Module: | libutil | Package: | org.milescript.dnd | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibUtil Library: Project Home | Documentation |
org.milescript.dnd.DragWrapper
Inheritance : Object
Constructors
| Signature |
| public DragWrapper(HTMLElement toWrap) |
| public DragWrapper(HTMLElement toWrap, HTMLElement target) |
Methods
| Name | Signature |
| assignTarget | void assignTarget(HTMLElement target) |
| attach | void attach() |
| beginDrag | boolean beginDrag(Event e) |
| detach | void detach() |
| endDrag | boolean endDrag(Event e) |
| onDrag | boolean onDrag(Event e) |
Constructors
|
public DragWrapper(HTMLElement toWrap) Parameters
|
|
public DragWrapper(HTMLElement toWrap, HTMLElement target) Parameters
|
Methods
|
assignTarget void assignTarget(HTMLElement target) Parameters
|
|
attach void attach() |
|
beginDrag boolean beginDrag(Event e)
Parameters
|
||||||||||
|
detach void detach() |
|
endDrag boolean endDrag(Event e)
Parameters
|
||||||||||
|
onDrag boolean onDrag(Event e)
Parameters
|
||||||||||
| Module: | libutil | Package: | org.milescript.dnd | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibUtil Library: Project Home | Documentation |