aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Make SelectionModel API only server side.Denis Anisimov2016-11-0212-99/+106
* Move read-only to AbstractFieldState (#8514)Teemu Suo-Anttila2016-11-025-31/+19
* Clean up state hierarchy for AbstractFieldStateTeemu Suo-Anttila2016-11-022-15/+3
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-1/+1
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-018-26/+91
* Implement focus/blur events for RadioButtonGroup.Denis Anisimov2016-10-314-87/+82
* Implement focus/blur listeners for NativeSelect.Denis Anisimov2016-10-316-67/+135
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-315-51/+354
* Grid html/component content in headersAleksi Hietanen2016-10-251-3/+32
* Implement basic footer support for GridTeemu Suo-Anttila2016-10-191-0/+22
* Fix Mockito/Hamcrest build classpath conflictJohn Ahlroos2016-10-181-0/+5
* Use identifiers for Grid ColumnsTeemu Suo-Anttila2016-10-172-15/+28
* Use placeholder instead of inputPrompt for DateFieldPekka Hyvönen2016-10-143-43/+25
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-1316-88/+36
* Revert NativeSelect DOM structure change8.0.0.alpha4Aleksi Hietanen2016-10-072-26/+44
* Separate immediate mode for Upload from AbstactComponent.immediatePekka Hyvönen2016-10-072-14/+34
* Revert "Fix Mockito/Hamcrest build classpath conflict"Teemu Suo-Anttila2016-10-061-5/+0
* Reintroduce reordering of grid columnsAleksi Hietanen2016-10-063-3/+79
* Make ColorPicker subcomponents HasValuesJohannes Dahlström2016-10-051-14/+10
* Fix Mockito/Hamcrest build classpath conflictJohn Ahlroos2016-10-051-0/+5
* Copy ColorPicker to compatibility-server (again)Johannes Dahlström2016-10-032-9/+15
* Migrating 7.7.1, 7.7.2, 7.7.3 to V8.Denis Anisimov2016-10-039-72/+144
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-309-629/+48
* Fix RadioButtonGroup client-side NPE which breaks item icons.elmot2016-09-301-2/+3
* ListSelect with new data binding API8.0.0.alpha3Pekka Hyvönen2016-09-282-0/+317
* Implement default header row in new GridJohannes Dahlström2016-09-281-5/+8
* Initial support for multiple headers in new GridJohannes Dahlström2016-09-271-5/+46
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-276-46/+1040
* Migrate AbstractJavaScriptRenderer to the new Grid (#182).Denis Anisimov2016-09-232-1/+287
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-232-4/+4
* Reintroduce grid column sizingAleksi Hietanen2016-09-232-0/+46
* Reintroduce grid column hidingAleksi Hietanen2016-09-202-0/+22
* Test and fix a CheckBoxGroup icon provider and item enabled providerelmot2016-09-191-1/+2
* Create a RadioButtonGroup that replaces the single select case of OptionGroupelmot2016-09-162-0/+357
* Fix AbstractTextFieldConnector super classArtur Signell2016-09-151-3/+3
* Add CheckBoxRendererAleksi Hietanen2016-09-152-0/+93
* Update @since tags for 8.0Henri Sara2016-09-142-7/+7
* Selection should be updated each time when new data is set (#244).Denis Anisimov2016-09-141-4/+5
* Use state for ComboBox selectionHenri Sara2016-09-141-15/+16
* Add multi selection support to CheckBoxGroupLeif Åstrand2016-09-142-47/+43
* Create a CheckBoxGroup that replaces the multi select case of OptionGroupelmot2016-09-133-0/+312
* Make ComboBoxConnector extend AbstractListingConnectorHenri Sara2016-09-131-15/+9
* Remove unused state flag in AbstractFieldStateHenri Sara2016-09-131-5/+0
* Add context event support to new GridArtur Signell2016-09-131-1/+25
* Change ColorPicker to use new ComboBoxArtur Signell2016-09-137-0/+786
* Remove Vaadin 6 DefaultWidgetSetArtur Signell2016-09-131-9/+0
* Support finding components in v7 packages with ComponentLocatorTeemu Suo-Anttila2016-09-121-10/+31
* Update ComboBox for new DataSource and communication mechanismHenri Sara2016-09-123-0/+3180
* Add selection support to NativeSelectJohannes Dahlström2016-09-122-1/+56
* Update NativeSelect to use DataSource, extend AbstractListingJohannes Dahlström2016-09-122-0/+136