aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/grid/basics/GridBasics.java
Commit message (Expand)AuthorAgeFilesLines
* Fix canceling Grid Editor during EditorOpenEvent (#11038)Teemu Suo-Anttila2018-07-111-0/+9
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-10/+14
* Add row index to ItemClickEvent in Grid (#10754)Tatu Lund2018-03-271-1/+1
* Fixes Grid editor visibility inside TabSheet (#10557)Piotr Wilkin2018-02-141-0/+2
* Fix column width in resize event when mode is SIMPLE (#10442)Adam Wagner2018-01-291-0/+15
* Create DescriptionGenerator in package com.vaadin.ui (#10346)Aleksi Hietanen2017-11-211-1/+1
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-101-23/+49
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-9/+10
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-41/+29
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-1/+1
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-101-0/+5
* Fix typos (#10124)Ahmed Ashour2017-10-041-12/+15
* Provide API for setting row heights in Grid for different sections (#9810)Teemu Suo-Anttila2017-08-111-0/+12
* Add header and footer visibility setting to Grid (#9706)Teemu Suo-Anttila2017-08-011-0/+6
* Add Grid.setRowHeight() (#8935)Henri Sara2017-03-291-0/+4
* Move select all visible to multi selection model interface (#8627)Pekka Hyvönen2017-03-271-1/+1
* Refactor editor API to use Binding instead of a component generator (#8368)Leif Åstrand2017-01-311-9/+12
* Fix Grid focusable test. (#8029)Denis2016-12-191-4/+5
* Add a SortListener to a Grid (#8008)8.0.0.alpha10Denis2016-12-151-1/+6
* Extract interfaces from Grid (#8005)Teemu Suo-Anttila2016-12-151-6/+8
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-151-0/+10
* (Re)introduce server side sort for Grid.Denis2016-12-151-0/+6
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-141-1/+1
* Make AbstractListing implement Focusable (#7965)Aleksi Hietanen2016-12-141-0/+6
* Rename SelectAllCheckBoxVisible enumeration. (#7981)Denis2016-12-141-7/+7
* Provide declarative support for Grid. (#7961)Denis2016-12-131-8/+8
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-091-4/+4
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-061-3/+28
* Add a SelectionMode shorthand for Grid. (#83)Pekka Hyvönen2016-12-051-8/+6
* NoSelectionModel for GridPekka Hyvönen2016-11-301-0/+5
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-301-12/+51
* Grid merging footer cellselmot2016-11-291-0/+19
* Add MultiSelect support for GridPekka Hyvönen2016-11-291-4/+52
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-251-27/+82
* Grid merging header cellselmot2016-11-241-13/+37
* Add HTML/Component support to Grid FootersTeemu Suo-Anttila2016-11-181-1/+14
* Remove HasValue from GridPekka Hyvönen2016-11-101-2/+4
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-21/+15
* Grid html/component content in headersAleksi Hietanen2016-10-251-11/+30
* Implement basic footer support for GridTeemu Suo-Anttila2016-10-191-0/+31
* Use identifiers for Grid ColumnsTeemu Suo-Anttila2016-10-171-23/+24
* Fix broken tests because of default theme change (Valo).Denis Anisimov2016-10-071-12/+9
* Reintroduce reordering of grid columnsAleksi Hietanen2016-10-061-0/+82
* Implement default header row in new GridJohannes Dahlström2016-09-281-5/+26
* Initial support for multiple headers in new GridJohannes Dahlström2016-09-271-8/+23
* Move ItemStyleProvider out of ComboBox and unify with GridAleksi Hietanen2016-09-201-11/+17
* Reimplement Grid selection model in terms of AbstractSingleSelectionJohannes Dahlström2016-09-121-3/+1
* Add ItemClick events to GridTeemu Suo-Anttila2016-09-121-2/+30
* Add DescriptionGenerators for Grid and ColumnsTeemu Suo-Anttila2016-09-081-0/+13
* Add StyleGenerators for Grid and ColumnsTeemu Suo-Anttila2016-09-081-0/+58