aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Use state classes for Embedded, InlineDateField and NativeButtonHenri Sara2016-11-283-0/+34
* Add missing getState(boolean) methodsHenri Sara2016-11-2815-8/+83
* Add shared state for CustomComponent and DragAndDropWrapperHenri Sara2016-11-282-0/+23
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-282-0/+25
* Change addXXListener method in VaadinService to return Registration.Denis Anisimov2016-11-281-16/+40
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-255-11/+595
* Data should be updated when it's set for disabled components.Denis Anisimov2016-11-252-3/+64
* Grid merging header cellselmot2016-11-243-13/+110
* Provide declarative support for listing components.Denis Anisimov2016-11-2424-286/+1725
* Add helper for updating the diffstate of a componentLeif Åstrand2016-11-235-9/+43
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-2340-260/+171
* Remove unused theme getter (#11412)Artur Signell2016-11-221-23/+0
* Fix field value change event handling for unbound binderAleksi Hietanen2016-11-226-60/+161
* Implement chaining of filters for data providersTeemu Suo-Anttila2016-11-225-42/+292
* Add UI.access() safeguard for shared data providersTeemu Suo-Anttila2016-11-221-1/+2
* Add DataProvider.setFilter methodTeemu Suo-Anttila2016-11-223-3/+64
* Add DataProvider.convertFilter, fix ListDataProvider filteringTeemu Suo-Anttila2016-11-216-45/+173
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-2116-82/+97
* Add filter type parameter for QueryHenri Sara2016-11-212-24/+29
* Add HTML/Component support to Grid FootersTeemu Suo-Anttila2016-11-181-0/+48
* Make ValoTheme subclassableLeif Åstrand2016-11-172-1/+27
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...8.0.0.alpha7elmot2016-11-111-1/+1
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-1134-274/+273
* Remove HasValue from GridPekka Hyvönen2016-11-1016-383/+864
* Use final modifier where appropriatePer-Åke Minborg2016-11-0998-150/+149
* Replace EMPTY_SET and EMPTY_LIST with emptySet() and emptyList()Per-Åke Minborg2016-11-073-13/+12
* Use lambdas where appropriatePer-Åke Minborg2016-11-0738-560/+346
* Replace Charset.forName("UTF--8") with StandardCharsets.UTF_8Per-Åke Minborg2016-11-074-12/+13
* Explicit type args can be inferredPer-Åke Minborg2016-11-054-13/+13
* Replace implicit for-loop with foreachPer-Åke Minborg2016-11-0513-59/+30
* Replace Stack with DequePer-Åke Minborg2016-11-053-26/+29
* Replace HashtablePer-Åke Minborg2016-11-051-9/+9
* Rename generic type parameter that hides another type parameterPer-Åke Minborg2016-11-051-4/+4
* Remove another redundant castPer-Åke Minborg2016-11-051-1/+1
* Remove redundant castingPer-Åke Minborg2016-11-0511-14/+14
* Remove redundant array creation for varargsPer-Åke Minborg2016-11-058-16/+15
* 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
* Replace Vector with List and ArrayListPer-Åke Minborg2016-11-042-6/+6
* Pass array of length when possiblePer-Åke Minborg2016-11-041-1/+1
* Use Collection .isEmpty() over .size() == 0Per-Åke Minborg2016-11-043-4/+4
* Use String .isEmpty() over .equals("")Per-Åke Minborg2016-11-047-16/+16
* Use chain of .append() methods instead of String concatenationPer-Åke Minborg2016-11-047-16/+13
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-0416-631/+721
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-0310-109/+115
* Remove redundant invocations of .toString()Per-Åke Minborg2016-11-022-3/+3
* Remove manual array copyPer-Åke Minborg2016-11-025-16/+10
* Replace single character Strings with character literalsPer-Åke Minborg2016-11-026-14/+14
* Remove Boolean constructor invocation and add foreachPer-Åke Minborg2016-11-024-6/+6