Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
What is the fastest Layout?
What is the fastest layout?
- CssLayout (built-into Vaadin),
- FastLayout - http://vaadin.com/directory#addon/54
- DashLayout - http://vaadin.com/directory#addon/16
or another that I would not be aware of?
I guess you could also consider CustomLayout, although it's a very different concept.
As well as AbsoluteLayout, which is really flexible and also fast for complex layout challenges.
Just pointing out: FastLayout and CssLayout are pretty much the same, since the latter evolved from the former.
thank you Jouni for this clarification. Shouldn't that be written in the description of FastLayout in the add-on repository?
If FastLayout should be kept, it should probably be document why.