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
leftButton or rightButton |
com.google.gwt.event.shared.HandlerRegistration addNavigationClickHandler(NavigationClickHandler handler)
leftButton
or rightButton
handler
- the navigationClick handlerHandlerRegistration
used to remove this handler