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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

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

Method

voidsetItems(Collection items)
voidsetLeftColumnCaption(String leftColumnCaption)
Sets the text shown above the left column.
voidsetRightColumnCaption(String rightColumnCaption)
Sets the text shown above the right column.
voidsetRows(int rows)
Sets the number of rows in the selects.