| Package | Description |
|---|---|
| com.vaadin.data | |
| com.vaadin.ui |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasDataProvider<T>
A generic interface for listing components that use a data provider for
showing data.
|
interface |
HasFilterableDataProvider<T,F>
A generic interface for listing components that use a filterable data
provider for showing data.
|
interface |
HasHierarchicalDataProvider<T>
A generic interface for hierarchical listing components that use a data
provider for showing data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListing<T>
A base class for listing components.
|
class |
AbstractMultiSelect<T>
Base class for listing components that allow selecting multiple items.
|
class |
AbstractSingleSelect<T>
An abstract base class for listing components that only support single
selection and no lazy loading of data items.
|
class |
CheckBoxGroup<T>
A group of Checkboxes.
|
class |
ComboBox<T>
A filtering dropdown single-select.
|
class |
Grid<T>
A grid component for displaying tabular data.
|
class |
ListSelect<T>
This is a simple list select without, for instance, support for new items,
lazyloading, and other advanced features.
|
class |
NativeSelect<T>
A simple drop-down select component.
|
class |
RadioButtonGroup<T>
A group of RadioButtons.
|
class |
Tree<T>
Tree component.
|
class |
TreeGrid<T>
A grid component for displaying hierarchical tabular data.
|
class |
TwinColSelect<T>
Multiselect component with two lists: left side for available items and right
side for selected items.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.