Java com.vaadin.ui ListSelect fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui ListSelect fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui ListSelect.

The text is from its open source code.

Subclass

com.vaadin.ui.ListSelect has subclasses.
Click this link to see all its subclasses.

Constructor

ListSelect()
Constructs a new ListSelect.
ListSelect(String caption)
Constructs a new ListSelect with the given caption.
ListSelect(String caption, DataProvider dataProvider)
Constructs a new ListSelect with caption and data provider for options.
ListSelect(String caption, Collection options)
Constructs a new ListSelect with caption and the given options.

Method

voidsetRows(int rows)
Sets the number of rows in the select.