Example usage for Java com.vaadin.ui TwinColSelect fields, constructors, methods, implement or subclass
The text is from its open source code.
TwinColSelect() Constructs a new TwinColSelect. | |
TwinColSelect(String caption, DataProvider Constructs a new TwinColSelect with caption and data provider for options. | |
TwinColSelect(String caption, Collection Constructs a new TwinColSelect with caption and the given options. | |
TwinColSelect(String caption) Constructs a new TwinColSelect with the given caption. |
void | setItems(Collection |
void | setLeftColumnCaption(String leftColumnCaption) Sets the text shown above the left column. |
void | setRightColumnCaption(String rightColumnCaption) Sets the text shown above the right column. |
void | setRows(int rows) Sets the number of rows in the selects. |