|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<DragEndEvent.DragEndHandler>
com.sencha.gxt.fx.client.DragEndEvent
public class DragEndEvent
Represents the drag end event.
| Nested Class Summary | |
|---|---|
static interface |
DragEndEvent.DragEndHandler
Handler for DragEndEvent events. |
static interface |
DragEndEvent.HasDragEndHandlers
A widget that implements this interface is a public source of DragEndEvent events. |
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
DragEndEvent(Widget target,
Element startElement,
int x,
int y,
Event event)
|
|
| Method Summary | |
|---|---|
GwtEvent.Type<DragEndEvent.DragEndHandler> |
getAssociatedType()
|
NativeEvent |
getNativeEvent()
|
Draggable |
getSource()
|
Element |
getStartElement()
|
Widget |
getTarget()
Returns the widget being dragged. |
static GwtEvent.Type<DragEndEvent.DragEndHandler> |
getType()
Gets the type associated with this event. |
int |
getX()
Returns the widget's page coordinates. |
int |
getY()
Returns the widget's page coordinates. |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DragEndEvent(Widget target,
Element startElement,
int x,
int y,
Event event)
| Method Detail |
|---|
public static GwtEvent.Type<DragEndEvent.DragEndHandler> getType()
public GwtEvent.Type<DragEndEvent.DragEndHandler> getAssociatedType()
getAssociatedType in class GwtEvent<DragEndEvent.DragEndHandler>public NativeEvent getNativeEvent()
public Draggable getSource()
getSource in class GwtEvent<DragEndEvent.DragEndHandler>public Element getStartElement()
public Widget getTarget()
public int getX()
public int getY()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||