summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Migrate VaadinOnGrailsDatabaseAccessErik Lumme2017-09-122-0/+154
|
* Migrate VaadinOnGrailsCreateProjectInIntellijIDEAErik Lumme2017-09-122-0/+109
|
* Fix link typo and remove dead linkErik Lumme2017-09-121-4/+1
|
* Fix image filename typoErik Lumme2017-09-122-1/+1
|
* Migrate IntegrationExperiencesErik Lumme2017-09-115-0/+418
|
* Fix typo in the correct placeErik Lumme2017-09-111-1/+1
|
* Fix attachment typoErik Lumme2017-09-111-1/+1
|
* Migrate IntegratingAnExistingGWTWidgetErik Lumme2017-09-113-0/+180
|
* Migrate CreatingASimpleComponentErik Lumme2017-09-112-0/+134
|
* Migrate ChooseInputFieldComponentsWiselyErik Lumme2017-09-118-0/+93
|
* Migrate UsingServerInitiatedEventsErik Lumme2017-09-112-0/+131
|
* Migrate OptimizingTheWidgetSetErik Lumme2017-09-112-0/+188
|
* Migrate documentation files and change typoErik Lumme2017-09-115-6/+207
|
* 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