public class HiddenEvent extends GwtEvent<HiddenHandler>
HideEvent,
ShowEvent,
ShownEventGwtEvent.Type<H>| Constructor and Description |
|---|
HiddenEvent() |
HiddenEvent(boolean autoHidden) |
HiddenEvent(NativeEvent nativeEvent) |
HiddenEvent(NativeEvent nativeEvent,
boolean autoHidden) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(HiddenHandler handler) |
GwtEvent.Type<HiddenHandler> |
getAssociatedType() |
static GwtEvent.Type<HiddenHandler> |
getType() |
boolean |
isAutoHidden() |
void |
preventDefault()
Prevents the browser from taking its default action for the given event.
|
void |
stopPropagation()
Stops the event from being propagated to parent elements.
|
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic HiddenEvent()
public HiddenEvent(boolean autoHidden)
public HiddenEvent(NativeEvent nativeEvent)
public HiddenEvent(NativeEvent nativeEvent, boolean autoHidden)
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()
public boolean isAutoHidden()
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.