summaryrefslogtreecommitdiffstats
path: root/documentation/advanced
Commit message (Collapse)AuthorAgeFilesLines
* Create drag source and drop target extensions for tree grid (#9463)Adam Wagner2017-06-281-0/+5
| | | Resolves #9372
* Fix drop indicator when Grid is scrolled (#9417)Pekka Hyvönen2017-05-241-2/+4
| | | | | Now the DnD events are listened from tablewrapper element, which contains also grid's header and footer, making it possible to drop on top of them.
* Add style name to all dragged rows (#9388)Adam Wagner2017-05-211-0/+2
| | | * Add style name to all dragged rows to indicate that they are being dragged
* Add style automatically to indicate that an element is being dragged (#9385)Adam Wagner2017-05-191-3/+7
| | | Closes #9223
* Show drop hints when dropping in empty Grid (#9353)Pekka Hyvönen2017-05-181-5/+9
| | | | Also makes sure that the drop location and target row return something sensible in drop event. Clarifies docs on drop location.
* Make it possible for grid drop target to accept dragged data when grid is ↵Adam Wagner2017-05-171-2/+9
| | | | | | empty (#9332) * Make it possible for grid drop target to accept dragged data when grid is empty (#9068) * Make return type of getDropTargetRow() optional
* Add mention of context menu and DnD collision on mobile devices (#9337)Teemu Suo-Anttila2017-05-161-1/+3
| | | | * Add mention of context menu and DnD collision on mobile devices
* Add API for multiple drag data generators (#9321)Adam Wagner2017-05-161-14/+14
| | | | * Add ability to set multiple drag data generators for any drag data type and change default to be accepted by spreadsheet applications such as Excel
* Add API to store any type of data in the dataTransfer object (#9319)Adam Wagner2017-05-161-3/+18
|
* Rename OSGi classes for Java naming conventions (#9320)Henri Sara2017-05-151-4/+4
| | | | | | - Rename OSGi to Osgi in class names. - Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with Spring, CDI etc. add-ons - Add missing javadoc
* Add mobile html5 dnd support using polyfill (#9282)Pekka Hyvönen2017-05-111-6/+44
| | | | | | | | | | | | | | | First step of mobile DND support. - Add mobile html5 dnd support using polyfill - Adds a switch for enabling mobile html5 dnd support - Adds polyfill only when needed - Ignore native Android Chrome drag start because doesn't work properly (no dragend event fired) - Add documentation on enabling mobile HTML5 DnD support - Add mention of drag-drop-polyfill license - Fixed issue in polyfill when not using "snapback" - Add mention of forked polyfill Fixes #9174
* Make it possible to upload files by dropping them onto a drop target (#9277)Adam Wagner2017-05-111-0/+64
| | | Fixes #8891
* 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.
* 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.
* 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-021-34/+0
|
* Add note that multiple selection drags only visible rows (#9093) (#9198)Adam Wagner2017-04-301-0/+5
|
* Fix typo in OSGi documentationHenri Sara2017-04-271-1/+1
|
* Add documentation pre-release disclaimer for OSGiHenri Sara2017-04-271-0/+2
|
* 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-131-0/+105
|
* 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.
* 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
* 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
* Initial documentation for 8.1 Drag and Drop (#8867)Pekka Hyvönen2017-03-201-497/+66
| | | | | | * Initial documentation for 8.1 Drag and Drop Part of #8395
* Remove all referrals to book examples (#8163)Pekka Hyvönen2017-01-106-22/+4
| | | Minor documentation fixes.
* Remove jpacontainer section from the docs. (#8047)Denis2016-12-191-7/+0
| | | | * Remove jpacontainer section from the docs.
* Fix broken docs in advanded-shortcuts (#8042)Pekka Hyvönen2016-12-191-2/+2
| | | | * Fix broken docs in advanded-shortcuts
* Remove Google App Engine from documentation (#8038)Pekka Hyvönen2016-12-192-73/+0
| | | | | | | | * Remove Google App Engine from documentation Mention removal in release notes. Part of #8033
* Remove references to Firebug and the firebug chapter from the documentation ↵Henri Sara2016-12-141-4/+3
| | | | (#7977)
* Update Vaadin Spring documentation for 1.1.0Henri Sara2016-12-091-55/+49
| | | | Change-Id: I8dcf5b7576a64b26419136ca6b8927f4c2731d60
* Fixed a broken commentSimo-Pekka Koskinen2016-08-291-2/+2
| | | | | | Fixed broken comment on 'Calling Javascript' -paragraph. Change-Id: I5098f21006f00eab48ce5cd55e3bb14bee040fbf
* Add empty lines so :: is recognized as definitionsLeif Åstrand2016-08-291-0/+2
| | | | Change-Id: Ifddcdda98090c5e5262d000a131c53109ce2c5c5
* BoV: Updated Java version compatibility notes to Java 8.Sami Ekblad2016-08-051-9/+8
| | | | Change-Id: I8facb7e89af09eec3331c21e04124b5e5827a66e
* Scaled images for print edition and fixed errors up to the beginning of ↵Marko Gronroos2016-06-301-4/+4
| | | | | | layouts chapter (#19835). Also major revision of Tree, CustomField, and layouts overview. Change-Id: I19f5e9511b83f953ce4707f324d81c2821ebb69d
* Update advanced-dragndrop.asciidocGuglielmo Moretti2016-05-021-1/+1
| | | | | | Error on formatting at line 299 Change-Id: I8ca16880dd77def9e01b5d51c3186cb0ed4fba41
* GWT history frame is not needed in embeddingJonni Nakari2016-05-021-20/+0
| | | | | | Vaadin is not anymore using the type of GWT History support that would need the __gwt_historyFrame iframe. Change-Id: Ibd5414ddd744b3a570bb7b23700a616ca7ee56bf
* Fixed language mistakeselmot2016-04-281-5/+3
| | | | Change-Id: I838fccb573166791bf7fdcd9bc292dd9a4ae810c
* Fixed some missing images and broken xrefs, as well as problems in the ↵Marko Gronroos2016-03-185-26/+1102
| | | | | | getting-started chapter (#19639). Change-Id: Ie8e371c059f70600bafcf781938ef35878f41324
* Reorganized the Getting Started chapter to separate installation and project ↵Marko Gronroos2016-03-171-6/+1
| | | | | | creation chapters. #19639 Change-Id: I4aab29b8b9ab23091903016e9cc91850c4ca3b93
* Omit timings in production mode (#19644)Henri Sara2016-03-011-3/+9
| | | | | | | | * UIDL responses only include server side timing information when not in production mode. * Update documentation accordingly. Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42
* Fixed critically broken comment blocks, broken emphasis and escaping, and ↵Marko Gronroos2016-02-223-43/+24
| | | | | | some other formatting, and moved book preface, chapter structure, and index to the docs repository. Change-Id: If9299da4415f3181d59b8384e5ac96f940bd5229
* Fix a broken link to cdi-tutorialGrzegorz Solecki2016-02-021-1/+1
| | | | Change-Id: I49c0566a40f0c58a37435ff7b12d0a349849712b
* Add documentation to master branchMarkus Koivisto2016-01-2246-0/+12439
| | | | Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
* Revert "Merge branch 'documentation'"7.6.0.beta2Ilia Motornyi2015-12-0346-12432/+0
| | | | | | This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00. Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
* Framework documentation INelmot2015-09-2546-0/+12432
Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581