public interface HasDownClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addDownClickHandler(DownClickHandler handler)
Notification method fired when the down button on the
miniNavControl is clicked. |
com.google.gwt.event.shared.HandlerRegistration addDownClickHandler(DownClickHandler handler)
miniNavControl
is clicked.handler
- the downClick handlerHandlerRegistration
used to remove this handler