Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update example to Vaadin 8 (#9260) | dunand | 2017-05-08 | 1 | -7/+5 |
| | | | | | Replaced Result<String> with ValidationResult. Replaced variable input by value. Removed first phrase after example since it does not make sense anymore. | ||||
* | Documentation: fix wrong method name | dunand | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Tree documentation | Ilia Motornyi | 2017-05-04 | 10 | -8/+221 |
| | |||||
* | Fix three typos in the documentation (#9230) | Ilia Motornyi | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Add documentation for Composite | Henri Sara | 2017-04-27 | 1 | -13/+26 |
| | |||||
* | Grid drag and drop documentation (#9055) | Adam Wagner | 2017-04-13 | 1 | -0/+6 |
| | |||||
* | Correct TreeGrid documentation for expand and collapse | Aleksi Hietanen | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Add server-side expand and collapse to TreeGrid (#9021) | Aleksi Hietanen | 2017-04-06 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | * Add server-side expand and collapse to TreeGrid * Add javadocs * Fix variable naming in TreeGridHugeTreeTest * Fix review comments * Merge remote-tracking branch 'github/master' into 8759-server-expand * Clear pending expands when all data is dropped * Add documentation | ||||
* | TreeGrid keyboard navigation | Ilia Motornyi | 2017-04-05 | 1 | -1/+10 |
| | | | Fixes #8758 | ||||
* | 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 | ||||
* | Fix ComboBox item select method in example (#8964) | hlxnd | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | Add feature to disable collapsing items in TreeGrid (#8879) | Teemu Suo-Anttila | 2017-03-23 | 1 | -0/+16 |
| | | | Fixes #8846 | ||||
* | Add collapse and expand events to TreeGrid (#8889) | Aleksi Hietanen | 2017-03-21 | 1 | -0/+13 |
| | | | Closes #8760 | ||||
* | Initial Documentation for TreeGrid and Hierarchical Data (#8880) | Pekka Hyvönen | 2017-03-20 | 11 | -8/+105 |
| | | | | | | * Initial Documentation for TreeGrid and Hierarchical Data Fixes #8615, part of #8616 | ||||
* | 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- | ||||
* | Remove mentioning of removed example from progressbar docs (#8799) | Adam Wagner | 2017-03-09 | 1 | -2/+1 |
| | | | | * Remove mentioning of removed example from progressbar docs | ||||
* | Initial implementation of ComponentRenderer for Grid (#8743) | Teemu Suo-Anttila | 2017-03-09 | 1 | -2/+41 |
| | | | | Fixes #8622 Fixes #8623 | ||||
* | Remove mention of removed API (#8701) | Guille | 2017-02-28 | 1 | -3/+0 |
| | | | Deprecated setColumns was removed in fd3617b | ||||
* | 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 | 22 | -22/+22 |
| | | | | * 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 | ||||
* | Fix bad documentation for TwinColSelect (#8183) | Pekka Hyvönen | 2017-01-09 | 1 | -2/+1 |
| | |||||
* | Fix broken links in documentation (#8182) | Pekka Hyvönen | 2017-01-09 | 1 | -3/+3 |
| | |||||
* | New documentation diagrams (#8156) | Ilia Motornyi | 2017-01-09 | 18 | -7884/+61 |
| | | | Fixes texts and a couple errors in IDEA, components and layout chapters. | ||||
* | Update documentation for Grid | Pekka Hyvönen | 2017-01-05 | 1 | -342/+177 |
| | | | Part of vaadin/framework8-issues#538 | ||||
* | Update component docs for 8 except Grid | Pekka Hyvönen | 2017-01-05 | 26 | -472/+91 |
| | |||||
* | Documentation/application screenshots update (#8137) | Ilia Motornyi | 2017-01-05 | 4 | -0/+0 |
| | | | | | | | | | | | | | | | | * Documentation/application screenshots update * Avoid redundant autoboxing in BackEndDataProvider's size callback (#8127) * Update general Component documentation Part of vaadin/framework8-issues#538 * Documentation/application screenshots update * Notification types fixed * Merge branch 'documentation-screenshots-part1' of https://github.com/vaadin/framework into documentation-screenshots-part1 | ||||
* | Update general Component documentation | Pekka Hyvönen | 2017-01-04 | 27 | -1583/+134 |
| | | | Part of vaadin/framework8-issues#538 | ||||
* | Fix documentation for /components (#8051) | Pekka Hyvönen | 2016-12-19 | 18 | -2862/+167 |
| | | | | | Added warning where not updated. Removed outdated documentation. Tried to fix parts where it was feasible. | ||||
* | Remove jpacontainer section from the docs. (#8047) | Denis | 2016-12-19 | 1 | -0/+2 |
| | | | | * Remove jpacontainer section from the docs. | ||||
* | Update documentation (+javadoc) references to obsolete OptionGroup #237. | Denis Anisimov | 2016-10-05 | 4 | -62/+49 |
| | | | | Change-Id: Ie90e91f61a5795c90de3c690c3b6af80ec1448d9 | ||||
* | Update documentation to match API in vol2 | Artur Signell | 2016-08-05 | 2 | -12/+12 |
| | | | | Change-Id: I7514105d817a8e442ecdc81fa77af758a9abfd08 | ||||
* | Re-enable accidentally disabled fields documentation | Artur Signell | 2016-08-05 | 1 | -8/+0 |
| | | | | Change-Id: Id6baa165d99ba8127ade72f81ef33963733294da | ||||
* | Rescaled images in layout chapter. Various small formatting fixes. Updated ↵ | Marko Gronroos | 2016-08-05 | 8 | -45/+33 |
| | | | | | | history and other matters in introduction. Change-Id: I0d5e76f7fb07f967dd04941a23e79dfb30049731 | ||||
* | Revised component abstractions diagram (#19897). | Marko Gronroos | 2016-08-05 | 4 | -1248/+2336 |
| | | | | Change-Id: I09f86fce44600cce4365bd1e80f8d4ef1a2e415c | ||||
* | BoV: Updated selection components to Vaadin 8. | Sami Ekblad | 2016-08-05 | 1 | -276/+154 |
| | | | | Change-Id: Idb4fff857bcdf9d33ecb8d4fd3062ffea96d5391 | ||||
* | Revised components diagram (#19897), fixed a fatal bug in Grid section. | Marko Gronroos | 2016-08-05 | 5 | -2192/+3405 |
| | | | | Change-Id: I694f173f5a0133336d3325d1b511f40419be07c4 | ||||
* | Revised toolchain, architecture, events, button, and textfield diagrams, ↵ | Marko Gronroos | 2016-08-05 | 7 | -888/+975 |
| | | | | | | etc. #19897 Change-Id: I6a1ff2264ee17f8b16c99494b855b619e9984a19 | ||||
* | BoV: Vaadin 8 changes to Grid documentation. | Sami Ekblad | 2016-08-05 | 1 | -450/+181 |
| | | | | Change-Id: I1c9812a5c6d8a3386bff9b1599a6f914947f8dde | ||||
* | Added notes to Tree and TreeTable about them using the old style data API. | Sami Ekblad | 2016-08-05 | 2 | -0/+10 |
| | | | | Change-Id: I845a75b086bdf11f9c4545416c6126c404041ee8 | ||||
* | BoV: Components/Fields: Data binding and validation using Binder | Johannes Dahlström | 2016-08-05 | 1 | -222/+104 |
| | | | | Change-Id: Iffc4a87bb907d68a1163774266401023ba7d644f | ||||
* | BoV: Components/Slider: API changes | Johannes Dahlström | 2016-08-05 | 1 | -20/+8 |
| | | | | Change-Id: I3a3056c86fae6629da8aeec6115b9650c954967c |