public interface HasItemClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addItemClickHandler(ItemClickHandler handler)
Called when one of the buttons receives a click event
|
fireEvent
HandlerRegistration addItemClickHandler(ItemClickHandler handler)
handler
- the itemClick handlerHandlerRegistration
used to remove this handler