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