summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Slider.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-372/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+2
|
* Component no longer implements PaintableArtur Signell2012-04-121-5/+2
|
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
|
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
|
* Fixed compilation errorsArtur Signell2012-01-301-2/+2
|
* #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-211-2/+1
| | | conversion from Property classes
* #8074 Additional fix to still allow using setValue with integersArtur Signell2011-12-121-0/+13
|
* #8026 Removed deprecated API from Slider/VSliderArtur Signell2011-12-091-116/+0
|
* #8074 Ensure Slider value is in valid range.Artur Signell2011-12-091-53/+9
| | | | | 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.
* #8073 Slider.setValue(Double value, boolean repaintIsNotNeeded) shouldArtur Signell2011-12-091-1/+1
| | | be protected, not public
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-42/+66
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * #5783, #4977 Improved Slider javadocArtur Signell2011-12-071-39/+63
| | | | | | | | svn changeset:22302/svn branch:6.7
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-5/+4
|/ | | | | | | | | | | | | | | | | | | 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)
* Javadoc typo fixArtur Signell2010-12-131-2/+2
| | | | svn changeset:16471/svn branch:6.5
* #5692 Generics: part of changes in Slider and DateFieldHenri Sara2010-10-041-1/+1
| | | | svn changeset:15371/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-3/+3
| | | | svn changeset:14496/svn branch:6.4
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-5/+0
| | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-503/+505
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+503
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0