Want to have a layout which arrange in a tabular form

后端 未结 1 1766
孤独总比滥情好
孤独总比滥情好 2021-01-24 23:44

I am very new to Vaadin. My requirement is like in my page I need to have 4 input component per row. There would be 4 rows like this. I need a layout which will allow me to defi

相关标签:
1条回答
  • 2021-01-25 00:11

    You are probably looking for a GridLayout, it provides enough flexibility to size your grid 'cells', maintain consistency and set expand ratios for row and columns separately.

    The other option for you is to use a CustomComponent and in case you are using Vaadin plugin for eclipse (and I don't have experience with Vaadin on any other IDE) you can use their WYSIWYG editor to translate your requirement to a custom component.

    0 讨论(0)
提交回复
热议问题