aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in application-environment.asciidoc (#8546)Michael Benz2017-02-141-1/+1
| | | organized was already fixed so added This.
* Fix invalid docs navigation title (#8527)Pekka Hyvönen2017-02-092-3/+3
| | | Fixes #8522
* Document BeanValidationBinder and RequiredFieldConfigurator. (#8504)Denis2017-02-081-3/+21
| | | | | This patch also provides a documentation for #8382. Fixes #8390
* Add isValid to Binder (#8274)Aleksi Hietanen2017-02-031-2/+2
| | | | | | | | | | | | | | | * Add isValid to Binder isValid enables you to check the current validation status of a given Binder, without firing events or invoking handlers. This patch also clarifies the javadocs of StatusChangeEvents' hasValidationErrors. * Throw in Binder.isValid if no bean is set and bean validators exist * Add test cases to BinderTest
* Add header required by docs site (#8425)Artur2017-02-021-0/+5
| | | | * Add header required by docs site
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-015-69/+39
| | | | | | | * Include FontAwesome by default for easier migration * Fix JSComponentLoadingIndicatorTest Fixes #7979 Addresses part of #8219
* 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
* Fix documentation examplesIlia Motornyi2017-01-311-7/+10
|
* Refactor editor API to use Binding instead of a component generator (#8368)Leif Åstrand2017-01-311-18/+15
| | | Fixes #8366
* Add APIs to inform components of stale objects in DataProvider (#8271)Teemu Suo-Anttila2017-01-251-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add DataProvider refreshItem for single item update * Add 'id' concept for DataProviders This patch also adds a simplified data provider that can replace items based on their id. This can be used to simulate stale objects from an actual backend. * Add refresh logic to Grid SelectionModels * Remove broken equals and hashCode * Refresh KeyMapper, clean up some methods * Fix UI.access in test * Fix tests and Grid single selection model * Do clean up before replacing data provider * Check correct variable for null value * Fix other selects, add generic tests * Code style fixes, removed assert * Merge remote-tracking branch 'origin/master' into 286_refresh_items * Fix documentation for refreshing an item * Improve introduction chapter, minor clarifications * Merge remote-tracking branch 'origin/master' into 287_refresh_items * Add missing parameters in unit tests
* Support loading of HTML imports using @HtmlImport (#8301)Artur2017-01-251-8/+4
| | | | | Note that not all browsers yet support HTML imports. If a polyfill is needed to load HTML imports, it must be loaded before HTML Imports can be loaded. There is no automatic loading of any polyfills.
* Allow distinct configurable filter and wrapped filter types (#8322)Leif Åstrand2017-01-251-2/+3
| | | | | | | | | | * Allow distinct configurable filter and wrapped filter types This enables implementing the use case that was already described towards the end of datamodel-providers.asciidoc. Also swaps the order of the callback type parameters to make all three match the order of the ConfigurableFilterDataProvider type parameters.
* Update data provider documentation to describe the new design (#8317)Leif Åstrand2017-01-241-55/+248
|
* Add migration guide to documentation (#8283)Aleksi Hietanen2017-01-231-0/+128
| | | | | | | | * Migration guide 1st draft * Restructure and improve migration guide * Update migrating-to-vaadin8.asciidoc
* Updated tutorial to v.8.0.0.beta1 (#8298)Alejandro2017-01-211-76/+114
|
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-191-2/+2
| | | | | | | | | | | | | | | | * Change BackEndDataProvider into an interface BackEndDataProvider is now an interface with methods for setting sorting options based on SortOrder instances. AbstractBackEndDataProvider stores sorting options, combines them with the sorting provided in the query and invokes its own abstract fetch and size methods. CallbackDataProvider implements a BackEndDataProvider based on two lambdas. This is one of many steps towards #8245
* Removed obsolete 'Setting up the Development Environment' link (#8236)Alejandro2017-01-131-2/+0
| | | | * Removed obsolete 'Setting up the Development Environment' link in tutorial'
* Avoid using Guava API in the documentation (#8231)Leif Åstrand2017-01-131-1/+2
| | | | * Avoid using Guava API in the documentation
* Use correct format for links in datamodel-overview (#8233)Juha Seppänen2017-01-121-8/+8
|
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-122-11/+11
| | | | * 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
* Remove all referrals to book examples (#8163)Pekka Hyvönen2017-01-1010-45/+6
| | | Minor documentation fixes.
* Fix bad documentation for TwinColSelect (#8183)Pekka Hyvönen2017-01-091-2/+1
|
* Fix broken links in documentation (#8182)Pekka Hyvönen2017-01-092-4/+4
|
* Jouni's diagrams source file to keep in place.Ilia Motornyi2017-01-091-0/+0
|
* New documentation diagrams (#8156)Ilia Motornyi2017-01-0959-18942/+91
| | | 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
|
* Update layout chapter of the documentation for version 8 (#8154)Henri Sara2017-01-0513-115/+48
| | | The SplitPanel chapter still uses a Tree in its example.
* Documentation/application screenshots update (#8137)Ilia Motornyi2017-01-0512-8/+8
| | | | | | | | | | | | | | | | * Documentation/application screenshots update * Avoid redundant autoboxing in BackEndDataProvider's size callback (#8127) * Update general Component documentation Part of vaadin/framework8-issues#538 * Documentation/application screenshots update * Notification types fixed * Merge branch 'documentation-screenshots-part1' of https://github.com/vaadin/framework into documentation-screenshots-part1
* Update general Component documentationPekka Hyvönen2017-01-0430-1589/+139
| | | Part of vaadin/framework8-issues#538
* Fix typo in documentation anchor (#8130)Artur2017-01-031-1/+1
|
* Update remaining of application documentation for 8 (#8124)Pekka Hyvönen2017-01-0310-361/+50
| | | Fixes vaadin/framework8-issues#580
* Update documentation, BoV chapters 1 - 5.3 (#8085)Pekka Hyvönen2017-01-0246-7166/+120
| | | | | | | | | | | | | | | | | * Update documentation chapters 1 - 5.3 Images and diagrams have not been updated, but unnecessary images have been removed. * Sync application declarative and architecture sections source code. Screenshot image is updated to match the source code. * Old datamodel image is removed. * Ivy install image is removed. * Remove unnecessary linking / reference
* Improved English in line 17 (#8054)Juha Seppänen2016-12-201-1/+1
| | | | | | | | | * Improved English in line 17 Changed "There is only one Binder instance per form and it is used for all fields in that form" into "There is only one Binder instance for each form and it is used for all fields in that form"
* Fix documentation for /components (#8051)Pekka Hyvönen2016-12-1918-2862/+167
| | | | | Added warning where not updated. Removed outdated documentation. Tried to fix parts where it was feasible.
* Add chapter datamodel-selection (#8049)Aleksi Hietanen2016-12-191-11/+136
| | | Add initial selection model documentation to datamodel-selection.
* Fix portal section in the docs. (#8048)Denis2016-12-192-0/+4
| | | | * Update portal sections (outdated message).
* Fix application documentation for 8 (#8045)Pekka Hyvönen2016-12-193-26/+7
| | | | | | * Fix application documentation for 8 Updated where only small changes, mention not updated when more changes.
* Remove jpacontainer section from the docs. (#8047)Denis2016-12-1929-9000/+2
| | | | * Remove jpacontainer section from the docs.
* Remove sqlcontainer section. (#8046)Denis2016-12-1910-796/+0
| | | | * Remove sqlcontainer section.
* Add a note about outdated theme doc files. (#8041)Denis2016-12-192-0/+4
| | | | * Add a note about outdated theme doc files.
* Update overview and field sections in the documentation (#8025)Leif Åstrand2016-12-192-36/+27
| | | | | | | | | | * Update overview and field sections in the documentation * Fix formatting * Fix References * Remove "chapter" word
* 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-194-85/+2
| | | | | | | | * Remove Google App Engine from documentation Mention removal in release notes. Part of #8033
* Update DataProvider documentation for beta (#8023)Leif Åstrand2016-12-191-202/+112
| | | | * Update DataProvider documentation for beta
* Update Binder documentation for beta (#8022)Leif Åstrand2016-12-191-177/+73
| | | | * Update Binder documentation for beta
* Remove references to Firebug and the firebug chapter from the documentation ↵Henri Sara2016-12-145-45/+3
| | | | (#7977)
* Update Vaadin Spring documentation for 1.1.0Henri Sara2016-12-091-55/+49
| | | | Change-Id: I8dcf5b7576a64b26419136ca6b8927f4c2731d60
* Use US english (license) in all placesArtur Signell2016-12-093-4/+4
| | | | Change-Id: I5fa99627a1c3302dd905d78149e5f32c7315a5c7