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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

NativeSelect(String caption)
Creates a new NativeSelect with the given caption and no items.
NativeSelect()
Creates a new NativeSelect with an empty caption and no items.
NativeSelect(String caption, Collection items)
Creates a new NativeSelect with the given caption, containing the data items in the given collection.
NativeSelect(String caption, DataProvider dataProvider)
Creates a new NativeSelect with the given caption, using the given DataProvider as the source of data items.

Method