public class ShowEvent extends GwtEvent<ShowHandler>
show() method is called.ShownEvent,
HideEvent,
HiddenEventGwtEvent.Type<H>| Constructor and Description |
|---|
ShowEvent() |
ShowEvent(boolean autoShown) |
ShowEvent(NativeEvent nativeEvent) |
ShowEvent(NativeEvent nativeEvent,
boolean autoShown) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ShowHandler handler) |
GwtEvent.Type<ShowHandler> |
getAssociatedType() |
static GwtEvent.Type<ShowHandler> |
getType() |
boolean |
isAutoShown() |
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 ShowEvent()
public ShowEvent(boolean autoShown)
public ShowEvent(NativeEvent nativeEvent)
public ShowEvent(NativeEvent nativeEvent, boolean autoShown)
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()
public boolean isAutoShown()
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.