public interface HasUpClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addUpClickHandler(UpClickHandler handler)
Notification method fired when the
miniNav is
showing and the up button on the navigationBar 's
MiniNavControl is clicked. |
fireEvent
HandlerRegistration addUpClickHandler(UpClickHandler handler)
miniNav is
showing
and the up button on the navigationBar
's
MiniNavControl
is clicked.handler
- the upClick handlerHandlerRegistration
used to remove this handler