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