public class HiddenEvent extends GwtEvent<HiddenHandler>
HideEvent
,
ShowEvent
,
ShownEvent
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()
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, revive
setSource, toDebugString, toString
public 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 © 2012-2013 gwtbootstrap. All Rights Reserved.