Package com.google.gwt.user.client.ui
Interface TableListener
-
- All Superinterfaces:
java.util.EventListener
@Deprecated public interface TableListener extends java.util.EventListener
Deprecated.Event listener interface for table events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onCellClicked(SourcesTableEvents sender, int row, int cell)
Deprecated.
-
-
-
Method Detail
-
onCellClicked
@Deprecated void onCellClicked(SourcesTableEvents sender, int row, int cell)
Deprecated.Fired when a cell is clicked.- Parameters:
sender
- the widget sending the eventrow
- the row of the cell being clickedcell
- the index of the cell being clicked
-
-