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