Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/datatables/DetailCellRenderer.java

Diff revisions: vs.
  @@ -19,7 +19,7 @@
19 19 * Can be called during construction to override default behavior and render
20 20 * this cell as a normal height cell.
21 21 */
22 - public void setMaxHeight(boolean pMaxHeight)
22 + public void setMaxHeight( boolean pMaxHeight )
23 23 {
24 24 mMaxHeight = pMaxHeight;
25 25 }
  @@ -32,7 +32,7 @@
32 32 /**
33 33 * Called by the rendering logic w/ true for all cells in rows.
34 34 */
35 - public void setDetailRow(boolean pDetailRow)
35 + public void setDetailRow( boolean pDetailRow )
36 36 {
37 37 mDetailRow = pDetailRow;
38 38 }