aboutsummaryrefslogtreecommitdiffstats
path: root/tests/server-side
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'contrib'Leif Åstrand2012-01-021-27/+26
|\ \
| * | #8019 Fixed Sizable UNITS to use an Enum Unit instead of constantsJens Jansson2011-12-221-27/+26
| | |
* | | Rename BeanValidationValidator to BeanValidator based on review.Henri Sara2011-12-221-15/+13
|/ /
* | #8173 Deprecated separate read through and write through modesArtur Signell2011-12-221-4/+2
| |
* | #8101 Swapped generics parameter order for Converter based on API reviewArtur Signell2011-12-211-7/+5
| | | | | | meeting
* | #8101 Renamed source type to presentation and target type to model forArtur Signell2011-12-211-13/+13
| | | | | | clarity
* | #8102 Removed "value" from value converter used in AbstractField andArtur Signell2011-12-211-5/+5
| | | | | | | | renamed updateValueConverterFromFactory to setConverter based on API review meeting.
* | Removed obsolete UriFragmentUtilityListener testArtur Signell2011-12-211-13/+0
| |
* | #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-212-3/+2
| | | | | | conversion from Property classes
* | Make Root.init abstract, add non-abstract LegacyWindow and migrate testsLeif Åstrand2011-12-202-4/+5
| |
* | #8095 Use Bean Validation automatically in BeanFieldBinderArtur Signell2011-12-191-0/+156
| |
* | Class for creating a GraphViz chart for Vaadin component hierarchyArtur Signell2011-12-191-0/+149
| |
* | Remove conversions using String constructor from Properties (#8125).Henri Sara2011-12-181-8/+8
| | | | | | | | | | ObjectProperty and MethodProperty no longer try to automatically convert values using a String constructor of the property type. Related fixes to tests.
* | #8093 Support JSR-303 Bean ValidationHenri Sara2011-12-162-0/+115
| |
* | Nicer toString()Artur Signell2011-12-161-0/+5
| |
* | #8019/#8117/#6081 Cleaned up code and fixed issue where an invalidArtur Signell2011-12-151-0/+21
| | | | | | | | | | string was interpreted as a valid date Also added test for the Resolution enum static methods
* | Split array assertion method to separate util classArtur Signell2011-12-152-19/+26
| |
* | Fix generics in a test.Henri Sara2011-12-151-2/+4
| |
* | #8110 Validation is now done on the converted valueArtur Signell2011-12-141-0/+52
| | | | | | | | | | | | | | | | Added type to AbstractValidator and automatic type checking so sub classes get the correct type automatically Added a RangeValidator that work with any type that is Comparable CompositeValidator no longer extends AbstractValidator as it does not validate in the same way as AbstractValidator does
* | Fixed testArtur Signell2011-12-141-11/+2
| |
* | Test for #8074Artur Signell2011-12-121-0/+25
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-094-2/+258
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * #6603 Added IllegalArgumentException to javadoc and added testArtur Signell2011-12-081-1/+33
| | | | | | | | svn changeset:22320/svn branch:6.7
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | | | | | svn changeset:22317/svn branch:6.7
| * #7668 - Formatted code to adhere to Vaadin coding conventionsJohannes Dahlström2011-11-292-51/+48
| | | | | | | | svn changeset:22171/svn branch:6.7
| * Enhanced tests and fix for #7668 - re-adding a component at an index before ↵Johannes Dahlström2011-11-242-0/+48
| | | | | | | | | | | | | | | | | | | | its current one does nothing Simplified the logic in AbstractOrderedLayout/CssLayout#addComponent*() - super.addComponent() is now called first so that the invariant that there's never duplicate elements in the component list always holds, this fixes #7668. addComponent(c, index) now has a piece of additional logic handling the case when a component is moved to an index *after* its current one. svn changeset:22117/svn branch:6.7
| * Tests for #7668 - re-adding a component at an index before its current one ↵Johannes Dahlström2011-11-232-0/+179
| | | | | | | | | | | | does nothing svn changeset:22112/svn branch:6.7
| * PropertyFormatter's format now don't get called with weird Boolean value ↵Matti Tahvonen2011-11-161-0/+69
| | | | | | | | | | | | when ds is null. Fixes #4426 and #6843 svn changeset:22015/svn branch:6.7
* | Fix compile errors and one failed test caused by mergingLeif Åstrand2011-12-081-3/+3
| |
* | Merge remote branch 'origin/databinding'Leif Åstrand2011-12-0825-105/+550
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/ui/AbstractField.java tests/testbench/com/vaadin/tests/integration/LiferayThemeDemo.java tests/testbench/com/vaadin/tests/tickets/Ticket1673.java
| * \ Merge branch 'master' into databindingHenri Sara2011-12-081-0/+69
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/data/validator/CompositeValidator.java tests/testbench/com/vaadin/tests/tickets/Ticket20.java
| * | | Minor fixes to data binding tests based on review.Henri Sara2011-12-012-3/+3
| | | |
| * | | Removed executable flagArtur Signell2011-11-281-0/+0
| | | |
| * | | Misc tests for convertersArtur Signell2011-11-285-0/+284
| | | |
| * | | Removed interface @OverridesArtur Signell2011-11-281-0/+164
| | | |
| * | | Merge branch 'master' into databindingArtur Signell2011-11-241-3/+4
| |\ \ \
| * | | | #7930 Eliminate Validator.isValid()Henri Sara2011-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminate the redundant method Validator.isValid(). Validator.validate() does the same but throws an exception including the validation error message. Migration: - replace implementations of isValid() with internalIsValid() in custom subclasses of AbstractValidator - use Validator.validate() and catch exceptions rather than call Validator.isValid() - note that AbstractField still provides an isValid() method that is internally based on validate()
| * | | | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-115-13/+15
| | | | | | | | | | | | | | | | | | | | Eliminate some more warnings for use of raw types (Field, Property, Class), mostly by changing API method return types.
| * | | | Eliminate many generics related warnings in tests.Henri Sara2011-11-1010-74/+62
| | | | | | | | | | | | | | | | | | | | | | | | | Most of the warnings eliminated are related to generics for Property, Field or field factories. Not all such warnings are eliminated in this changeset.
| * | | | Merge branch 'master' into databindingHenri Sara2011-11-081-0/+16
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Parameterize Property and Field with the value type.Henri Sara2011-11-083-9/+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)
| * | | | Partly eliminate the use of Property.toString().Henri Sara2011-11-073-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The toString() method should not be used on a property to get its value. Added getStringValue() to AbstractField, Label etc. Using them where applicable. Added comments to some problematic locations where Property.toString() is known to be used. AbstractField.toString() and Label.toString() still return the same values as before, but it will throw an exception in future revisions. Migration needed: Replace explicit and implicit uses of Property.toString() with use property.getValue() and its string representation. Alternatively, use AbstractProperty.getStringValue() and AbstractField.getStringValue() instead of Property.toString() during migration.
* | | | | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-12-081-0/+69
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-011-0/+69
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merged fixes from 6.7Artur Signell2011-11-251-0/+69
| | | |/ | | |/| | | | | | | | | svn changeset:22132/svn branch:6.8
* | | | URI fragment support in Root (#8048)Leif Åstrand2011-12-071-5/+5
| | | |
* | | | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-11-291-3/+4
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/ui/AbstractField.java tests/testbench/com/vaadin/tests/components/notification/NotificationsHtmlAllowed.java
| * | | #7963 Additional fixesArtur Signell2011-11-221-3/+4
| |/ / | | | | | | | | | | | | | | | Removed special case from widget set that used to support VButton changing into VCheckBox Corrected tests
* | | Don't require Vaadin license in files from external libsLeif Åstrand2011-11-241-0/+3
| | |
* | | Remove old Debug param and make productionMode available in ApplicationLeif Åstrand2011-11-221-1/+1
| | |