summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix tutorial (use parameterized Grid) (#8738)Alejandro2017-03-031-2/+2
| | | | | | | | | | | | * Updated tutorial: Use Grid::setColumns * Updated tutorial: use Binder instead of BeanBinder * Fixed tutorial (use parameterized Grid) * Fixed tutorial (use parameterized Grid) * Merge branch 'master' of https://github.com/alejandro-du/framework
* Fix documentation links (#8726)Artur2017-03-032-10/+10
| | | | * Fix documentation links
* Remove mention of removed API (#8701)Guille2017-02-281-3/+0
| | | Deprecated setColumns was removed in fd3617b
* Updated tutorial: Use Grid::setColumns and Binder (#8698)Alejandro2017-02-271-21/+18
| | | | | | * Updated tutorial: Use Grid::setColumns * Updated tutorial: use Binder instead of BeanBinder
* Fix grid column sort order documentation (#8650)Aleksi Hietanen2017-02-221-10/+6
| | | | * Fix grid column sort order documentation
* Remove class names from documentation headers (#8642)Artur2017-02-2131-31/+31
| | | | * Remove class names from documentation headers
* Updated migration related documentation (#8602)Pekka Hyvönen2017-02-171-6/+10
| | | | | | | | | * Updated migration related documentation More detailed information on compatibility components. Mention vaadin:upgrade8 target in migration guide. Fixes #8581
* 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
|