summaryrefslogtreecommitdiffstats
path: root/documentation/components
Commit message (Collapse)AuthorAgeFilesLines
* Remove drag and drop from Tree doc (#9992)Olli Tietäväinen2017-09-191-1/+0
| | | Tree does not support drag and drop right now (see #9804).
* Changed ContentMode Package in Label docJonathan Ilk2017-09-081-1/+1
|
* Update components-grid.asciidoc (#9813)Henri Sara2017-08-111-2/+2
| | | Updates related to #9810
* Fix AbstractDateField parsing and errors handling, support locale (#9740)Ilia Motornyi2017-08-021-2/+3
| | | | | Fixes #9518 Fixes #8991 Fixes #8687
* Remove warnings about pre-release content in documentation (#9737)Henri Sara2017-07-264-8/+0
| | | Resolves #9191
* Add styling for ComponentRenderer wrapper div (#9691)Teemu Suo-Anttila2017-07-191-0/+1
| | | Fixes #9170
* Implement tree item context clickIlia Motornyi2017-07-101-0/+11
| | | | | Fixes #9606 Fixes #9645 Fixes #9647
* Clarification for GridContextClickEventIlia Motornyi2017-07-101-1/+9
|
* Add an optional HasValue to a ValueContextIlia Motornyi2017-06-291-1/+5
|
* 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
|
* Move tree-basic.png to the correct folder (#9363)Aleksi Hietanen2017-05-181-0/+0
|
* Clarify TreeData and TreeDataProvider javadocs, improve documentation (#9349)Aleksi Hietanen2017-05-181-12/+3
|
* Reflect latest Tree API and styling changes to the documentationIlia Motornyi2017-05-171-41/+28
|
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-162-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)dunand2017-05-081-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 namedunand2017-05-041-1/+1
|
* Tree documentationIlia Motornyi2017-05-0410-8/+221
|
* Fix three typos in the documentation (#9230)Ilia Motornyi2017-05-041-1/+1
|
* Add documentation for CompositeHenri Sara2017-04-271-13/+26
|
* Grid drag and drop documentation (#9055)Adam Wagner2017-04-131-0/+6
|
* Correct TreeGrid documentation for expand and collapseAleksi Hietanen2017-04-101-1/+1
|
* Add server-side expand and collapse to TreeGrid (#9021)Aleksi Hietanen2017-04-061-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 Motornyi2017-04-051-1/+10
| | | Fixes #8758
* 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
* Fix ComboBox item select method in example (#8964)hlxnd2017-03-281-1/+1
|
* Add feature to disable collapsing items in TreeGrid (#8879)Teemu Suo-Anttila2017-03-231-0/+16
| | | Fixes #8846
* Add collapse and expand events to TreeGrid (#8889)Aleksi Hietanen2017-03-211-0/+13
| | | Closes #8760
* Initial Documentation for TreeGrid and Hierarchical Data (#8880)Pekka Hyvönen2017-03-2011-8/+105
| | | | | | * Initial Documentation for TreeGrid and Hierarchical Data Fixes #8615, part of #8616
* 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-
* Remove mentioning of removed example from progressbar docs (#8799)Adam Wagner2017-03-091-2/+1
| | | | * Remove mentioning of removed example from progressbar docs
* Initial implementation of ComponentRenderer for Grid (#8743)Teemu Suo-Anttila2017-03-091-2/+41
| | | | Fixes #8622 Fixes #8623
* Remove mention of removed API (#8701)Guille2017-02-281-3/+0
| | | Deprecated setColumns was removed in fd3617b
* 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-2122-22/+22
| | | | * 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
* Fix bad documentation for TwinColSelect (#8183)Pekka Hyvönen2017-01-091-2/+1
|
* Fix broken links in documentation (#8182)Pekka Hyvönen2017-01-091-3/+3
|
* New documentation diagrams (#8156)Ilia Motornyi2017-01-0918-7884/+61
| | | Fixes texts and a couple errors in IDEA, components and layout chapters.
* Update documentation for GridPekka Hyvönen2017-01-051-342/+177
| | | Part of vaadin/framework8-issues#538
* Update component docs for 8 except GridPekka Hyvönen2017-01-0526-472/+91
|