Interface HasDownClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 MiniNavControl,NavigationBar,NavPanel,SplitPane
- 
Method Summary
Modifier and TypeMethodDescriptionaddDownClickHandler(DownClickHandler handler) Notification method fired when theminiNav is showingand the down button on thenavigationBar'sMiniNavControlis clicked.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addDownClickHandler
Notification method fired when theminiNav is showingand the down button on thenavigationBar'sMiniNavControlis clicked.- Parameters:
 handler- the downClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -