| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
conversion from Property classes
|
| |
|
| |
|
|
|
|
|
| |
Changed ValueOutOfBoundsException to be a RuntimeException and removed
extra methods. Also changed type of Slider to Double from Number as it
is 100% based on doubles.
|
|
|
| |
be protected, not public
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
svn changeset:22317/svn branch:6.7
|
| |
| |
| |
| | |
svn changeset:22302/svn branch:6.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)
|
|
|
|
| |
svn changeset:16471/svn branch:6.5
|
|
|
|
| |
svn changeset:15371/svn branch:6.5
|
|
|
|
| |
svn changeset:14496/svn branch:6.4
|
|
|
|
| |
svn changeset:9095/svn branch:2009-09-widget-packaging_3332
|
|
|
|
|
|
| |
refining.
svn changeset:8930/svn branch:2009-09-widget-packaging_3332
|
|
- com.itmill.toolkit.external not yet fully renamed
svn changeset:7715/svn branch:6.0
|