public interface HasItemClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addItemClickHandler(ItemClickHandler handler)
Executed when a menu item with no click handler is clicked by the user.
|
fireEventHandlerRegistration addItemClickHandler(ItemClickHandler handler)
handler - the itemClick handlerHandlerRegistration used to remove this handler