public interface HasNavigationClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addNavigationClickHandler(NavigationClickHandler handler)
Notification method fired when the user clicks the default back / forward buttons on the navigation bar for this
SplitPane . |
com.google.gwt.event.shared.HandlerRegistration addNavigationClickHandler(NavigationClickHandler handler)
SplitPane
. Note that the return value will be ignored and cancelation won't be possible if notifyAfterNavigationClick
has been set
true, since that forces this method to run after we've already navigated to the new pane.
handler
- the navigationClick handlerHandlerRegistration
used to remove this handler