Example usage for Java com.vaadin.ui ListSelect fields, constructors, methods, implement or subclass
The text is from its open source code.
ListSelect() Constructs a new ListSelect. | |
ListSelect(String caption) Constructs a new ListSelect with the given caption. | |
ListSelect(String caption, DataProvider Constructs a new ListSelect with caption and data provider for options. | |
ListSelect(String caption, Collection Constructs a new ListSelect with caption and the given options. |
void | setRows(int rows) Sets the number of rows in the select. |