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

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

public class HiddenEvent
extends GwtEvent<HiddenHandler>

Represents an event that is fired when a widget is completely hidden.

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

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

HiddenEvent

public HiddenEvent()
Method Detail

getType

public static GwtEvent.Type<HiddenHandler> getType()

getAssociatedType

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

dispatch

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


Copyright © 2012 gwtbootstrap. All Rights Reserved.