summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Migrate wiki articles to Vaadin documentation (#9912)Henri Muurimaa2017-09-1135-1/+4305
| | | | | | | | | | | | | | | | | | | | | * Vaadin Tutorial For Swing Developers * Setting And Reading Session Attributes * Enabling Server Push * Cleaning Up Resources In A UI * Sending Email From Java Applications * Using Parameters With Views * Optimizing Sluggish UI * Configuring Push For Your Enviroment * Setting And Reading Cookies * Using Polling * Creating An Application That Preserves State On Refresh * Finding The Current UI And Page And Vaadin Session * Sending Events From The Client To The Server Using RPC * Handling Logout * Remember To Set The Locale * Scalable Web Applications * MVC Basics In ITMill Toolkit * Access Control For Views * Customizing The Startup Page In An Application
* Changed ContentMode Package in Label docJonathan Ilk2017-09-081-1/+1
|
* Add 3 wiki articles (#9903)Henri Muurimaa2017-08-3127-1/+491
| | | | | | | Add articles: - Configure ComboBoxes wisely - Letting the user download a file - Using Vaadin in IBM Domino
* Correct DOCTYPE of GWT widgetsetAhmed Ashour2017-08-311-2/+2
|
* Migrate first Wiki article (#9902)Henri Muurimaa2017-08-303-0/+108
| | | Created the folder "articles" under documentation, added img folder for article images and added one article.
* Enable Declarative Services in OSGi portlet UI (#9879)Mirjan Merruko2017-08-291-3/+13
| | | | | If the UI scope is not prototype, show a warning that declarative services are not available in the UI. Fixes #9589
* Update components-grid.asciidoc (#9813)Henri Sara2017-08-111-2/+2
| | | Updates related to #9810
* Clarify theme compilation instructions (#9685)Olli Tietäväinen2017-08-101-2/+4
| | | Paragraph about existing `styles.css` file needed a bit of rephrasing.
* Update getting-started-scala.asciidoc (#9418)Fabio Serragnoli2017-08-072-48/+80
| | | As per suggestion of Fredrik Rönnlund following https://dzone.com/articles/working-vaadin-with-scala
* Fix AbstractDateField parsing and errors handling, support locale (#9740)Ilia Motornyi2017-08-021-2/+3
| | | | | Fixes #9518 Fixes #8991 Fixes #8687
* OSGi deployment manualIlia Motornyi2017-07-311-0/+25
|
* Documented minimal set of OSGi bundles (#9489)Ilia Motornyi2017-07-261-0/+118
|
* Remove warnings about pre-release content in documentation (#9737)Henri Sara2017-07-268-16/+0
| | | Resolves #9191
* Change ConfigurableDataProvider for ConfigurableFilterDataProvider (#9681)Josefina Revilla2017-07-261-2/+2
| | | It says ConfigurableDataProvider, but there isn't a ConfigurableDataProvider class.
* Add styling for ComponentRenderer wrapper div (#9691)Teemu Suo-Anttila2017-07-191-0/+1
| | | Fixes #9170
* Feature/tutorial finetuning (#9672)Matti Tahvonen2017-07-173-0/+6
| | | | * Trying to lower the barrier to start following the tutorial * Guiding new Vaadin users to start with the tutorial
* Fix hierarchical dataprovider example code bugtmattsso2017-07-131-1/+1
|
* 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 Bakery link to the documentation.Ville Ingman2017-07-061-0/+1
|
* Add an optional HasValue to a ValueContextIlia Motornyi2017-06-291-1/+5
|
* Create drag source and drop target extensions for tree grid (#9463)Adam Wagner2017-06-281-0/+5
| | | Resolves #9372
* 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
* Added the documentation getting-started-kotlin file (#9552)Martin Vysny2017-06-192-0/+53
|
* Replace FontAwesome with VaadinIcons in an example (#9534)manishpatelUK2017-06-151-3/+3
| | | FontAwesome is deprecated
* Trying to lower the barrier to start following the tutorial (#9531)Matti Tahvonen2017-06-141-1/+1
| | | | * Trying to lower the barrier to start following the tutorial
* Allow grid columns to optionally shrink to be narrower than contentsArtur2017-05-301-1/+5
| | | Fixes #8548
* 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
* Add shorthand for adding a column with ComponentRendererPekka Hyvönen2017-05-191-2/+2
|
* 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.
* 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-182-22/+9
|
* Reflect latest Tree API and styling changes to the documentationIlia Motornyi2017-05-171-41/+28
|
* 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
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-163-33/+33
| | | | | | * 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.
* 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
* Update video link in tutorial.adoc (#9317)Alejandro2017-05-151-3/+1
| | | Updated Vaadin Designer video
* 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.
* 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
|