aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Fix item caption generators in RadioButton/CheckBoxGroupAleksi Hietanen2016-09-292-45/+61
* ListSelect with new data binding API8.0.0.alpha3Pekka Hyvönen2016-09-281-0/+124
* Implement default header row in new GridJohannes Dahlström2016-09-283-31/+182
* Initial support for multiple headers in new GridJohannes Dahlström2016-09-273-5/+570
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-274-217/+511
* Update DateRangeValidator to be LocalDate based (#320).Denis Anisimov2016-09-262-23/+13
* Extract validation availability check out of BeanValidator (#251).Denis Anisimov2016-09-233-53/+74
* Migrate AbstractJavaScriptRenderer to the new Grid (#182).Denis Anisimov2016-09-231-0/+179
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-234-937/+938
* 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-211-1/+1
* Avoid explicit casting to getter return type in getDescriptor() (#292).Denis Anisimov2016-09-211-1/+10
* 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-161-0/+236
* 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-141-1/+1
* Implement support for binding multi-select componentsLeif Åstrand2016-09-144-45/+195
* DataSource.refreshAll() for notifying components to reload (#233).Denis Anisimov2016-09-147-16/+270
* 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-143-21/+130
* Add multi selection support to CheckBoxGroupLeif Åstrand2016-09-143-55/+255
* Utility functions for helping to use elemental.json with Java 8Artur Signell2016-09-141-0/+247
* Create a CheckBoxGroup that replaces the multi select case of OptionGroupelmot2016-09-131-0/+262
* Fix invalid javadoc in ListDataSourcePekka Hyvönen2016-09-131-3/+11
* Fix binder.load to reset validation status in the endPekka Hyvönen2016-09-131-0/+4
* Fix inconsistent API naming in Binder and remove unused handlerPekka Hyvönen2016-09-1310-157/+108
* Clear binder errors after load/bindPekka Hyvönen2016-09-133-3/+61
* Add context event support to new GridArtur Signell2016-09-131-1/+91
* Change ColorPicker to use new ComboBoxArtur Signell2016-09-1313-0/+2696
* Refactor Binder Status Handling APIPekka Hyvönen2016-09-1211-441/+544
* Update ComboBox for new DataSource and communication mechanismHenri Sara2016-09-121-0/+690
* Add hasChanges to BinderAleksi Hietanen2016-09-121-2/+33
* 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-121-144/+0
* Reimplement Grid selection model in terms of AbstractSingleSelectionJohannes Dahlström2016-09-121-6/+42
* Implement new RichTextAreaArtur Signell2016-09-125-56/+259
* Add AbstractSingleSelection base classJohannes Dahlström2016-09-121-29/+129
* 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
* Migrate ClickableRenderer and subclassesAleksi Hietanen2016-09-0910-37/+386
* Add Form level status handler and status labelPekka Hyvönen2016-09-085-25/+295