public class InsertedEvent extends GwtEvent<InsertedHandler>
GwtEvent.Type<H>| Constructor and Description |
|---|
InsertedEvent() |
InsertedEvent(NativeEvent nativeEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(InsertedHandler handler) |
GwtEvent.Type<InsertedHandler> |
getAssociatedType() |
static GwtEvent.Type<InsertedHandler> |
getType() |
void |
preventDefault() |
void |
stopPropagation() |
setSource, toDebugString, toStringpublic InsertedEvent()
public InsertedEvent(NativeEvent nativeEvent)
public static GwtEvent.Type<InsertedHandler> getType()
public final GwtEvent.Type<InsertedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<InsertedHandler>protected void dispatch(InsertedHandler handler)
dispatch in class GwtEvent<InsertedHandler>public final void preventDefault()
public final void stopPropagation()
Copyright © 2017. All rights reserved.