Subversion Repository Public Repository

litesoft

Diff Revisions 626 vs 948 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/widget/table/DataRowField.java

Diff revisions: vs.
  @@ -1,6 +1,6 @@
1 1 package com.temp.client.foundation.widget.table;
2 2
3 - import com.google.gwt.dom.client.Style.Unit;
3 + import com.google.gwt.dom.client.Style.*;
4 4
5 5 public interface DataRowField {
6 6 /**
  @@ -26,11 +26,11 @@
26 26 /**
27 27 * The Width in Units for this Column (<= 0 means NOT specified)
28 28 */
29 - int getWidth();
29 + int getWidth();
30 30
31 31 /**
32 32 * GWT's Unit to indicate how to interpret the width.
33 - *
33 + * <p/>
34 34 * The normal options are usually PX, EM, or PCT (percent),
35 35 * (if width is acceptable, then null assumes 'PX').
36 36 */