aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/components/components-grid.asciidoc
Commit message (Collapse)AuthorAgeFilesLines
* Add reminder of serialization to Grid documentation (#11037)Ilia Motornyi2018-07-111-10/+11
|
* Fix HtmlRenderer code example in documentation (#10790)8.4.0.alpha2Boppleton Industries2018-04-051-1/+1
|
* Small docs fix (#10749)Ilia Motornyi2018-04-031-3/+3
|
* Update components-grid.asciidocAnastasia Smirnova2018-03-061-1/+1
|
* Fix wrong method name in Grid docs (#10171)Pekka Hyvönen2017-10-111-1/+1
|
* Update components-grid.asciidoc (#9813)Henri Sara2017-08-111-2/+2
| | | Updates related to #9810
* Remove warnings about pre-release content in documentation (#9737)Henri Sara2017-07-261-2/+0
| | | Resolves #9191
* Add styling for ComponentRenderer wrapper div (#9691)Teemu Suo-Anttila2017-07-191-0/+1
| | | Fixes #9170
* Clarification for GridContextClickEventIlia Motornyi2017-07-101-1/+9
|
* Add presentation value providers for Grid (#9553)Teemu Suo-Anttila2017-06-271-0/+29
| | | | | | This patch changes Grid Columns, so they can have different value and presentation types. A presentation provider can be given when setting the renderer for a column. This provider takes the value of the column on a row and chooses what to present for this value. Using this approach it is easier to have an editor for the actual backing data instead of the presentation of it. Fixes #8656 Resolves #9588
* Allow grid columns to optionally shrink to be narrower than contentsArtur2017-05-301-1/+5
| | | Fixes #8548
* Add shorthand for adding a column with ComponentRendererPekka Hyvönen2017-05-191-2/+2
|
* Fix three typos in the documentation (#9230)Ilia Motornyi2017-05-041-1/+1
|
* Grid drag and drop documentation (#9055)Adam Wagner2017-04-131-0/+6
|
* Add notification of pre-release renderers to grid documentationAleksi Hietanen2017-04-041-31/+34
|
* Fix method reference syntax in Grid documentation (#8978)Samuel DALICHAMPT2017-03-301-4/+4
|
* Implement LocalDateRenderer and LocalDateTimeRenderer (#8955)Aleksi Hietanen2017-03-301-10/+56
| | | Closes #8377
* Add Grid.setRowHeight() (#8935)Henri Sara2017-03-291-1/+5
| | | Fixes #8667
* Allow changing renderers after column creation (#8841)Teemu Suo-Anttila2017-03-151-1/+15
| | | Closes #8250
* components-grid to use correct function setHidable (#8843)Michael Benz2017-03-141-2/+2
| | | | | | | | | * components-grid to use correct function setHidable The correct function to use in Vaadin 8 (also before) is setHidable() https://vaadin.com/api/8.0.0/com/vaadin/ui/Grid.Column.html#setHidable-boolean- For 7.7.7: https://vaadin.com/api/7.7.7/com/vaadin/ui/Grid.Column.html#setHidable-boolean-
* Initial implementation of ComponentRenderer for Grid (#8743)Teemu Suo-Anttila2017-03-091-2/+41
| | | | Fixes #8622 Fixes #8623
* Fix grid column sort order documentation (#8650)Aleksi Hietanen2017-02-221-10/+6
| | | | * Fix grid column sort order documentation
* Remove class names from documentation headers (#8642)Artur2017-02-211-1/+1
| | | | * Remove class names from documentation headers
* Make Grid add columns based on bean properties (#8392)Leif Åstrand2017-02-011-12/+24
| | | | | | | | | * Make Grid add columns based on bean properties The property set concept used for Binder is slightly generalized and used by Grid as well to support similar functionality. Fixes vaadin/framework8-issues#250
* Refactor editor API to use Binding instead of a component generator (#8368)Leif Åstrand2017-01-311-18/+15
| | | Fixes #8366
* Avoid using Guava API in the documentation (#8231)Leif Åstrand2017-01-131-1/+2
| | | | * Avoid using Guava API in the documentation
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-121-1/+0
| | | | * Integrate BeanBinder functionality into Binder
* Fix broken Grid documentation addColumn setHeaderCaption (#8213)Pekka Hyvönen2017-01-111-17/+20
| | | | * Fix broken Grid documentation addColumn setHeaderCaption
* Update documentation for GridPekka Hyvönen2017-01-051-342/+177
| | | Part of vaadin/framework8-issues#538
* Update general Component documentationPekka Hyvönen2017-01-041-2/+1
| | | Part of vaadin/framework8-issues#538
* Fix documentation for /components (#8051)Pekka Hyvönen2016-12-191-0/+2
| | | | | Added warning where not updated. Removed outdated documentation. Tried to fix parts where it was feasible.
* Update documentation to match API in vol2Artur Signell2016-08-051-1/+1
| | | | Change-Id: I7514105d817a8e442ecdc81fa77af758a9abfd08
* Rescaled images in layout chapter. Various small formatting fixes. Updated ↵Marko Gronroos2016-08-051-17/+6
| | | | | | history and other matters in introduction. Change-Id: I0d5e76f7fb07f967dd04941a23e79dfb30049731
* Revised components diagram (#19897), fixed a fatal bug in Grid section.Marko Gronroos2016-08-051-5/+5
| | | | Change-Id: I694f173f5a0133336d3325d1b511f40419be07c4
* BoV: Vaadin 8 changes to Grid documentation.Sami Ekblad2016-08-051-450/+181
| | | | Change-Id: I1c9812a5c6d8a3386bff9b1599a6f914947f8dde
* Updated Grid overview to Vaadin 8.Sami Ekblad2016-08-051-31/+1
| | | | Change-Id: I634fa8fab04ef6164f53a04b5f3c404cbddf08a2
* Scaled images for print edition and fixed errors up to the beginning of ↵Marko Gronroos2016-06-301-42/+33
| | | | | | layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview. Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d
* fix links in to samplerberndhopp2016-01-221-1/+1
| | | | Change-Id: I9ec68675b211b6ed8b11d44f4857980c1d7643e8
* Add documentation to master branchMarkus Koivisto2016-01-221-0/+1407
| | | | Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
* Revert "Merge branch 'documentation'"7.6.0.beta2Ilia Motornyi2015-12-031-1361/+0
| | | | | | This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00. Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
* Revert "BoV 7.6 update - Grid (#19317)"Ilia Motornyi2015-12-031-70/+27
| | | | | | This reverts commit a20e5be94fc13058a61ff27c1398052828c00d7b. Change-Id: I0a7d02b9b13d1eabf3b0360a7b86def8fa974009
* BoV 7.6 update - Grid (#19317)elmot2015-12-031-27/+70
| | | | Change-Id: I7bd41d656a5ed39e24beea4111d9a48de4ef37b5
* Framework documentation INelmot2015-09-251-0/+1361
Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581