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