vaadin-flow Questions
1
Solved
When I have small widget such as a LoginLayout within another layout appearing in a much larger window, how can I center the content? I want the content to appear approximately in the middle of the...
Maciemaciel asked 17/8, 2019 at 20:13
1
I currently try to set the title of the page.
Scenario
public class A extends FlexLayout implements RouterLayout {}
@Route(value = "b", layout = A.class)
public class B extends FlexLayout{}
@R...
Janessa asked 10/5, 2019 at 11:11
1
Solved
the following code works perfectly fine in a Java 1.8 VM but produces a LambdaConversionException when executed in a Java 11 VM. Wheres the difference and why does it behave like this?
Code:
pu...
Majors asked 5/4, 2019 at 9:17
1
Solved
I got a simple StreamResource example where SpringSecurityContext mysteriously disappears when clicking on the download anchor. Basically when download anchor is clicked createInputStream method is...
Affenpinscher asked 21/3, 2019 at 9:1
2
Solved
I need to get the current servers name an all the other information stored in the URI.
In Vaadin 8 it was accessible thru the Page by calling something like this:
URI uri = Page.getCurrent().getLo...
Bohrer asked 6/2, 2019 at 14:16
2
Using Vaadin 12 with FormLayout and labels left of input fields.
I want to set the width of the label column. How to achieve this, using the Java API?
Berar asked 28/1, 2019 at 20:48
2
Solved
I want to section off one area of a layout from another visually in my Vaadin Flow layout using the Java API.
I want something like the hr horizontal rule found in HTML. I would also want the equ...
Geraldgeralda asked 18/12, 2018 at 3:17
2
Solved
preamble: I'm an advanced Vaadin developer (I've used 6, 7, and now all my project are migrated to Vaadin 8).
I'm starting to study Vaadin 10 / Flow, but I find myself in some hot waters.
What I'...
Hunterhunting asked 29/6, 2018 at 10:54
2
Solved
The AbsoluteLayout in Vaadin 8 (Framework) enables pixel-position-oriented placement of widgets within a layout. While not my first layout of choice, the AbsoluteLayout is suited to porting code fr...
Syzygy asked 6/7, 2018 at 19:0
5
Solved
I'm Java developer and I'm going to start the new project. I have the very limited client-side development skills and this is why I really love the idea of Vaadin framework. I have evaluated Vaadin...
Sphericity asked 18/2, 2018 at 15:48
© 2022 - 2024 — McMap. All rights reserved.