| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
This change updates the video for the last step of the tutorial
|
| |
|
|
|
|
|
|
| |
* Updated to new videos for Vaadin 8
* Update tutorial.adoc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add server-side expand and collapse to TreeGrid
* Add javadocs
* Fix variable naming in TreeGridHugeTreeTest
* Fix review comments
* Merge remote-tracking branch 'github/master' into 8759-server-expand
* Clear pending expands when all data is dropped
* Add documentation
|
|
|
| |
Fixes #8758
|
| |
|
| |
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
| |
Closes #8377
|
|
|
| |
Fixes #8667
|
| |
|
| |
|
|
|
|
|
|
| |
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
* Fix javadocs
* Add server side drag data API to ASCII doc
* Fix some javadocs and documentation details
|
|
|
| |
Fixes #8846
|
|
|
|
|
|
|
|
| |
* 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 API for setting arbitrary drag data
* Store the drag source component in the UI
Fixes #8893
|
|
|
| |
Closes #8760
|
| |
|
|
|
| |
Fixes #8416
|
|
|
|
|
|
| |
* Initial Documentation for TreeGrid and Hierarchical Data
Fixes #8615, part of #8616
|
|
|
|
|
|
| |
* Initial documentation for 8.1 Drag and Drop
Part of #8395
|
|
|
| |
Closes #8250
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
* Remove mentioning of removed example from progressbar docs
|
|
|
|
| |
Fixes #8622
Fixes #8623
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
Deprecated setColumns was removed in fd3617b
|
|
|
|
|
|
| |
* Updated tutorial: Use Grid::setColumns
* Updated tutorial: use Binder instead of BeanBinder
|
|
|
|
| |
* Fix grid column sort order documentation
|
|
|
|
| |
* Remove class names from documentation headers
|
|
|
|
|
|
|
|
|
| |
* Updated migration related documentation
More detailed information on compatibility components.
Mention vaadin:upgrade8 target in migration guide.
Fixes #8581
|
|
|
| |
organized was already fixed so added This.
|
|
|
| |
Fixes #8522
|
|
|
|
|
| |
This patch also provides a documentation for #8382.
Fixes #8390
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
* Include FontAwesome by default for easier migration
* Fix JSComponentLoadingIndicatorTest
Fixes #7979
Addresses part of #8219
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
| |
Fixes #8366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|