Object
|
+--YAHOO.util.DDProxy
|
+--YAHOO.ext.grid.GridDD
Custom implementation of YAHOO.util.DDProxy used internally by the grid
Defined in GridDD.js
| Constructor Summary | |
YAHOO.ext.grid.GridDD
(grid, bwrap)
|
|
| Method Summary * Parameter types in italic indicate optional parameters | |
void
|
autoOffset(iPageX, iPageY)
|
void
|
endDrag(e)
|
void
|
handleClick(e)
|
void
|
handleMouseDown(e)
|
void
|
onDragDrop(e, id)
|
void
|
onDragEnter(e, id)
|
void
|
onDragOut(e, id)
|
void
|
onDragOver(e, id)
|
void
|
setDropStatus(<Boolean> dropStatus)
Updates the DD visual element to allow/not allow a drop |
void
|
startDrag(e)
|
| Constructor Detail |
YAHOO.ext.grid.GridDD(grid, bwrap)
| Method Detail |
void autoOffset(iPageX, iPageY)
void endDrag(e)
void handleClick(e)
void handleMouseDown(e)
void onDragDrop(e, id)
void onDragEnter(e, id)
void onDragOut(e, id)
void onDragOver(e, id)
void setDropStatus(<Boolean> dropStatus)
dropStatus - True if drop is allowed on the target
void startDrag(e)