aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/components
Commit message (Expand)AuthorAgeFilesLines
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-10/+13
* Eliminate the use of AWT in non-test code (#10094)Henri Sara2017-09-271-3/+21
* Fix ColorPickerGrid indexingHenri Sara2017-09-201-3/+3
* Add header and footer visibility setting to Grid (#9706)Teemu Suo-Anttila2017-08-011-0/+24
* Add editor open event to Grid Editor (#9623)Teemu Suo-Anttila2017-07-034-0/+137
* Create drag source and drop target extensions for tree grid (#9463)Adam Wagner2017-06-284-0/+301
* Add mouse event details to the drop event (#9485)Adam Wagner2017-06-072-4/+10
* Add since tags and javadocsHenri Sara2017-05-301-0/+1
* Fix drop indicator when Grid is scrolled (#9417)Pekka Hyvönen2017-05-241-2/+3
* Make select all work with TreeGrid (#9412)Aleksi Hietanen2017-05-231-3/+60
* Correctly use id to identify data when refreshing (#9398)Teemu Suo-Anttila2017-05-232-42/+23
* Show drop hints when dropping in empty Grid (#9353)Pekka Hyvönen2017-05-182-10/+32
* Make it possible for grid drop target to accept dragged data when grid is emp...Adam Wagner2017-05-171-3/+5
* Add API for multiple drag data generators (#9321)Adam Wagner2017-05-161-42/+78
* Add API to store any type of data in the dataTransfer object (#9319)Adam Wagner2017-05-162-13/+22
* Refactor Html5 DnD feature based on API review (#9306)Pekka Hyvönen2017-05-128-0/+725
* Fix data not being sent again when adding DataGenerators (#8947)Teemu Suo-Anttila2017-03-281-0/+1
* Move select all visible to multi selection model interface (#8627)Pekka Hyvönen2017-03-272-61/+72
* Add more 8.0.3 since tagsHenri Sara2017-03-212-8/+10
* Add @since 8.0.3 tagselmot2017-03-212-0/+4
* Make test for EditorSaveEvent.bean field Ilia Motornyi2017-03-141-1/+2
* Add the bean to grid editor eventsGiovanni Lovato2017-03-103-4/+32
* Correctly detach components in merged cells (#8773)Artur2017-03-091-0/+7
* Include components in joined cells when finding child components (#8772)Artur2017-03-083-3/+41
* Update column caption when a text is set in the default header rowArtur2017-03-081-0/+11
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-161-1/+2
* Provide a way to set styles for Header/Footer Cells and Rows in a Grid (#8499)Denis2017-02-085-0/+100
* Add Grid editor events. (#8365)Denis2017-02-026-3/+265
* Add helpers for dealing with columns based on its id (#8411)Leif Åstrand2017-02-024-8/+120
* Make Grid add columns based on bean properties (#8392)Leif Åstrand2017-02-011-2/+6
* Refactor editor API to use Binding instead of a component generator (#8368)Leif Åstrand2017-01-312-47/+7
* Add reference to Column.setId in javadocs of methods accepting col ids (#8360)Leif Åstrand2017-01-303-0/+8
* Allow to disable user selection in the grid model. (#8345)Denis2017-01-275-11/+44
* Fix some faulty javaDoc namescaalador2017-01-261-1/+1
* Add APIs to inform components of stale objects in DataProvider (#8271)Teemu Suo-Anttila2017-01-252-4/+45
* Refactor how DataCommunicator passes filters to its DataProvider (#8309)Leif Åstrand2017-01-251-1/+1
* Use non-Generic SortOrder in Query. (#8239)Denis2017-01-251-3/+3
* Add "deselect allowed" feature to the Grid. (#8227)Denis2017-01-131-0/+10
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-135-10/+21
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-101-0/+5
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-021-1/+1
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-203-6/+6
* Move old Sort related classes into compatibility module. (#7999)Denis2016-12-151-2/+2
* Fix import in SortOrderProvider (#8007)Henri Sara2016-12-151-1/+1
* Extract interfaces from Grid (#8005)Teemu Suo-Anttila2016-12-1523-26/+1026
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-3/+3
* Redesign user-defined column identifiers for Grid (#7983)Teemu Suo-Anttila2016-12-153-18/+85
* Add EditorComponentGenerator interface (#7990)Aleksi Hietanen2016-12-151-0/+45
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-143-18/+6
* Rename SelectAllCheckBoxVisible enumeration. (#7981)Denis2016-12-141-17/+17