|
Sydney | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--DND
Defined in dnd.js
Constructor Summary | |
DND
()
|
Method Summary | |
Function
|
rectangleRestriction(<Object> rectangle)
Creates a function suitable for use as a beforedragmove
listener that will restrict the dragged widget to the bounds defined by
rectangle .
|
Constructor Detail |
function DND()
Method Detail |
Function rectangleRestriction(<Object> rectangle)
beforedragmove
listener that will restrict the dragged widget to the bounds defined by
rectangle
.
rectangle
- an object with getLeft()
, getRight()
, getTop()
and getBottom()
methods, each returning an instance of Quantity
beforedragmove
listener that restricts the dragged widget to rectangle
|
Sydney | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |