aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow modifying Column comparators, add missing javadocTeemu Suo-Anttila2016-07-151-13/+95
* | Add basic BackEndDataSource implementation taking a functionTeemu Suo-Anttila2016-07-153-51/+102
* | Move multi-select mode to AbstractSelectStateHenri Sara2016-07-153-14/+17
* | Use shared state for OptionGroup htmlContentAllowedHenri Sara2016-07-155-22/+23
* | Remove deprecated column based width support from selectsHenri Sara2016-07-1510-246/+1
* | Remove obsolete type attribute in AbstractSelect subclassesHenri Sara2016-07-154-4/+0
* | Add support for sorting with backend data sourcesTeemu Suo-Anttila2016-07-146-36/+190
* | Handle in-memory sorting in Grid with ComparatorsTeemu Suo-Anttila2016-07-145-15/+59
* | Expose a public Binding interface, add unit tests to BinderJohannes Dahlström2016-07-142-36/+127
* | Move Binder to a more proper packageJohannes Dahlström2016-07-142-2/+5
* | Add a new AbstractField class, refactor fields to extend itJohannes Dahlström2016-07-147-120/+199
* | Add sortable support to Grid ColumnsTeemu Suo-Anttila2016-07-149-44/+191
* | Fix adding columns to Grid before attaching to UITeemu Suo-Anttila2016-07-145-14/+43
* | Add method to DataSource for checking if data is in memoryTeemu Suo-Anttila2016-07-143-3/+14
* | Rename onEvent style methods to add*ListenerJohannes Dahlström2016-07-148-40/+37
* | Move DataSource handling to DataCommunicatorTeemu Suo-Anttila2016-07-145-101/+70
* | Rename Handler to EventListenerJohannes Dahlström2016-07-138-21/+24
* | Fix and optimize TabsheetScrollingTestHenri Sara2016-07-131-3/+15
* | Fixing drag and drop file upload issue on windows (#19809)adam2016-07-132-10/+41
* | Fixing Grid Layout required indicator position (#18418)Henri Sara2016-07-133-22/+266
* | Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-133-4/+76
* | Disable tooltip tests for Firefox.Henri Sara2016-07-139-11/+58
* | Fix ComboBox highlight width on IE8/9 (#19889)Henri Sara2016-07-131-1/+2
* | Add basic AppWidgetset documentationTeemu Suo-Anttila2016-07-1340-674/+2806
* | Update @since for 7.6.8Teemu Suo-Anttila2016-07-131-1/+1
* | Update @since for 7.6.7Teemu Suo-Anttila2016-07-131-1/+1
* | Added videos to the tutorial.Alejandro Duarte2016-07-131-6/+33
* | Update test for Chrome 51Henri Sara2016-07-131-1/+1
* | Updated READMEMatti Tahvonen2016-07-131-39/+31
* | Add DevelopmentServerLauncher configuration for IDEAelmot2016-07-131-0/+25
* | Allow reaching the wrapped Item through GeneratedPropertyItem (#20032)Anna Koskinen2016-07-132-2/+24
* | Fix navigation to same view with different parameters (#20029)Teemu Suo-Anttila2016-07-132-17/+74
* | Fixing ComboBox page flip on trackpad scroll (#19704)adam2016-07-131-4/+53
* | Fixed notification message images and updated layout schematic diagram. #19835Marko Gronroos2016-07-132-14/+20
* | Scaled images for print edition and fixed errors up to the beginning of layou...Marko Gronroos2016-07-1374-1073/+2601
* | Updates to Grid's height handling (#19690).Anna Koskinen2016-07-135-6/+436
* | Fix RpcDataProviderExtension serialization issue (#19906)Teemu Suo-Anttila2016-07-132-8/+67
* | Make sure AtmosphereFramework is always properly destroyed (#17581)Artur Signell2016-07-131-1/+31
* | Make a separate class for value change eventsJohannes Dahlström2016-07-139-69/+66
* | Add Query object for backend data requestsTeemu Suo-Anttila2016-07-135-15/+143
* | Move shared classes to a temporary subpackageTeemu Suo-Anttila2016-07-1322-32/+30
* | Add sortingBy with function parameter to in-memory data sourceTeemu Suo-Anttila2016-07-122-2/+23
* | Add additional checks to in-memory data source testsTeemu Suo-Anttila2016-07-121-1/+12
* | Add basic sorting implementation and APITeemu Suo-Anttila2016-07-1210-43/+142
* | Simplify DataSource to be a function that provides Stream of valuesTeemu Suo-Anttila2016-07-128-388/+92
* | Fix dropped key clean up in DataCommunicatorConnectorTeemu Suo-Anttila2016-07-121-0/+1
* | Rename data communication class to DataCommunicatorTeemu Suo-Anttila2016-07-128-50/+50
* | Fix ARS to find tests from temp packageTeemu Suo-Anttila2016-07-121-0/+2
* | Clean up NativeSelectConnector update logicTeemu Suo-Anttila2016-07-111-78/+50
* | Use a lazy-loading compatible client-side data source with listingsTeemu Suo-Anttila2016-07-1112-401/+342