Interface HasUpClickHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- MiniNavControl,- NavigationBar,- NavPanel,- SplitPane
- 
Method SummaryModifier and TypeMethodDescriptionaddUpClickHandler(UpClickHandler handler) Notification method fired when theminiNav is showingand the up button on thenavigationBar'sMiniNavControlis clicked.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addUpClickHandlerNotification method fired when theminiNav is showingand the up button on thenavigationBar'sMiniNavControlis clicked.- Parameters:
- handler- the upClick handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-