|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasDragResizeStopHandlers
Method Summary | |
---|---|
HandlerRegistration |
addDragResizeStopHandler(DragResizeStopHandler handler)
Executed when the mouse button is released at the end of the drag resize. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addDragResizeStopHandler(DragResizeStopHandler handler)
Returning true from this handler will cause the dragTarget
(or outline if
dragAppearance
is set to "outline") to be left at its current size. Returning
false from this handler will cause it to snap back to its original location size
handler
- the dragResizeStop handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |