Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/datatables/CellClickHandler.java

Diff revisions: vs.
  @@ -3,8 +3,7 @@
3 3
4 4 import com.google.gwt.gen2.table.client.*;
5 5
6 - public interface CellClickHandler<RowType>
7 - {
6 + public interface CellClickHandler<RowType> {
8 7 /**
9 8 * You can get the cell value via
10 9 * {@link ColumnDefinition#getCellValue(Object)