aboutsummaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reintroduce frozen columns and height by rows to GridTeemu Suo-Anttila2016-09-011-0/+6
* Add simple data change handling for SelectsTeemu Suo-Anttila2016-09-019-8/+131
* Fix animation end listeners so they are always removed (#17903)Artur Signell2016-09-012-12/+43
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-3115-15/+2
* Implement SingleSelection on client and serverJohannes Dahlström2016-08-315-1/+181
* Organize importsArtur Signell2016-08-301-1/+0
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-34/+0
* Added a fallback value for useragent (#20172)Matti Tahvonen2016-08-301-0/+3
* Fire actions before removing menu from the DOM (#20080)Matti Tahvonen2016-08-291-26/+21
* Implement DetailsGenerators for GridTeemu Suo-Anttila2016-08-292-1/+255
* Make window.vaadin.forceSync do something againArtur Signell2016-08-291-1/+3
* Implement new LabelArtur Signell2016-08-261-6/+0
* Move old TextField to compatibility packageArtur Signell2016-08-264-699/+7
* Move VOptionGroup and dependants to the compatibility packageArtur Signell2016-08-266-1504/+1
* Implement new ProgressBarAleksi Hietanen2016-08-261-0/+55
* Update TextArea to extend AbstractFieldNew (#53)Aleksi Hietanen2016-08-263-1/+182