Uses of Interface
org.gwtbootstrap3.client.shared.event.HiddenHandler

Packages that use HiddenHandler
org.gwtbootstrap3.client.shared.event   
org.gwtbootstrap3.client.ui Widgets representing Bootstrap components. 
 

Uses of HiddenHandler in org.gwtbootstrap3.client.shared.event
 

Methods in org.gwtbootstrap3.client.shared.event that return types with arguments of type HiddenHandler
 GwtEvent.Type<HiddenHandler> HiddenEvent.getAssociatedType()
           
static GwtEvent.Type<HiddenHandler> HiddenEvent.getType()
           
 

Methods in org.gwtbootstrap3.client.shared.event with parameters of type HiddenHandler
protected  void HiddenEvent.dispatch(HiddenHandler handler)
           
 

Uses of HiddenHandler in org.gwtbootstrap3.client.ui
 

Methods in org.gwtbootstrap3.client.ui with parameters of type HiddenHandler
 HandlerRegistration Tooltip.addHiddenHandler(HiddenHandler hiddenHandler)
          Adds a hidden handler to the Tooltip that will be fired when the Tooltip's hidden event is fired
 HandlerRegistration Popover.addHiddenHandler(HiddenHandler hiddenHandler)
           
 HandlerRegistration PanelCollapse.addHiddenHandler(HiddenHandler hiddenHandler)
           
 HandlerRegistration Collapse.addHiddenHandler(HiddenHandler hiddenHandler)
           
 



Copyright © 2015. All rights reserved.