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