Interface HasBackgroundClickHandlers
- All Superinterfaces:
- HasHandlers
- 
Method SummaryModifier and TypeMethodDescriptionCallback fired when the mouse is clicked in a background-cell, ie, one without an event.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addBackgroundClickHandlerCallback fired when the mouse is clicked in a background-cell, ie, one without an event.- Parameters:
- handler- the backgroundClick handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-