summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Expand)AuthorAgeFilesLines
...
* Reintroduce reordering of grid columnsAleksi Hietanen2016-10-063-3/+79
* Make ColorPicker subcomponents HasValuesJohannes Dahlström2016-10-051-14/+10
* 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
* Remove unused SingleSelectionJohannes Dahlström2016-09-121-92/+0
* Use fully qualified name for bundlesArtur Signell2016-09-121-1/+1
* Reimplement Grid selection model in terms of AbstractSingleSelectionJohannes Dahlström2016-09-121-11/+33
* Implement new RichTextAreaArtur Signell2016-09-1231-60/+1216
* Add ItemClick events to GridTeemu Suo-Anttila2016-09-121-0/+39
* Migrate ClickableRenderer and subclassesAleksi Hietanen2016-09-095-2/+220
* Send TextField value to server on flush()Artur Signell2016-09-091-0/+6
* Add DescriptionGenerators for Grid and ColumnsTeemu Suo-Anttila2016-09-081-0/+43
* Add StyleGenerators for Grid and ColumnsTeemu Suo-Anttila2016-09-081-0/+23
* Update empty since tags for 8.0Henri Sara2016-09-086-7/+7
* Add AbstractTextField client side to make mapping 1:1Artur Signell2016-09-076-104/+243
* Remove old Firefox bug workaround for which there is no testArtur Signell2016-09-072-51/+1
* Improve listing and data source Javadocs a bitJohannes Dahlström2016-09-071-3/+7
* Parameterize listing and selection connectors by selection model typeJohannes Dahlström2016-09-074-19/+72
* Fix empty data source client-side eventsTeemu Suo-Anttila2016-09-071-1/+8
* Reimplement basic Grid renderersLeif Åstrand2016-09-067-6/+241
* Clean up old Grid selection modelsTeemu Suo-Anttila2016-09-0615-1044/+213
* Use diamond operator where it can be usedArtur Signell2016-09-0599-263/+263