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 unless notifyAfterNavigationClick
has been set
false so that the notification occurs before navigation.
handler
- the navigationClick handlerHandlerRegistration
used to remove this handler