2

I've been wondering. Using Vaadin, is there a way to specify where the caption of a component should appear in regards to the component main object (eg. Select, TextField, etc..).

I'm trying to get the caption of a Select to be displayed in front of the Select object. By default the caption is displayed on top of the object.

It would be neat if I could specify where the caption should be displayed and without having to add a Label and the Select component into a HorizontalLayout to get it the way I want.

Anyone have any suggestions? =)

4

1 回答 1

1

IkarusWidget插件中的IkarusAbsoluteLayout正是这种行为。

于 2011-10-12T20:28:18.720 回答