aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test
Commit message (Expand)AuthorAgeFilesLines
* Remove HasValue from GridPekka Hyvönen2016-11-107-109/+435
* Use final modifier where appropriatePer-Åke Minborg2016-11-0931-39/+39
* Replace EMPTY_SET and EMPTY_LIST with emptySet() and emptyList()Per-Åke Minborg2016-11-071-2/+2
* Use lambdas where appropriatePer-Åke Minborg2016-11-078-140/+66
* Replace Charset.forName("UTF--8") with StandardCharsets.UTF_8Per-Åke Minborg2016-11-073-7/+8
* Explicit type args can be inferredPer-Åke Minborg2016-11-054-13/+13
* Rename generic type parameter that hides another type parameterPer-Åke Minborg2016-11-051-4/+4
* Remove redundant castingPer-Åke Minborg2016-11-052-5/+5
* Remove redundant array creation for varargsPer-Åke Minborg2016-11-051-2/+1
* Make sure lock() is released in finally blockPer-Åke Minborg2016-11-052-21/+26
* Replace assertEquals(true|false,) with assert(True|False)Per-Åke Minborg2016-11-053-19/+20
* Flip parameters of .assertEquals()Per-Åke Minborg2016-11-042-5/+6
* Use chain of .append() methods instead of String concatenationPer-Åke Minborg2016-11-044-6/+5
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-046-152/+123
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-032-11/+12
* Remove manual array copyPer-Åke Minborg2016-11-021-3/+2
* Remove Boolean constructor invocation and add foreachPer-Åke Minborg2016-11-022-2/+2
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-023-14/+12
* Convert to try-with-resourcePer-Åke Minborg2016-11-022-8/+8
* Use diamond in generic creation where possiblePer-Åke Minborg2016-11-021-1/+1
* Add @Override annotationsPer-Åke Minborg2016-11-021-0/+2
* Add bracesPer-Åke Minborg2016-11-021-3/+5
* Use operator assignments where possiblePer-Åke Minborg2016-11-022-2/+2
* Add private constructor for utility classesPer-Åke Minborg2016-11-023-1/+11
* Make SelectionModel API only server side.Denis Anisimov2016-11-023-4/+4
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-022-12/+10
* Add Bindinding.setRequiredPekka Hyvönen2016-11-024-44/+140
* Introduces ValidationResult interface to replace Result in validators.Denis Anisimov2016-11-017-37/+38
* Add error message provider to provide translationsTeemu Suo-Anttila2016-11-012-3/+46
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-011-3/+4
* Remove Locale from BeanValidator because of ValueContextPekka Hyvönen2016-10-311-4/+6
* Serve static files also in servletPath/VAADIN (#14398)Artur Signell2016-10-291-0/+76
* Add ValueContext to ValidatorsTeemu Suo-Anttila2016-10-267-78/+34
* Rename Binder methodsPekka Hyvönen2016-10-2611-156/+165
* Disable default null representation one way converter.Denis Anisimov2016-10-261-0/+63
* Fix setValue() methods behavior null argument value + javadocsTeemu Suo-Anttila2016-10-256-3/+144
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-255-27/+38
* Binder.bindInstanceFields(Object) method implementation (#47).Denis Anisimov2016-10-252-4/+391
* Correct serializable issues and test that components can be serializedLeif Åstrand2016-10-246-45/+116
* Add ValueContext parameter for ConvertersTeemu Suo-Anttila2016-10-2416-59/+154
* Move old SelectionEvent to V7 and create a new selection event supertype Denis Anisimov2016-10-241-0/+68
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-243-6/+187
* Derive Listing components from HasValue.Denis Anisimov2016-10-215-21/+257
* Provide declarative tests for all V7 field components.Denis Anisimov2016-10-2114-167/+838
* Revert "Initial support for null representations in Binder"Denis Anisimov2016-10-202-73/+6
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-202-6/+73
* Throw exception from multiple columns with same identifierTeemu Suo-Anttila2016-10-191-0/+5
* Use identifiers for Grid ColumnsTeemu Suo-Anttila2016-10-171-1/+25
* Use diffstate for JS connectors (#20335)Leif Åstrand2016-10-172-0/+78
* Use placeholder instead of inputPrompt for DateFieldPekka Hyvönen2016-10-141-2/+2