Field caption position with FieldGroup

Hi,

I am migrating my app to vaadin 7 and one thing that I can not seem to find a solution for is how to make the caption of a field appear to the left (like the old FormLayout) instead of on the top?

The caption is managed by the LayoutManager. So, if you are using VerticalLayout, it will appear on top of the Field; FormLayout places it to the left instead. As FormLayout isn’t deprecated in Vaadin 7, I don’t see any reason to not use it.