Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add reminder of serialization to Grid documentation (#11037) | Ilia Motornyi | 2018-07-11 | 1 | -10/+11 |
| | |||||
* | Fix HtmlRenderer code example in documentation (#10790)8.4.0.alpha2 | Boppleton Industries | 2018-04-05 | 1 | -1/+1 |
| | |||||
* | Small docs fix (#10749) | Ilia Motornyi | 2018-04-03 | 1 | -3/+3 |
| | |||||
* | Update components-grid.asciidoc | Anastasia Smirnova | 2018-03-06 | 1 | -1/+1 |
| | |||||
* | Fix wrong method name in Grid docs (#10171) | Pekka Hyvönen | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | Update components-grid.asciidoc (#9813) | Henri Sara | 2017-08-11 | 1 | -2/+2 |
| | | | Updates related to #9810 | ||||
* | Remove warnings about pre-release content in documentation (#9737) | Henri Sara | 2017-07-26 | 1 | -2/+0 |
| | | | Resolves #9191 | ||||
* | Add styling for ComponentRenderer wrapper div (#9691) | Teemu Suo-Anttila | 2017-07-19 | 1 | -0/+1 |
| | | | Fixes #9170 | ||||
* | Clarification for GridContextClickEvent | Ilia Motornyi | 2017-07-10 | 1 | -1/+9 |
| | |||||
* | Add presentation value providers for Grid (#9553) | Teemu Suo-Anttila | 2017-06-27 | 1 | -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 contents | Artur | 2017-05-30 | 1 | -1/+5 |
| | | | Fixes #8548 | ||||
* | Add shorthand for adding a column with ComponentRenderer | Pekka Hyvönen | 2017-05-19 | 1 | -2/+2 |
| | |||||
* | Fix three typos in the documentation (#9230) | Ilia Motornyi | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Grid drag and drop documentation (#9055) | Adam Wagner | 2017-04-13 | 1 | -0/+6 |
| | |||||
* | Add notification of pre-release renderers to grid documentation | Aleksi Hietanen | 2017-04-04 | 1 | -31/+34 |
| | |||||
* | Fix method reference syntax in Grid documentation (#8978) | Samuel DALICHAMPT | 2017-03-30 | 1 | -4/+4 |
| | |||||
* | Implement LocalDateRenderer and LocalDateTimeRenderer (#8955) | Aleksi Hietanen | 2017-03-30 | 1 | -10/+56 |
| | | | Closes #8377 | ||||
* | Add Grid.setRowHeight() (#8935) | Henri Sara | 2017-03-29 | 1 | -1/+5 |
| | | | Fixes #8667 | ||||
* | Allow changing renderers after column creation (#8841) | Teemu Suo-Anttila | 2017-03-15 | 1 | -1/+15 |
| | | | Closes #8250 | ||||
* | components-grid to use correct function setHidable (#8843) | Michael Benz | 2017-03-14 | 1 | -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-Anttila | 2017-03-09 | 1 | -2/+41 |
| | | | | Fixes #8622 Fixes #8623 | ||||
* | Fix grid column sort order documentation (#8650) | Aleksi Hietanen | 2017-02-22 | 1 | -10/+6 |
| | | | | * Fix grid column sort order documentation | ||||
* | Remove class names from documentation headers (#8642) | Artur | 2017-02-21 | 1 | -1/+1 |
| | | | | * Remove class names from documentation headers | ||||
* | Make Grid add columns based on bean properties (#8392) | Leif Åstrand | 2017-02-01 | 1 | -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 Åstrand | 2017-01-31 | 1 | -18/+15 |
| | | | Fixes #8366 | ||||
* | Avoid using Guava API in the documentation (#8231) | Leif Åstrand | 2017-01-13 | 1 | -1/+2 |
| | | | | * Avoid using Guava API in the documentation | ||||
* | Integrate BeanBinder functionality into Binder (#8096) | Leif Åstrand | 2017-01-12 | 1 | -1/+0 |
| | | | | * Integrate BeanBinder functionality into Binder | ||||
* | Fix broken Grid documentation addColumn setHeaderCaption (#8213) | Pekka Hyvönen | 2017-01-11 | 1 | -17/+20 |
| | | | | * Fix broken Grid documentation addColumn setHeaderCaption | ||||
* | Update documentation for Grid | Pekka Hyvönen | 2017-01-05 | 1 | -342/+177 |
| | | | Part of vaadin/framework8-issues#538 | ||||
* | Update general Component documentation | Pekka Hyvönen | 2017-01-04 | 1 | -2/+1 |
| | | | Part of vaadin/framework8-issues#538 | ||||
* | Fix documentation for /components (#8051) | Pekka Hyvönen | 2016-12-19 | 1 | -0/+2 |
| | | | | | Added warning where not updated. Removed outdated documentation. Tried to fix parts where it was feasible. | ||||
* | Update documentation to match API in vol2 | Artur Signell | 2016-08-05 | 1 | -1/+1 |
| | | | | Change-Id: I7514105d817a8e442ecdc81fa77af758a9abfd08 | ||||
* | Rescaled images in layout chapter. Various small formatting fixes. Updated ↵ | Marko Gronroos | 2016-08-05 | 1 | -17/+6 |
| | | | | | | history and other matters in introduction. Change-Id: I0d5e76f7fb07f967dd04941a23e79dfb30049731 | ||||
* | Revised components diagram (#19897), fixed a fatal bug in Grid section. | Marko Gronroos | 2016-08-05 | 1 | -5/+5 |
| | | | | Change-Id: I694f173f5a0133336d3325d1b511f40419be07c4 | ||||
* | BoV: Vaadin 8 changes to Grid documentation. | Sami Ekblad | 2016-08-05 | 1 | -450/+181 |
| | | | | Change-Id: I1c9812a5c6d8a3386bff9b1599a6f914947f8dde | ||||
* | Updated Grid overview to Vaadin 8. | Sami Ekblad | 2016-08-05 | 1 | -31/+1 |
| | | | | Change-Id: I634fa8fab04ef6164f53a04b5f3c404cbddf08a2 | ||||
* | Scaled images for print edition and fixed errors up to the beginning of ↵ | Marko Gronroos | 2016-06-30 | 1 | -42/+33 |
| | | | | | | layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview. Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d | ||||
* | fix links in to sampler | berndhopp | 2016-01-22 | 1 | -1/+1 |
| | | | | Change-Id: I9ec68675b211b6ed8b11d44f4857980c1d7643e8 | ||||
* | Add documentation to master branch | Markus Koivisto | 2016-01-22 | 1 | -0/+1407 |
| | | | | Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674 | ||||
* | Revert "Merge branch 'documentation'"7.6.0.beta2 | Ilia Motornyi | 2015-12-03 | 1 | -1361/+0 |
| | | | | | | This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00. Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf | ||||
* | Revert "BoV 7.6 update - Grid (#19317)" | Ilia Motornyi | 2015-12-03 | 1 | -70/+27 |
| | | | | | | This reverts commit a20e5be94fc13058a61ff27c1398052828c00d7b. Change-Id: I0a7d02b9b13d1eabf3b0360a7b86def8fa974009 | ||||
* | BoV 7.6 update - Grid (#19317) | elmot | 2015-12-03 | 1 | -27/+70 |
| | | | | Change-Id: I7bd41d656a5ed39e24beea4111d9a48de4ef37b5 | ||||
* | Framework documentation IN | elmot | 2015-09-25 | 1 | -0/+1361 |
Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581 |