public interface HasDownClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addDownClickHandler(DownClickHandler handler)
Notification method fired when the
miniNav is
showing and the down button on the navigationBar's MiniNavControl is clicked. |
fireEventHandlerRegistration addDownClickHandler(DownClickHandler handler)
miniNav is
showing and the down button on the navigationBar's MiniNavControl is clicked.handler - the downClick handlerHandlerRegistration used to remove this handler