diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-09-07 16:08:30 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-09-07 16:08:30 +0000 |
commit | 17cfe8e30635b9685c083b65b98c54f759e91a4a (patch) | |
tree | dcfdfb1ce5653eea5917189148f8d97bd19ce170 /src/com | |
parent | 613fc18c5965fb5b25583a731d7606f3d44f4e0a (diff) | |
download | vaadin-framework-17cfe8e30635b9685c083b65b98c54f759e91a4a.tar.gz vaadin-framework-17cfe8e30635b9685c083b65b98c54f759e91a4a.zip |
Javadoc
svn changeset:14765/svn branch:6.4
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java b/src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java index da5292571b..b9b4e22c69 100644 --- a/src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java +++ b/src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java @@ -168,7 +168,12 @@ public class VTextualDate extends VDateField implements Paintable, Field, } /** + * Updates the text field according to the current date (provided by + * {@link #getDate()}). Takes care of updating text, enabling and disabling + * the field, setting/removing readonly status and updating readonly styles. * + * TODO: Split part of this into a method that only updates the text as this + * is what usually is needed except for updateFromUIDL. */ protected void buildDate() { removeStyleName(PARSE_ERROR_CLASSNAME); |