]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #1476
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 11 Mar 2008 09:37:35 +0000 (09:37 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 11 Mar 2008 09:37:35 +0000 (09:37 +0000)
svn changeset:4021/svn branch:trunk

src/com/itmill/toolkit/terminal/Sizeable.java

index b6dbb187adec115db86a26f49a581785c97e0d2f..4d467d77847def32aa51fb1939cd1bae7ffede52 100644 (file)
@@ -157,7 +157,14 @@ public interface Sizeable {
     public void setHeightUnits(int units);
 
     /**
-     * TODO
+     * Sets the height of the component using String presentation.
+     * 
+     * String presentation is similar to what is used in Cascading Style Sheets.
+     * Size can be length or percentage of available size.
+     * 
+     * See <a
+     * href="http://www.w3.org/TR/REC-CSS2/syndata.html#value-def-length">CSS
+     * spesification</a> for more details.
      * 
      * @param height
      *                in CSS style string representation
@@ -165,7 +172,14 @@ public interface Sizeable {
     public void setHeight(String height);
 
     /**
-     * TODO
+     * Sets the width of the component using String presentation.
+     * 
+     * String presentation is similar to what is used in Cascading Style Sheets.
+     * Size can be length or percentage of available size.
+     * 
+     * See <a
+     * href="http://www.w3.org/TR/REC-CSS2/syndata.html#value-def-length">CSS
+     * spesification</a> for more details.
      * 
      * @param width
      *                in CSS style string representation