diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-10-05 07:06:02 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-10-05 07:06:02 +0000 |
commit | 6bd0aab96f41b48f1f29549746c97646a885a41b (patch) | |
tree | ee3287e3fe8d1a35fff4d40e52677f335b1cdb3d /src/com/itmill/toolkit/ui/CustomLayout.java | |
parent | 31db9f935b1e9e8a63ac444e125db2cb6612f334 (diff) | |
download | vaadin-framework-6bd0aab96f41b48f1f29549746c97646a885a41b.tar.gz vaadin-framework-6bd0aab96f41b48f1f29549746c97646a885a41b.zip |
small doc changes
svn changeset:2440/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/ui/CustomLayout.java')
-rw-r--r-- | src/com/itmill/toolkit/ui/CustomLayout.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/itmill/toolkit/ui/CustomLayout.java b/src/com/itmill/toolkit/ui/CustomLayout.java index c0b598d42e..9cc263f99b 100644 --- a/src/com/itmill/toolkit/ui/CustomLayout.java +++ b/src/com/itmill/toolkit/ui/CustomLayout.java @@ -38,7 +38,7 @@ import java.util.HashMap; * <p> * A container component with freely designed layout and style. The container * consists of items with textually represented locations. Each item contains - * one sub-component. The adapter and theme are resposible for rendering the + * one sub-component. The adapter and theme are responsible for rendering the * layout with given style by placing the items on the screen in defined * locations. * </p> @@ -46,14 +46,14 @@ import java.util.HashMap; * <p> * The definition of locations is not fixed - the each style can define its * locations in a way that is suitable for it. One typical example would be to - * create visual design for a website as a custom layout: the visual design + * create visual design for a web site as a custom layout: the visual design * could define locations for "menu", "body" and "title" for example. The layout * would then be implemented as XLS-template with for given style. * </p> * * <p> * The default theme handles the styles that are not defined by just drawing the - * subcomponents with flowlayout. + * subcomponents as in OrderedLayout. * </p> * * @author IT Mill Ltd. |