| Modifier and Type | Class and Description |
|---|---|
class |
CheckboxGroup<T>
Server-side component for the
vaadin-checkbox-group element. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComboBox<T>
Server-side component for the
vaadin-combo-box webcomponent. |
| Modifier and Type | Class and Description |
|---|---|
class |
CrudGrid<E>
A simple grid implementation for Crud that allows searching and sorting backed by a data provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Grid<T>
Server-side component for the
<vaadin-grid> element. |
| Modifier and Type | Class and Description |
|---|---|
class |
IronList<T>
Component that encapsulates the functionality of the
<iron-list>
webcomponent. |
| Modifier and Type | Class and Description |
|---|---|
class |
ListBox<T>
Server-side component for the
vaadin-list-box element. |
| Modifier and Type | Class and Description |
|---|---|
class |
RadioButtonGroup<T>
A single select component using radio buttons as options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeGrid<T>
A grid component for displaying hierarchical tabular data.
|
| 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 |
HasItemsAndComponents<T>
Mixin interface for components that display a collection of items and can
have additional components between the items.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasHierarchicalDataProvider<T>
A generic interface for hierarchical listing components that use a data
provider for showing data.
|
Copyright © 2018. All rights reserved.