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 |
GridPro<E> |
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. |
class |
ListBoxBase<C extends ListBoxBase<C,ITEM,VALUE>,ITEM,VALUE>
Base class for the
ListBox and MultiSelectListBox . |
class |
MultiSelectListBox<T>
Server-side component for the
vaadin-list-box element with
multi-selection. |
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 |
Select<T>
A customizable drop-down select component similar to a native browser select.
|
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>
Represents a component 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 © 2020. All rights reserved.