Interface HasUpClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
MiniNavControl
,NavigationBar
,NavPanel
,SplitPane
-
Method Summary
Modifier and TypeMethodDescriptionaddUpClickHandler
(UpClickHandler handler) Notification method fired when theminiNav is showing
and the up button on thenavigationBar
'sMiniNavControl
is clicked.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addUpClickHandler
Notification method fired when theminiNav is showing
and the up button on thenavigationBar
'sMiniNavControl
is clicked.- Parameters:
handler
- the upClick handler- Returns:
HandlerRegistration
used to remove this handler
-