| Package | Description |
|---|---|
| com.vaadin.data |
Contains interfaces for the data layer, mainly for binding typed
data and data collections to components, and for validating data.
|
| com.vaadin.ui |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Container.Editor
Interface implemented by the editor classes supporting editing the
Container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelect
A class representing a selection of items the user has selected in a UI.
|
class |
ComboBox
A filtering dropdown single-select.
|
class |
ListSelect
This is a simple list select without, for instance, support for new items,
lazyloading, and other advanced features.
|
class |
NativeSelect
This is a simple drop-down select without, for instance, support for
multiselect, new items, lazyloading, and other advanced features.
|
class |
OptionGroup
Configures select to be used as an option group.
|
class |
Select
Deprecated.
As of 7.0. Use
ComboBox instead. |
class |
Table
Table is used for representing data or components in a pageable
and selectable table. |
class |
Tree
Tree component.
|
class |
TreeTable
|
class |
TwinColSelect
Multiselect component with two lists: left side for available items and right
side for selected items.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.