aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add a fallback to Declarative*GeneratorTeemu Suo-Anttila2016-11-285-9/+30
* Add filter type to DataCommunicatorTeemu Suo-Anttila2016-11-284-37/+34
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-2812-68/+185
* 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-254-10/+594
* 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-2410-159/+776
* 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-221-36/+75
* Implement chaining of filters for data providersTeemu Suo-Anttila2016-11-224-35/+225
* Add UI.access() safeguard for shared data providersTeemu Suo-Anttila2016-11-221-1/+2
* Add DataProvider.setFilter methodTeemu Suo-Anttila2016-11-222-3/+47
* Add DataProvider.convertFilter, fix ListDataProvider filteringTeemu Suo-Anttila2016-11-215-21/+125
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-2114-69/+83
* 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-171-1/+1
* 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-1121-175/+174
* Remove HasValue from GridPekka Hyvönen2016-11-109-274/+429
* Use final modifier where appropriatePer-Åke Minborg2016-11-0967-111/+110
* Replace EMPTY_SET and EMPTY_LIST with emptySet() and emptyList()Per-Åke Minborg2016-11-072-11/+10
* Use lambdas where appropriatePer-Åke Minborg2016-11-0730-420/+280
* Replace Charset.forName("UTF--8") with StandardCharsets.UTF_8Per-Åke Minborg2016-11-071-5/+5
* 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
* Remove another redundant castPer-Åke Minborg2016-11-051-1/+1
* Remove redundant castingPer-Åke Minborg2016-11-059-9/+9
* Remove redundant array creation for varargsPer-Åke Minborg2016-11-057-14/+14
* 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-043-10/+8
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-0410-479/+598
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-038-98/+103
* Remove redundant invocations of .toString()Per-Åke Minborg2016-11-022-3/+3
* Remove manual array copyPer-Åke Minborg2016-11-024-13/+8
* Replace single character Strings with character literalsPer-Åke Minborg2016-11-026-14/+14
* Remove Boolean constructor invocation and add foreachPer-Åke Minborg2016-11-022-4/+4
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-028-104/+99
* Replace String.indexOf with String.containsPer-Åke Minborg2016-11-021-2/+2