flow-and-components-documentation
flow-and-components-documentation copied to clipboard
The documentation for the Vaadin framework version 10+
https://vaadin.com/docs/v14/flow/production/tutorial-production-mode-advanced.html states: "The intention of the goal is to prepare the frontend files. This is a complex process involving several steps: - ..." We do not use Maven for our...
Unfortunately the documentation at https://vaadin.com/docs/v14/flow/components/tutorial-flow-grid.html doesn't mention whether Grid supports variable row height or not. It would be really good to clear out whether Grid supports variable row height, or...
Currently the step by step migration guide is using Vaadin 14.0.0. It also requires an old version of flow-maven-plugin (2.0.7) and there is no explanation how to find the corresponding...
The file tutorial-pwa-introduction.asciidoc currently says > PWA installation prompts are a feature only available for Chromium-based browsers. This feature is being phased out in later version of Vaadin in favor...
Currently there are no non-trivial componentRenderer samples for Grid. Specifically, it'd be nice to have some vaadin components used to demonstrate Polymer data binding. An example: ``` grid.addColumn(TemplateRenderer.of("") .withProperty("admin", person1...
Add a section to `tutorial-i18n-localization.asciidoc` on how to get translatons from other classes, e.g. controllers. Alternativley, add section warning about not using translations from anywhere else.
https://vaadin.com/docs/v14/flow/advanced/tutorial-i18n-localization.html 1. The LocaleObserver and MyLocale example is completely artificial. You don't set texts in your apps by creating subclass of Div for every text you wish to localize! You...
Its not clear where forward and reroute differ. The only hint I find is, that forward might update the URL and reroute not?
According to the documentation [here](https://vaadin.com/docs/v14/flow/advanced/tutorial-application-lifecycle.html#application.lifecycle.session-expiration) and [here](https://vaadin.com/docs/v14/flow/advanced/tutorial-all-vaadin-properties.html), setting the "closeIdleSessions" parameter to true allows session to expire if there is no non-heartbeat activity. However, session does not expire, except if...
In Vaadin 14.x, there is a new configuration property. devMode.transpile By default it's false in Vaadin 14.2. It's not documented here: https://vaadin.com/docs/v14/flow/advanced/tutorial-all-vaadin-properties.html