Questions tagged [vaadin-flow]

Use the [vaadin] and [vaadin-flow] tags for any posts relating to the use of Vaadin Flow. For posts related to any other Vaadin topic, such as Fusion or a specific component, instead tag the post with its corresponding tag, for example: [vaadin-fusion] or [vaadin-upload], respectively.

Vaadin Flow is the new generation of the user-interface toolkit for building professional-looking, business-oriented single-page web apps in Java. Now based on standard Web Components technology.

Vaadin Flow is the major re-write of the venerable Vaadin Framework tool for building professional-looking business-oriented user-interfaces for web apps. This new generation of Vaadin replaces the internal use of GWT with the use of modern Web Components technology.

Vaadin apps are written in Java, executing server-side in a Java Servlet web container. At runtime Vaadin automatically renders a web-standards based user-interface in the client-side web browser via HTML, CSS, JavaScript, DOM, AJAX, XML & JSON, WebSocket, and Push technologies, all done transparently to the Java programmer.

The current Long Term Support (LTS) version of Vaadin is 14. The previous LTS version is 10. Version 10 succeeded Vaadin 8 (Framework).

The current major version is 22.

The next LTS version will be version 23, slated for March 2022.

1023 questions
-2
votes
2 answers

What is the most ideal way for VAADIN to access mobile device features? (e.g camera, bluetooth etc.) Knowing that vaadin now supports PWA

I am thinking of creating a PWA application in VAADIN and i would like to access the Phone's bluetooth. And i dont find in their documentation any sources to do this. Is this possible? Your help will be appreciated! Thank you!
-2
votes
1 answer

Horizontal and Vertical Layouts are Not Responsive in Vaadin 12

My understanding was that one of the main themes of Vaadin 10+ was responsive layout. So I was surprised when the "Horizontal Layout" and "Vertical Layouts" do not seem to support responsive design. (I switched to using App Layout, and that seems to…
Jonathan Sylvester
  • 1,275
  • 10
  • 23
-3
votes
1 answer

Java interface inherits from two other interfaces - is it possible to, by using Java reflection, remove information about one of the interfaces?

I have this specific requirement due to the fact that a third-party library somehow has this interface A which extends B, which in turn extends C, D. Now, the problem is that interface C extends D. IMO, since C already extends D, B should only…
developer10
  • 1,450
  • 2
  • 15
  • 31
1 2 3
68
69