Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/GwtDomDimensionHelper.java

Diff revisions: vs.
  @@ -1,14 +1,14 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets.nonpublic;
3 -
4 - import com.google.gwt.user.client.ui.*;
5 -
6 - public interface GwtDomDimensionHelper extends GwtElementDimensionHelper {
7 - /**
8 - * @param pWidget !null
9 - * @param pDimension size in 'pixels' to set the pWidget's width / height (negative values ignored, zero supported if isZeroDimensionSupported() returns true)
10 - *
11 - * @return true if processed
12 - */
13 - public boolean setDimension( Widget pWidget, int pDimension );
14 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets.nonpublic;
3 +
4 + import com.google.gwt.user.client.ui.*;
5 +
6 + public interface GwtDomDimensionHelper extends GwtElementDimensionHelper {
7 + /**
8 + * @param pWidget !null
9 + * @param pDimension size in 'pixels' to set the pWidget's width / height (negative values ignored, zero supported if isZeroDimensionSupported() returns true)
10 + *
11 + * @return true if processed
12 + */
13 + public boolean setDimension( Widget pWidget, int pDimension );
14 + }