vaadin7 - Responsiveness of Vaadin FormLayout -


i starting make vaadin web app responsive. reading vaadin docs, managed make csslayout flexible such image shown either left of text section or in separate row depending on available width.

now want make login form flexible. default, captions moved left of fields. how can achieve captions moved top of fields when width reached? possible formlayout?

can't imagine possible css because formlayout rendered html table. if so, simple alternative?

that not possible formlayout. structure of formlayout not flexible. there not simple alternative that. can use csslayout or create own component container.

starting point can extending abstractcomponentcontainer described in creating simple component container


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -