org.gwtbootstrap3.client.shared.event
Class ShownEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ShownHandler>
          extended by org.gwtbootstrap3.client.shared.event.ShownEvent

public class ShownEvent
extends GwtEvent<ShownHandler>

Author:
Joshua Godi

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
ShownEvent()
           
ShownEvent(NativeEvent nativeEvent)
           
 
Method Summary
protected  void dispatch(ShownHandler handler)
           
 GwtEvent.Type<ShownHandler> getAssociatedType()
           
static GwtEvent.Type<ShownHandler> getType()
           
 void preventDefault()
           
 void stopPropagation()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShownEvent

public ShownEvent()

ShownEvent

public ShownEvent(NativeEvent nativeEvent)
Method Detail

getType

public static GwtEvent.Type<ShownHandler> getType()

getAssociatedType

public final GwtEvent.Type<ShownHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<ShownHandler>

dispatch

protected void dispatch(ShownHandler handler)
Specified by:
dispatch in class GwtEvent<ShownHandler>

preventDefault

public final void preventDefault()

stopPropagation

public final void stopPropagation()


Copyright © 2015. All rights reserved.