aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/tests/featurebrowser/FeatureForm.java
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-01-02 14:40:19 +0000
committerArtur Signell <artur.signell@itmill.com>2009-01-02 14:40:19 +0000
commitd9a13c237889ba32830edb27ad34c4d9ea2f180b (patch)
treed1bda61bf6de5b5b3724eb99f2618861fb45abcb /src/com/itmill/toolkit/tests/featurebrowser/FeatureForm.java
parent19636fc0509e45d3bcedf4d7ba92670fdea4630d (diff)
downloadvaadin-framework-d9a13c237889ba32830edb27ad34c4d9ea2f180b.tar.gz
vaadin-framework-d9a13c237889ba32830edb27ad34c4d9ea2f180b.zip
Cleaned up the whole project
svn changeset:6398/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/tests/featurebrowser/FeatureForm.java')
-rw-r--r--src/com/itmill/toolkit/tests/featurebrowser/FeatureForm.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/itmill/toolkit/tests/featurebrowser/FeatureForm.java b/src/com/itmill/toolkit/tests/featurebrowser/FeatureForm.java
index 94da491433..72fd2d81e1 100644
--- a/src/com/itmill/toolkit/tests/featurebrowser/FeatureForm.java
+++ b/src/com/itmill/toolkit/tests/featurebrowser/FeatureForm.java
@@ -29,6 +29,7 @@ public class FeatureForm extends Feature implements
Select resetLayout = new Select("Restart");
+ @Override
protected Component getDemoComponent() {
if (demo == null) {
@@ -146,6 +147,7 @@ public class FeatureForm extends Feature implements
}
}
+ @Override
protected String getDescriptionXHTML() {
return "Form is a flexible, yet simple container for fields. "
+ " It provides support for any layouts and provides buffering interface for"
@@ -167,10 +169,12 @@ public class FeatureForm extends Feature implements
+ " all the Property-panels in demos are composed of Form-components.";
}
+ @Override
protected String getTitle() {
return "Form";
}
+ @Override
protected String getImage() {
return "icon_demo.png";
}