aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Field.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-97/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+1
|
* Organized imports and formatted all java filesArtur Signell2012-02-281-0/+1
|
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+3
| | | | | | | | svn changeset:22317/svn branch:6.7
* | Convert nested data model event classes to static where possible.Henri Sara2011-11-111-1/+1
| |
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | Remove Field.getCaption(), getDescription() and setDescription().Henri Sara2011-11-071-17/+0
|/ | | | | | Obsolete methods removed. When needed, these methods are in AbstractComponent and can be accessed by casting the Field. Migration needed: occasional cast of Field to AbstractComponent.
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+105
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0