aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2010-03-24 17:22:25 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2010-03-24 17:22:25 +0000
commit3a33bc7647448033451e1ff1987271539d570d18 (patch)
treee08883d839471fb82cb75f79b96bcdbb3b33264d /src/com
parent6abdfa052cc7d50e47b19dcd656b6464f3046576 (diff)
downloadvaadin-framework-3a33bc7647448033451e1ff1987271539d570d18.tar.gz
vaadin-framework-3a33bc7647448033451e1ff1987271539d570d18.zip
minor javadoc enhancement
svn changeset:12079/svn branch:6.3
Diffstat (limited to 'src/com')
-rw-r--r--src/com/vaadin/ui/CustomLayout.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/CustomLayout.java b/src/com/vaadin/ui/CustomLayout.java
index 26495a3715..1d08860b50 100644
--- a/src/com/vaadin/ui/CustomLayout.java
+++ b/src/com/vaadin/ui/CustomLayout.java
@@ -59,8 +59,10 @@ public class CustomLayout extends AbstractLayout {
private String templateName = null;
/**
- * Default constructor only used by subclasses because the subclasses are
- * responsible for setting the appropriate fields.
+ * Default constructor only used by subclasses. Subclasses are responsible
+ * for setting the appropriate fields. Either
+ * {@link #setTemplateName(String)}, that makes layout fetch the template
+ * from theme, or {@link #setTemplateContents(String)}.
*/
protected CustomLayout() {
setWidth(100, UNITS_PERCENTAGE);