diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-04-06 07:57:40 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-04-06 07:57:40 +0000 |
commit | d818356c57d9e117eaabb77ad45a57c6bca00bc0 (patch) | |
tree | 594ebc4c4310b58c8b545fba559b064c07c1201a /src/com/itmill/toolkit/ui/TextField.java | |
parent | 60221b16a87d721a2d271f3d3ec4360a18d46c9b (diff) | |
download | vaadin-framework-d818356c57d9e117eaabb77ad45a57c6bca00bc0.tar.gz vaadin-framework-d818356c57d9e117eaabb77ad45a57c6bca00bc0.zip |
Merged to 6.0 #2603 (a single select tree could show multiple items as selected) and minor Tree and TextField cleanup/javadoc fixes
svn changeset:7313/svn branch:6.0
Diffstat (limited to 'src/com/itmill/toolkit/ui/TextField.java')
-rw-r--r-- | src/com/itmill/toolkit/ui/TextField.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/itmill/toolkit/ui/TextField.java b/src/com/itmill/toolkit/ui/TextField.java index dd8596f087..0b7336e215 100644 --- a/src/com/itmill/toolkit/ui/TextField.java +++ b/src/com/itmill/toolkit/ui/TextField.java @@ -409,7 +409,7 @@ public class TextField extends AbstractField { * * <p> * If this property is true, writing null-representation string to text - * field allways sets the field value to real null. If this property is + * field always sets the field value to real null. If this property is * false, null setting is not made, but the null values are maintained. * Maintenance of null-values is made by only converting the textfield * contents to real null, if the text field matches the null-string @@ -420,7 +420,7 @@ public class TextField extends AbstractField { * By default this setting is false * </p> * - * @return boolean Should the null-string represenation be allways converted + * @return boolean Should the null-string represenation be always converted * to null-values. * @see TextField#getNullRepresentation() */ @@ -454,7 +454,7 @@ public class TextField extends AbstractField { * * <p> * If this property is true, writing null-representation string to text - * field allways sets the field value to real null. If this property is + * field always sets the field value to real null. If this property is * false, null setting is not made, but the null values are maintained. * Maintenance of null-values is made by only converting the textfield * contents to real null, if the text field matches the null-string @@ -466,7 +466,7 @@ public class TextField extends AbstractField { * </p> * * @param nullSettingAllowed - * Should the null-string represenation be allways converted to + * Should the null-string represenation be always converted to * null-values. * @see TextField#getNullRepresentation() */ |