Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client.widgets.datatables;
2 3
3 4 import com.google.gwt.gen2.table.client.RowRenderer;
  @@ -7,7 +8,7 @@
7 8 {
8 9 private static final String ODD = "TableRow-odd";
9 10 private static final String EVEN = "TableRow-even";
10 -
11 +
11 12 @Override
12 13 public void renderRowValue(RowType rowValue, AbstractRowView<RowType> view)
13 14 {