Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add documentation for Composite | Henri Sara | 2017-04-27 | 3 | -18/+31 |
| | |||||
* | Add OSGi documentation and release notes (#9155) | Henri Sara | 2017-04-26 | 2 | -0/+102 |
| | | | | Resolves #9141 Partly addresses #8999 | ||||
* | Grid drag and drop documentation (#9055) | Adam Wagner | 2017-04-13 | 2 | -0/+111 |
| | |||||
* | Update last video of the tutorial (#9054) | Alejandro | 2017-04-11 | 1 | -1/+1 |
| | | | This change updates the video for the last step of the tutorial | ||||
* | Correct TreeGrid documentation for expand and collapse | Aleksi Hietanen | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Updated embedded videos (#9043) | Alejandro | 2017-04-10 | 1 | -23/+14 |
| | | | | | | * Updated to new videos for Vaadin 8 * Update tutorial.adoc | ||||
* | Add server-side expand and collapse to TreeGrid (#9021) | Aleksi Hietanen | 2017-04-06 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | TreeGrid keyboard navigation | Ilia Motornyi | 2017-04-05 | 1 | -1/+10 |
| | | | Fixes #8758 | ||||
* | Add notification of pre-release renderers to grid documentation | Aleksi Hietanen | 2017-04-04 | 1 | -31/+34 |
| | |||||
* | Fixed @WidgetSet typo -> @Widgetset (#8996) | Jens Jansson | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Moved docs comment to own row (#8993) | Jens Jansson | 2017-04-01 | 1 | -2/+2 |
| | | | | | | * 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. | ||||
* | Fix method reference syntax in Grid documentation (#8978) | Samuel DALICHAMPT | 2017-03-30 | 1 | -4/+4 |
| | |||||
* | Implement LocalDateRenderer and LocalDateTimeRenderer (#8955) | Aleksi Hietanen | 2017-03-30 | 1 | -10/+56 |
| | | | Closes #8377 | ||||
* | Add Grid.setRowHeight() (#8935) | Henri Sara | 2017-03-29 | 1 | -1/+5 |
| | | | Fixes #8667 | ||||
* | Fix ComboBox item select method in example (#8964) | hlxnd | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | Fix Binder documentation on ValidationException (#8949) | Pekka Hyvönen | 2017-03-27 | 1 | -1/+1 |
| | |||||
* | Add `closable` style to Error Notifications (#8903) | Jouni Koivuviita | 2017-03-27 | 2 | -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 Wagner | 2017-03-24 | 1 | -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-Anttila | 2017-03-23 | 1 | -0/+16 |
| | | | Fixes #8846 | ||||
* | Add tip for GUI components with Vaadin 8 (#8899) | Masashi Nakane | 2017-03-23 | 1 | -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 Wagner | 2017-03-22 | 1 | -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 Hietanen | 2017-03-21 | 1 | -0/+13 |
| | | | Closes #8760 | ||||
* | Change fromCollection -> ofCollection | Jonni Nakari | 2017-03-21 | 1 | -3/+3 |
| | |||||
* | Support data-location attribute in CustomLayout (#8866) | Henri Sara | 2017-03-20 | 1 | -6/+6 |
| | | | Fixes #8416 | ||||
* | Initial Documentation for TreeGrid and Hierarchical Data (#8880) | Pekka Hyvönen | 2017-03-20 | 15 | -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önen | 2017-03-20 | 2 | -502/+66 |
| | | | | | | * Initial documentation for 8.1 Drag and Drop Part of #8395 | ||||
* | Allow changing renderers after column creation (#8841) | Teemu Suo-Anttila | 2017-03-15 | 1 | -1/+15 |
| | | | Closes #8250 | ||||
* | Update custom fonts page. | Rolf Smeds | 2017-03-15 | 1 | -23/+9 |
| | |||||
* | components-grid to use correct function setHidable (#8843) | Michael Benz | 2017-03-14 | 1 | -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 Motornyi | 2017-03-13 | 1 | -1/+1 |
| | | | | * Fix broken link | ||||
* | Remove mentioning of removed example from progressbar docs (#8799) | Adam Wagner | 2017-03-09 | 1 | -2/+1 |
| | | | | * Remove mentioning of removed example from progressbar docs | ||||
* | Initial implementation of ComponentRenderer for Grid (#8743) | Teemu Suo-Anttila | 2017-03-09 | 1 | -2/+41 |
| | | | | Fixes #8622 Fixes #8623 | ||||
* | Fix typo in documentation (#8784) | Maciej Aleksandrowicz | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | Update getting-started-idea.asciidoc (#8756) | Jens Jansson | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | Add link to pro tools migration docs (#8742) | Guille | 2017-03-07 | 1 | -0/+10 |
| | |||||
* | Fix tutorial (use parameterized Grid) (#8738) | Alejandro | 2017-03-03 | 1 | -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) | Artur | 2017-03-03 | 2 | -10/+10 |
| | | | | * Fix documentation links | ||||
* | Remove mention of removed API (#8701) | Guille | 2017-02-28 | 1 | -3/+0 |
| | | | Deprecated setColumns was removed in fd3617b | ||||
* | Updated tutorial: Use Grid::setColumns and Binder (#8698) | Alejandro | 2017-02-27 | 1 | -21/+18 |
| | | | | | | * Updated tutorial: Use Grid::setColumns * Updated tutorial: use Binder instead of BeanBinder | ||||
* | Fix grid column sort order documentation (#8650) | Aleksi Hietanen | 2017-02-22 | 1 | -10/+6 |
| | | | | * Fix grid column sort order documentation | ||||
* | Remove class names from documentation headers (#8642) | Artur | 2017-02-21 | 31 | -31/+31 |
| | | | | * Remove class names from documentation headers | ||||
* | Updated migration related documentation (#8602) | Pekka Hyvönen | 2017-02-17 | 1 | -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 Benz | 2017-02-14 | 1 | -1/+1 |
| | | | organized was already fixed so added This. | ||||
* | Fix invalid docs navigation title (#8527) | Pekka Hyvönen | 2017-02-09 | 2 | -3/+3 |
| | | | Fixes #8522 | ||||
* | Document BeanValidationBinder and RequiredFieldConfigurator. (#8504) | Denis | 2017-02-08 | 1 | -3/+21 |
| | | | | | This patch also provides a documentation for #8382. Fixes #8390 | ||||
* | Add isValid to Binder (#8274) | Aleksi Hietanen | 2017-02-03 | 1 | -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) | Artur | 2017-02-02 | 1 | -0/+5 |
| | | | | * Add header required by docs site | ||||
* | Replace FontAwesome with Vaadin Icons (#8208) | Pekka Hyvönen | 2017-02-01 | 5 | -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 Åstrand | 2017-02-01 | 1 | -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 examples | Ilia Motornyi | 2017-01-31 | 1 | -7/+10 |
| |