Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove drag and drop from Tree doc (#9992) | Olli Tietäväinen | 2017-09-19 | 1 | -1/+0 |
| | | | Tree does not support drag and drop right now (see #9804). | ||||
* | Changed ContentMode Package in Label doc | Jonathan Ilk | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Update components-grid.asciidoc (#9813) | Henri Sara | 2017-08-11 | 1 | -2/+2 |
| | | | Updates related to #9810 | ||||
* | Fix AbstractDateField parsing and errors handling, support locale (#9740) | Ilia Motornyi | 2017-08-02 | 1 | -2/+3 |
| | | | | | Fixes #9518 Fixes #8991 Fixes #8687 | ||||
* | Remove warnings about pre-release content in documentation (#9737) | Henri Sara | 2017-07-26 | 4 | -8/+0 |
| | | | Resolves #9191 | ||||
* | Add styling for ComponentRenderer wrapper div (#9691) | Teemu Suo-Anttila | 2017-07-19 | 1 | -0/+1 |
| | | | Fixes #9170 | ||||
* | Implement tree item context click | Ilia Motornyi | 2017-07-10 | 1 | -0/+11 |
| | | | | | Fixes #9606 Fixes #9645 Fixes #9647 | ||||
* | Clarification for GridContextClickEvent | Ilia Motornyi | 2017-07-10 | 1 | -1/+9 |
| | |||||
* | Add an optional HasValue to a ValueContext | Ilia Motornyi | 2017-06-29 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | Move tree-basic.png to the correct folder (#9363) | Aleksi Hietanen | 2017-05-18 | 1 | -0/+0 |
| | |||||
* | Clarify TreeData and TreeDataProvider javadocs, improve documentation (#9349) | Aleksi Hietanen | 2017-05-18 | 1 | -12/+3 |
| | |||||
* | Reflect latest Tree API and styling changes to the documentation | Ilia Motornyi | 2017-05-17 | 1 | -41/+28 |
| | |||||
* | Refactor common methods in in-memory data providers (#9308) | Aleksi Hietanen | 2017-05-16 | 2 | -22/+22 |
| | | | | | | * Refactor common methods of InMemoryHierarchicalDataProvider and ListDataProvider to a single interface * Rename HierarchyData and InMemoryHierarchicalDataProvider, introduce HasHierarchicalDataProvider * Additionally adds a helper method for recursive constructing TreeData with a child item provider. | ||||
* | 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 |
| |