|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.allen_sauer.gwt.dnd.client.DragStartEvent
public class DragStartEvent
EventObject containing information about the start of a drag.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DragStartEvent(DragContext context)
|
|
| Method Summary | |
|---|---|
DragContext |
getContext()
Get the drag context for the drag operation. |
java.lang.String |
toString()
Return a string representation of this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DragStartEvent(DragContext context)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.util.EventObjectpublic DragContext getContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||