From: Matti Tahvonen Date: Tue, 11 Mar 2008 09:37:35 +0000 (+0000) Subject: fixes #1476 X-Git-Tag: 6.7.0.beta1~4949 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10c45fb48b7aa8ce1355397d4a27a0ae4a845bc8;p=vaadin-framework.git fixes #1476 svn changeset:4021/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/Sizeable.java b/src/com/itmill/toolkit/terminal/Sizeable.java index b6dbb187ad..4d467d7784 100644 --- a/src/com/itmill/toolkit/terminal/Sizeable.java +++ b/src/com/itmill/toolkit/terminal/Sizeable.java @@ -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 CSS + * spesification 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 CSS + * spesification for more details. * * @param width * in CSS style string representation