aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Move all themes except Valo into a new compatibility-themes packageAleksi Hietanen2016-10-136-870/+3
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-1310-154/+37
* Update Binder to consistently use "bean" instead of "item"Aleksi Hietanen2016-10-121-41/+41
* Separate immediate mode for Upload from AbstactComponent.immediatePekka Hyvönen2016-10-071-20/+31
* Add support for binder status change events (#208).Denis Anisimov2016-10-065-24/+764
* Reintroduce reordering of grid columnsAleksi Hietanen2016-10-061-31/+220
* Make Valo the default themePekka Hyvönen2016-10-062-2/+5
* Make ColorPicker subcomponents HasValuesJohannes Dahlström2016-10-0512-583/+210
* Update documentation (+javadoc) references to obsolete OptionGroup #237.Denis Anisimov2016-10-051-5/+5
* Clean up ColorPickerPopupJohannes Dahlström2016-10-031-55/+32
* Make ColorPicker an AbstractField<Color>Johannes Dahlström2016-10-033-152/+99
* Do not derive DataSource from Function and replace apply method #307.Denis Anisimov2016-10-037-23/+31
* Migrating 7.7.1, 7.7.2, 7.7.3 to V8.Denis Anisimov2016-10-035-18/+51
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-3010-325/+222
* Fix RadioButtonGroup client-side NPE which breaks item icons.elmot2016-09-301-3/+3
* Unify listeners on the server sideAleksi Hietanen2016-09-2957-689/+545
* Fix item caption generators in RadioButton/CheckBoxGroupAleksi Hietanen2016-09-293-46/+62
* ListSelect with new data binding API8.0.0.alpha3Pekka Hyvönen2016-09-283-1/+204
* Implement default header row in new GridJohannes Dahlström2016-09-285-49/+287
* Initial support for multiple headers in new GridJohannes Dahlström2016-09-274-5/+725
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-278-330/+820
* 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
* Migrate AbstractJavaScriptRenderer to the new Grid (#182).Denis Anisimov2016-09-231-0/+179
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-2310-1081/+977
* Reintroduce grid column sizingAleksi Hietanen2016-09-231-14/+347
* Re-add back Form to compatibility package (#296).Denis Anisimov2016-09-221-0/+53
* Fix typo in documentationSteven Spungin2016-09-221-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-212-28/+61
* Reintroduce grid column hidingAleksi Hietanen2016-09-201-3/+227
* Move ItemCaptionProvider out of ComboBox (#184).Denis Anisimov2016-09-202-29/+61
* 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-203-68/+98
* Create a RadioButtonGroup that replaces the single select case of OptionGroupelmot2016-09-163-0/+373
* 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