Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 23 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/datatables/ClickableColumnDefinition.java

Diff revisions: vs.
  @@ -23,6 +23,7 @@
23 23 return createClickable(pRowValue);
24 24 }
25 25
26 + @Override
26 27 public void execute(ColumnDefinition<RowType,?> colDef, int pRowIndex, RowType pRowValue)
27 28 {
28 29 execute(pRowIndex, pRowValue);