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