Interface HasItemClickHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionaddItemClickHandler
(ItemClickHandler handler) Called when one of the buttons receives a click event.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addItemClickHandler
Called when one of the buttons receives a click event.- Parameters:
handler
- the itemClick handler- Returns:
HandlerRegistration
used to remove this handler
-