Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,10 +1,8 @@
1 1 // This Source Code is in the Public Domain per: http://unlicense.org
2 2 package org.litesoft.GWT.client.widgets.datatables;
3 3
4 - interface DetailRowModel<RowType>
5 - {
6 - enum DetailRowAlignment
7 - {
4 + interface DetailRowModel<RowType> {
5 + enum DetailRowAlignment {
8 6 Top, Bottom
9 7 }
10 8