|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.allen_sauer.gwt.dnd.demo.client.DemoDragHandler
public final class DemoDragHandler
Shared drag handler which display events as they are received by the various drag controllers.
| Method Summary | |
|---|---|
void |
onDragEnd(DragEndEvent event)
Log the drag end event. |
void |
onDragStart(DragStartEvent event)
Log the drag start event. |
void |
onPreviewDragEnd(DragEndEvent event)
Log the preview drag end event. |
void |
onPreviewDragStart(DragStartEvent event)
Log the preview drag start event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void onDragEnd(DragEndEvent event)
onDragEnd in interface DragHandlerevent - the event to logpublic void onDragStart(DragStartEvent event)
onDragStart in interface DragHandlerevent - the event to log
public void onPreviewDragEnd(DragEndEvent event)
throws VetoDragException
onPreviewDragEnd in interface DragHandlerevent - the event to log
VetoDragException - exception which may be thrown by any drag handler
public void onPreviewDragStart(DragStartEvent event)
throws VetoDragException
onPreviewDragStart in interface DragHandlerevent - the event to log
VetoDragException - exception which may be thrown by any drag handler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||