public interface HasMenuIconClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addMenuIconClickHandler(MenuIconClickHandler handler)
Notification method fired when a user clicks on the menuIcon on this IconButton.
|
fireEventHandlerRegistration addMenuIconClickHandler(MenuIconClickHandler handler)
event.cancel() to
suppress the standard click handling code.handler - the menuIconClick handlerHandlerRegistration used to remove this handler