summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Fix partly missing drag image regression on SafariPekka Hyvönen2017-05-101-9/+13
| | | | Doesn't fix #9261, drag image missing on Safari when dragging grid row because that has position: absolute and offset.
* 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.
* Fix HTML5 DnD regression for FF (#9245)Pekka Hyvönen2017-05-051-5/+4
| | | | | | | | | | | | - Always set some drag data - Set the dropEffect on dragEnter and dragOver events on drop target - Send the dropEffect to server on drop event with disclaimer of current support - Remove _dragOverCriteria_ and use _dropCriteria_ for `dragenter`, `dragover` and `drop` criteria Tested manually basic DnD and Grid DnD on Mac with Chrome, Firefox, Safari. Safari is still missing drag image (regression). Tested manually basic DnD and Grid Dnd on Windows IE11 and Edge. Drop event for both is still not working properly #9174.
* Fix OSGi portlet documentation titleHenri Sara2017-05-041-1/+1
|
* Documentation: fix wrong method namedunand2017-05-041-1/+1
|
* Tree documentationIlia Motornyi2017-05-0412-10/+225
|
* Fix three typos in the documentation (#9230)Ilia Motornyi2017-05-042-3/+3
|
* Mention the applied CSS styles in the documentation (#9219)Adam Wagner2017-05-031-1/+19
|
* Disable drag and drop for touch devices (#9216)Adam Wagner2017-05-021-0/+5
|
* Add method for checking whether drag event was cancelled (#9214)Adam Wagner2017-05-021-2/+8
|
* Update portlet documentation for OSGi portletsHenri Sara2017-05-028-197/+138
|
* Add note that multiple selection drags only visible rows (#9093) (#9198)Adam Wagner2017-04-301-0/+5
|
* Fix invalid link (#9183)Artur2017-04-281-1/+1
|
* Fix typo in OSGi documentationHenri Sara2017-04-271-1/+1
|
* Add documentation pre-release disclaimer for OSGiHenri Sara2017-04-271-0/+2
|
* Add documentation for CompositeHenri Sara2017-04-273-18/+31
|
* Add OSGi documentation and release notes (#9155)Henri Sara2017-04-262-0/+102
| | | | Resolves #9141 Partly addresses #8999
* Grid drag and drop documentation (#9055)Adam Wagner2017-04-132-0/+111
|
* Update last video of the tutorial (#9054)Alejandro2017-04-111-1/+1
| | | This change updates the video for the last step of the tutorial
* Correct TreeGrid documentation for expand and collapseAleksi Hietanen2017-04-101-1/+1
|
* Updated embedded videos (#9043)Alejandro2017-04-101-23/+14
| | | | | | * Updated to new videos for Vaadin 8 * Update tutorial.adoc
* 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
|
* Fixed @WidgetSet typo -> @Widgetset (#8996)Jens Jansson2017-04-031-1/+1
|
* Moved docs comment to own row (#8993)Jens Jansson2017-04-011-2/+2
| | | | | | * Moved docs comment to own row Anyone can read the TODO comment on https://vaadin.com/docs/-/part/framework/advanced/advanced-logging.html. The comment is directly on same row as normal text, which means that it will be printed out when asciidoc is transformed to html. I moved it now to a new row which will make the asciidoc parser treat is as a comment. Please make a proper fix for it.
* 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
|
* Fix Binder documentation on ValidationException (#8949)Pekka Hyvönen2017-03-271-1/+1
|
* Add `closable` style to Error Notifications (#8903)Jouni Koivuviita2017-03-272-2/+4
| | | | | | Add an additional stylename `critical-error` that styles the notification like the Error-type, but without the close button. Fixes #8296
* Add API support for setting server side drag data (#8915)Adam Wagner2017-03-241-0/+15
| | | | | | | | | | * Add API support for setting server side drag data * Fix javadocs * Add server side drag data API to ASCII doc * Fix some javadocs and documentation details
* Add feature to disable collapsing items in TreeGrid (#8879)Teemu Suo-Anttila2017-03-231-0/+16
| | | Fixes #8846
* Add tip for GUI components with Vaadin 8 (#8899)Masashi Nakane2017-03-231-0/+4
| | | | | | | | * Use difference GUI component for Vaadin 8 With Vaadin Framework 8, Tutorial learner should use different setting and component for form development * Better explanation
* Remove support for transfer data type (#8910)Adam Wagner2017-03-221-9/+6
| | | | | | * Remove API for setting arbitrary drag data * Store the drag source component in the UI Fixes #8893
* Add collapse and expand events to TreeGrid (#8889)Aleksi Hietanen2017-03-211-0/+13
| | | Closes #8760
* Change fromCollection -> ofCollectionJonni Nakari2017-03-211-3/+3
|
* Support data-location attribute in CustomLayout (#8866)Henri Sara2017-03-201-6/+6
| | | Fixes #8416
* Initial Documentation for TreeGrid and Hierarchical Data (#8880)Pekka Hyvönen2017-03-2015-9/+240
| | | | | | * Initial Documentation for TreeGrid and Hierarchical Data Fixes #8615, part of #8616
* Initial documentation for 8.1 Drag and Drop (#8867)Pekka Hyvönen2017-03-202-502/+66
| | | | | | * Initial documentation for 8.1 Drag and Drop Part of #8395
* Allow changing renderers after column creation (#8841)Teemu Suo-Anttila2017-03-151-1/+15
| | | Closes #8250
* Update custom fonts page.Rolf Smeds2017-03-151-23/+9
|
* 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-
* Fix broken link (#8812)Ilia Motornyi2017-03-131-1/+1
| | | | * Fix broken link
* 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
* Fix typo in documentation (#8784)Maciej Aleksandrowicz2017-03-091-1/+1
|
* Update getting-started-idea.asciidoc (#8756)Jens Jansson2017-03-071-1/+1
|
* Add link to pro tools migration docs (#8742)Guille2017-03-071-0/+10
|