summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix regression that broke widget set compilation in 7.7.1 (#20285)Ingo Kegel2016-09-161-1/+1
* Add CheckBoxRendererAleksi Hietanen2016-09-151-0/+46
* Update @since tags for 8.0Henri Sara2016-09-142-2/+2
* Implement support for binding multi-select componentsLeif Åstrand2016-09-148-70/+474
* DataSource.refreshAll() for notifying components to reload (#233).Denis Anisimov2016-09-1412-22/+572
* Use state for ComboBox selectionHenri Sara2016-09-141-14/+1
* Convert ComboBox to inherit AbstractSingleSelectHenri Sara2016-09-142-100/+62
* Implement support for binding single-select componentsJohannes Dahlström2016-09-144-21/+239
* Split Binder tests roughly by categoryJohannes Dahlström2016-09-145-1194/+1303
* Add multi selection support to CheckBoxGroupLeif Åstrand2016-09-144-55/+309
* Utility functions for helping to use elemental.json with Java 8Artur Signell2016-09-143-0/+453
* Create a CheckBoxGroup that replaces the multi select case of OptionGroupelmot2016-09-132-0/+308
* Fix invalid javadoc in ListDataSourcePekka Hyvönen2016-09-131-3/+11
* Fix binder.load to reset validation status in the endPekka Hyvönen2016-09-132-1/+43
* Fix inconsistent API naming in Binder and remove unused handlerPekka Hyvönen2016-09-1312-197/+149
* Clear binder errors after load/bindPekka Hyvönen2016-09-134-3/+135
* Add context event support to new GridArtur Signell2016-09-131-1/+91
* Change ColorPicker to use new ComboBoxArtur Signell2016-09-1315-0/+2840
* Refactor Binder Status Handling APIPekka Hyvönen2016-09-1214-621/+871
* Update ComboBox for new DataSource and communication mechanismHenri Sara2016-09-121-0/+690
* Add hasChanges to BinderAleksi Hietanen2016-09-122-2/+60
* Add selection support to NativeSelectJohannes Dahlström2016-09-121-19/+2
* Update NativeSelect to use DataSource, extend AbstractListingJohannes Dahlström2016-09-121-0/+114
* Remove unused SingleSelectionJohannes Dahlström2016-09-123-350/+2
* Reimplement Grid selection model in terms of AbstractSingleSelectionJohannes Dahlström2016-09-121-6/+42
* Implement new RichTextAreaArtur Signell2016-09-128-57/+465
* Add AbstractSingleSelection base classJohannes Dahlström2016-09-122-29/+304
* Add ItemClick events to GridTeemu Suo-Anttila2016-09-121-1/+115
* Add a simple non-connector single selection modelJohannes Dahlström2016-09-124-55/+273
* Format project pom files using correct settings (4 spaces)Artur Signell2016-09-091-240/+241
* Migrate ClickableRenderer and subclassesAleksi Hietanen2016-09-0910-37/+386
* Add Form level status handler and status labelPekka Hyvönen2016-09-087-35/+625
* Add DescriptionGenerators for Grid and ColumnsTeemu Suo-Anttila2016-09-081-2/+82
* Add StyleGenerators for Grid and ColumnsTeemu Suo-Anttila2016-09-082-13/+99
* Update empty since tags for 8.0Henri Sara2016-09-0815-16/+16
* Make sure DataCommunicator always has a DataSourceTeemu Suo-Anttila2016-09-072-5/+3
* Remove strange TextField column APIArtur Signell2016-09-072-29/+1
* Add AbstractTextField client side to make mapping 1:1Artur Signell2016-09-073-10/+16
* Improve listing and data source Javadocs a bitJohannes Dahlström2016-09-073-20/+30
* Reimplement basic Grid renderersLeif Åstrand2016-09-069-25/+886
* Clean up old Grid selection modelsTeemu Suo-Anttila2016-09-065-13/+66
* Add documentation test for custom convertersArtur Signell2016-09-051-0/+47
* Use diamond operator where it can be usedArtur Signell2016-09-0595-275/+275
* Add error message constructor to all converters which can failArtur Signell2016-09-0522-114/+309
* Add item level validator support to BinderDenis Anisimov2016-09-026-84/+557
* UnitTest for SingleSelectionelmot2016-09-013-1/+210
* Reintroduce frozen columns and height by rows to GridTeemu Suo-Anttila2016-09-013-1/+202
* Add simple data change handling for SelectsTeemu Suo-Anttila2016-09-011-1/+1
* Implement Binder.saveIfValid and fix Binder.save to throw exceptionArtur Signell2016-08-313-9/+157
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-3111-62/+60