public interface HasNavigationClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addNavigationClickHandler(NavigationClickHandler handler)
Notification method fired when the user clicks the default back / forward buttons on the navigation bar for this
SplitPane . |
fireEvent
HandlerRegistration addNavigationClickHandler(NavigationClickHandler handler)
SplitPane
.handler
- the navigationClick handlerHandlerRegistration
used to remove this handler