Uses of Interface
com.github.gwtbootstrap.client.ui.event.CloseHandler

Packages that use CloseHandler
com.github.gwtbootstrap.client.ui.base Classes that are extended by interface components. 
com.github.gwtbootstrap.client.ui.event Bootstrap events and handlers. 
 

Uses of CloseHandler in com.github.gwtbootstrap.client.ui.base
 

Methods in com.github.gwtbootstrap.client.ui.base with parameters of type CloseHandler
 HandlerRegistration AlertBase.addCloseHandler(CloseHandler handler)
          Adds a CloseHandler to the widget.
 

Uses of CloseHandler in com.github.gwtbootstrap.client.ui.event
 

Methods in com.github.gwtbootstrap.client.ui.event that return types with arguments of type CloseHandler
 GwtEvent.Type<CloseHandler> CloseEvent.getAssociatedType()
           
static GwtEvent.Type<CloseHandler> CloseEvent.getType()
           
 

Methods in com.github.gwtbootstrap.client.ui.event with parameters of type CloseHandler
 HandlerRegistration HasCloseHandlers.addCloseHandler(CloseHandler handler)
          Adds a CloseHandler to the widget.
protected  void CloseEvent.dispatch(CloseHandler handler)
           
 



Copyright © 2012 gwtbootstrap. All Rights Reserved.