aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a fallback to Declarative*GeneratorTeemu Suo-Anttila2016-11-285-9/+30
* Add filter type to DataCommunicatorTeemu Suo-Anttila2016-11-285-39/+39
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-2841-165/+342
* 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-284-0/+77
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-2812-15/+112
* Change addXXListener method in VaadinService to return Registration.Denis Anisimov2016-11-281-16/+40
* Revert Upload listener registration changes in compatibility packageHenri Sara2016-11-271-30/+96
* Provide tests for "required indicator" property for options groups.Denis Anisimov2016-11-256-0/+307
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-2518-43/+1874
* Upgrade to TestBench 5 alpha1 and JUnit 4.12Artur Signell2016-11-257-17/+12
* Data should be updated when it's set for disabled components.Denis Anisimov2016-11-2511-15/+296
* Grid merging header cellselmot2016-11-248-45/+232
* Provide declarative support for listing components.Denis Anisimov2016-11-2425-305/+1746
* 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-217-53/+183
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-2121-92/+108
* Add filter type parameter for QueryHenri Sara2016-11-212-24/+29
* Add HTML/Component support to Grid FootersTeemu Suo-Anttila2016-11-184-8/+154
* 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
* Small documentation correction (from github).Denis Anisimov2016-11-111-2/+2
* Fix DeprecatedTest under Windowselmot2016-11-112-6/+7
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-1170-431/+430
* Remove HasValue from GridPekka Hyvönen2016-11-1026-522/+976
* Use final modifier where appropriatePer-Åke Minborg2016-11-0998-150/+149
* Create script GeneratePostPublishReport.pyAleksi Hietanen2016-11-073-23/+88
* 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
* Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456)Anna Miroshnik2016-11-043-1/+139