com.github.gwtbootstrap.client.ui.event
Class ShowEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ShowHandler>
          extended by com.github.gwtbootstrap.client.ui.event.ShowEvent

public class ShowEvent
extends GwtEvent<ShowHandler>

Represents an event that is fired immediately when a widget's show() method is called.

Since:
2.0.4.0
Author:
Dominik Mayer
See Also:
ShownEvent, HideEvent, HiddenEvent

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
ShowEvent()
           
 
Method Summary
protected  void dispatch(ShowHandler handler)
           
 GwtEvent.Type<ShowHandler> getAssociatedType()
           
static GwtEvent.Type<ShowHandler> getType()
           
 
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

ShowEvent

public ShowEvent()
Method Detail

getType

public static GwtEvent.Type<ShowHandler> getType()

getAssociatedType

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

dispatch

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


Copyright © 2012 gwtbootstrap. All Rights Reserved.