What would be the java way of creating a custom component with a slightly less noisy public interface than e.g. extending VerticalLayout?
Hi Nicklas. I think you’re looking for the Composite
https://vaadin.com/docs/v12/flow/creating-components/tutorial-component-composite.html
Looks about right. Lots of “now where they they put that?”-questions when taking a first look at versions 10+ but most things look pretty natural once you get used to it…
There is a custom field component in V13, which may make it easier now.