|
||||||||||
| 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<DndDragEnterEvent.DndDragEnterHandler>
com.sencha.gxt.dnd.core.client.DndDragEnterEvent
public class DndDragEnterEvent
Fires when a drag enters a drop target.
| Nested Class Summary | |
|---|---|
static interface |
DndDragEnterEvent.DndDragEnterHandler
Handler for DndDragEnterEvent events. |
static interface |
DndDragEnterEvent.HasDndDragEnterHandlers
A widget that implements this interface is a public source of DndDragEnterEvent events. |
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
DndDragEnterEvent(Widget target,
DragSource dragSource,
DragMoveEvent event,
StatusProxy status)
|
|
| Method Summary | |
|---|---|
GwtEvent.Type<DndDragEnterEvent.DndDragEnterHandler> |
getAssociatedType()
|
DragMoveEvent |
getDragEnterEvent()
|
DragSource |
getDragSource()
|
NativeEvent |
getNativeEvent()
Returns the native event. |
Draggable |
getSource()
|
StatusProxy |
getStatusProxy()
|
Widget |
getTarget()
|
static GwtEvent.Type<DndDragEnterEvent.DndDragEnterHandler> |
getType()
Gets the type associated with this event. |
boolean |
isCancelled()
Returns true if the event is cancelled. |
void |
setCancelled(boolean cancel)
True to cancel the event. |
| 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 DndDragEnterEvent(Widget target,
DragSource dragSource,
DragMoveEvent event,
StatusProxy status)
| Method Detail |
|---|
public static GwtEvent.Type<DndDragEnterEvent.DndDragEnterHandler> getType()
public GwtEvent.Type<DndDragEnterEvent.DndDragEnterHandler> getAssociatedType()
getAssociatedType in class GwtEvent<DndDragEnterEvent.DndDragEnterHandler>public DragMoveEvent getDragEnterEvent()
public DragSource getDragSource()
public NativeEvent getNativeEvent()
public Draggable getSource()
getSource in class GwtEvent<DndDragEnterEvent.DndDragEnterHandler>public StatusProxy getStatusProxy()
public Widget getTarget()
public boolean isCancelled()
CancellableEvent
isCancelled in interface CancellableEventpublic void setCancelled(boolean cancel)
CancellableEvent
setCancelled in interface CancellableEventcancel - true to cancel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||