GWT 0.0.0

Uses of Class
com.google.gwt.user.client.ui.DisclosurePanel

Packages that use DisclosurePanel
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of DisclosurePanel in com.google.gwt.user.client.ui
 

Method parameters in com.google.gwt.user.client.ui with type arguments of type DisclosurePanel
 HandlerRegistration DisclosurePanel.addCloseHandler(CloseHandler<DisclosurePanel> handler)
           
 HandlerRegistration DisclosurePanel.addOpenHandler(OpenHandler<DisclosurePanel> handler)
           
 

Constructors in com.google.gwt.user.client.ui with parameters of type DisclosurePanel
DisclosureEvent(DisclosurePanel sender)
          Deprecated. Use CloseEvent and OpenEvent instead
 


GWT 0.0.0