aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util/TextFileProperty.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-144/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+3
|
* Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-311-141/+141
|\ | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-271-141/+141
| | | | | | | | svn changeset:22797/svn branch:6.7
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | | | | | svn changeset:22317/svn branch:6.7
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-3/+3
|/ | | | | | | | | | | | | | | | | | | The interfaces Property and Field and most of their implementations are now parameterized with the type of their value. The method getValue() returns the Property type but setValue() takes Object as its parameter. No implicit conversions between value type and strings are performed in most locations (fields). Among others, AbstractTextField, DateField and RichTextArea not have specific value types and do not accept arbitrary values. Most locations requiring migration will be visible as compilation errors, with the exception of some cases where a non-parameterized Property or Field (or one parametrized with Object) is used. Not yet done: - Label - converters - setValue() parameterization (causes much more migration effort)
* #6860 Moved much of the read-only logic to AbstractPropertyHenri Sara2011-04-191-15/+2
| | | | svn changeset:18380/svn branch:6.6
* #6860 TextFileProperty read-only notification fixHenri Sara2011-04-191-1/+1
| | | | svn changeset:18379/svn branch:6.6
* #6860 introduced AbstractProperty with common functionality of most property ↵Henri Sara2011-04-181-84/+11
| | | | | | implementations (listener management etc.), TextFileProperty now implements ReadOnlyStatusChangeListener svn changeset:18360/svn branch:6.6
* #5692 Generics and warnings cleanup : listener lists in some data utility ↵Henri Sara2010-10-011-1/+1
| | | | | | classes svn changeset:15297/svn branch:6.5
* Patch for #3754 with slightly modified javadocArtur Signell2009-11-241-0/+227
svn changeset:9988/svn branch:6.2