Package | Description |
---|---|
com.vaadin.data | |
com.vaadin.ui |
Modifier and Type | Interface and Description |
---|---|
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 |
CheckBoxGroup<T>
A group of Checkboxes.
|
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 © 2019 Vaadin Ltd. All rights reserved.