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