public interface CellClickHandler
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description | 
|---|---|
| void | onCellClick(CellClickEvent event)Called when a cell receives a click event. | 
void onCellClick(CellClickEvent event)
 Note that returning false from this method will not prevent any specified
 rowClick() handler from firing.
event - the event