| Module: | libext | Package: | wrap.ext.dd | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.dd.DragDropMgr
Inheritance : Object
Constructors
| Signature |
| public DragDropMgr() |
Methods
| Name | Signature |
| getBestMatch | DragDrop getBestMatch(Array<DragDrop> dds) |
| getDDById | DragDrop getDDById(String id) |
| getLocation | Region getLocation(DragDrop dd) |
| getRelated | DragDrop getRelated(DragDrop dd, boolean bTargetsOnly) |
| getScrollLeft | int getScrollLeft() |
| getScrollTop | int getScrollTop() |
| handleWasClicked | void handleWasClicked(HTMLElement theNode) |
| isDragDrop | boolean isDragDrop(String id) |
| isHandle | boolean isHandle(String id) |
| isLegalTarget | boolean isLegalTarget(DragDrop obj, DragDrop target) |
| isLocked | boolean isLocked() |
| isTypeOfDD | boolean isTypeOfDD(Object object) |
| lock | void lock() |
| moveToEl | void moveToEl(HTMLElement moveEl, HTMLElement targetEl) |
| numericSort | void numericSort() |
| refreshCache | void refreshCache(Array<String> groups) |
| regDragDrop | void regDragDrop(DragDrop oDD, String sGroup) |
| regHandle | void regHandle(String sDDId, String sHandleId) |
| startDrag | void startDrag(int x, int y) |
| stopEvent | void stopEvent(Event e) |
| swapNode | void swapNode(HTMLElement node1, HTMLElement node2) |
| unlock | void unlock() |
| verifyEl | boolean verifyEl(HTMLElement el) |
Properties
| Name | Type | Comment | |
| clickTimeRefresh |
| ||
| css |
| ||
| el |
| ||
| id |
| ||
| INTERSECT |
| ||
| mode |
| ||
| POINT |
| ||
| preventDefault |
| ||
| stopPropagation |
| ||
| useCache |
|
Constructors
|
public DragDropMgr() |
Methods
|
getBestMatch DragDrop getBestMatch(Array<DragDrop> dds)
Parameters
|
||||||||||
|
getDDById DragDrop getDDById(String id)
Parameters
|
||||||||||
|
getLocation Region getLocation(DragDrop dd)
Parameters
|
||||||||||
|
getRelated DragDrop getRelated(DragDrop dd, boolean bTargetsOnly)
Parameters
|
|||||||||||||
|
getScrollLeft int getScrollLeft()
|
||||
|
getScrollTop int getScrollTop()
|
||||
|
handleWasClicked void handleWasClicked(HTMLElement theNode) Parameters
|
|
isDragDrop boolean isDragDrop(String id)
Parameters
|
||||||||||
|
isHandle boolean isHandle(String id)
Parameters
|
||||||||||
|
isLegalTarget boolean isLegalTarget(DragDrop obj, DragDrop target)
Parameters
|
|||||||||||||
|
isLocked boolean isLocked()
|
||||
|
isTypeOfDD boolean isTypeOfDD(Object object)
Parameters
|
||||||||||
|
lock void lock() |
|
moveToEl void moveToEl(HTMLElement moveEl, HTMLElement targetEl) Parameters
|
|
numericSort void numericSort() |
|
refreshCache void refreshCache(Array<String> groups) Parameters
|
|
regDragDrop void regDragDrop(DragDrop oDD, String sGroup) Parameters
|
|
regHandle void regHandle(String sDDId, String sHandleId) Parameters
|
|
startDrag void startDrag(int x, int y) Parameters
|
|
stopEvent void stopEvent(Event e) Parameters
|
|
swapNode void swapNode(HTMLElement node1, HTMLElement node2) Parameters
|
|
unlock void unlock() |
|
verifyEl boolean verifyEl(HTMLElement el)
Parameters
|
||||||||||
| Module: | libext | Package: | wrap.ext.dd | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |