public class DropEvent extends com.google.gwt.event.shared.GwtEvent<DropEvent.DropHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DropEvent.DropHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DropEvent.DropHandler> |
TYPE |
| Constructor and Description |
|---|
DropEvent(gwt.material.design.jquery.client.api.JQueryElement relatedTarget) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DropEvent.DropHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
gwt.material.design.jquery.client.api.JQueryElement relatedTarget) |
com.google.gwt.event.shared.GwtEvent.Type<DropEvent.DropHandler> |
getAssociatedType() |
gwt.material.design.jquery.client.api.JQueryElement |
getRelatedTarget() |
static com.google.gwt.event.shared.GwtEvent.Type<DropEvent.DropHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<DropEvent.DropHandler> TYPE
public DropEvent(gwt.material.design.jquery.client.api.JQueryElement relatedTarget)
public static com.google.gwt.event.shared.GwtEvent.Type<DropEvent.DropHandler> getType()
public static void fire(com.google.gwt.event.shared.HasHandlers source, gwt.material.design.jquery.client.api.JQueryElement relatedTarget)
public com.google.gwt.event.shared.GwtEvent.Type<DropEvent.DropHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DropEvent.DropHandler>protected void dispatch(DropEvent.DropHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DropEvent.DropHandler>public gwt.material.design.jquery.client.api.JQueryElement getRelatedTarget()
Copyright © 2018. All rights reserved.