Interface HasBackgroundClickHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier 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.HasHandlers
fireEvent 
- 
Method Details
- 
addBackgroundClickHandler
Callback 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
 
 -