aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initial support for multiple headers in new GridJohannes Dahlström2016-09-2710-18/+925
* Revert ComboBox in compatibility packages to V7 version (#201).Denis Anisimov2016-09-277-802/+723
* Remove documentation for cursors in data sourcesArtur Signell2016-09-271-63/+0
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-2726-474/+2403
* Update DateRangeValidator to be LocalDate based (#320).Denis Anisimov2016-09-262-23/+13
* Extract validation availability check out of BeanValidator (#251).Denis Anisimov2016-09-234-53/+192
* Mark all server compatibility classes deprecated (#144).Denis Anisimov2016-09-23185-256/+763
* Migrate AbstractJavaScriptRenderer to the new Grid (#182).Denis Anisimov2016-09-2310-3/+717
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-23103-1567/+1575
* Reintroduce grid column sizingAleksi Hietanen2016-09-236-14/+619
* Re-add back Form to compatibility package (#296).Denis Anisimov2016-09-2214-24/+2308
* Fix typo in documentationSteven Spungin2016-09-221-1/+1
* Update to Chrome 53Artur Signell2016-09-211-1/+1
* Updated link to new step 1 video in tutorial (the new video uses Vaadin 7.7 s...Alejandro Duarte2016-09-211-1/+1
* Make CheckBoxGroup.SimpleMultiSelectModel return a selection copy #293.Denis Anisimov2016-09-212-1/+15
* Avoid explicit casting to getter return type in getDescriptor() (#292).Denis Anisimov2016-09-212-3/+22
* Move ItemIconProvider out of ComboBox, rename to IconGeneratorAleksi Hietanen2016-09-218-36/+69
* Reintroduce grid column hidingAleksi Hietanen2016-09-207-8/+458
* Move ItemCaptionProvider out of ComboBox (#184).Denis Anisimov2016-09-209-38/+70
* Tests that selection works when enabled and doesn't when disabled (#291)Denis Anisimov2016-09-204-28/+221
* Update to TestBench 4.1.0Artur Signell2016-09-206-41/+7
* Override forSelect methods for BeanBinder to return narrowed type.Denis Anisimov2016-09-201-0/+17
* Move ItemStyleProvider out of ComboBox and unify with GridAleksi Hietanen2016-09-204-79/+115
* Test and fix a CheckBoxGroup icon provider and item enabled providerelmot2016-09-194-2/+77
* Create a RadioButtonGroup that replaces the single select case of OptionGroupelmot2016-09-1610-0/+1088
* Added Slider into compatibility packagePekka Hyvönen2016-09-1611-0/+1654
* Fix regression that broke widget set compilation in 7.7.1 (#20285)Ingo Kegel2016-09-161-1/+1
* Remove grid-gwt and parking from tested demosTeemu Suo-Anttila2016-09-151-2/+0
* Fix AbstractTextFieldConnector super classArtur Signell2016-09-159-6/+199
* Add CheckBoxRendererAleksi Hietanen2016-09-155-12/+182
* Remove broken changelog section for release notes and related code8.0.0.alpha2Artur Signell2016-09-143-218/+4
* Update @since tags for 8.0Henri Sara2016-09-146-11/+11
* Implement support for binding multi-select componentsLeif Åstrand2016-09-148-70/+474
* Selection should be updated each time when new data is set (#244).Denis Anisimov2016-09-143-4/+79
* DataSource.refreshAll() for notifying components to reload (#233).Denis Anisimov2016-09-1414-22/+715
* Use state for ComboBox selectionHenri Sara2016-09-145-73/+23
* Convert ComboBox to inherit AbstractSingleSelectHenri Sara2016-09-143-102/+64
* Implement support for binding single-select componentsJohannes Dahlström2016-09-145-24/+259
* Split Binder tests roughly by categoryJohannes Dahlström2016-09-145-1194/+1303
* Add multi selection support to CheckBoxGroupLeif Åstrand2016-09-1410-123/+471
* 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-1310-0/+886
* 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-1313-203/+154
* Make ComboBoxConnector extend AbstractListingConnectorHenri Sara2016-09-132-17/+11
* Remove unused state flag in AbstractFieldStateHenri Sara2016-09-132-6/+0
* Clear binder errors after load/bindPekka Hyvönen2016-09-134-3/+135
* Add context event support to new GridArtur Signell2016-09-135-42/+188
* Change ColorPicker to use new ComboBoxArtur Signell2016-09-1328-99/+86