| Package | Description |
|---|---|
| com.vaadin.data.provider | |
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Class and Description |
|---|---|
protected class |
DataCommunicator.ActiveDataHandler
A class for handling currently active data and dropping data that is no
longer needed.
|
class |
HierarchyMapper<T,F>
Mapper for hierarchical data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataCommunicator.addDataGenerator(DataGenerator<T> generator)
Adds a data generator to this data communicator.
|
void |
DataCommunicator.removeDataGenerator(DataGenerator<T> generator)
Removes a data generator from this data communicator.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractListing.AbstractListingExtension<T>
A helper base class for creating extensions for Listing components.
|
static class |
Grid.AbstractGridExtension<T>
A helper base class for creating extensions for the Grid component.
|
static class |
Grid.DetailsManager<T>
Class for managing visible details rows.
|
static class |
Tree.TreeMultiSelectionModel<T>
Custom MultiSelectionModel for Tree.
|
class |
Tree.TreeRenderer
String renderer that handles icon resources and stores their identifiers
into data objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractListing.addDataGenerator(DataGenerator<T> generator)
Adds the given data generator to this listing.
|
protected void |
AbstractListing.removeDataGenerator(DataGenerator<T> generator)
Removes the given data generator from this listing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelectionModel<T>
Abstract selection model for grid.
|
class |
EditorImpl<T>
Implementation of
Editor interface. |
class |
MultiSelectionModelImpl<T>
Multiselection model for grid.
|
class |
SingleSelectionModelImpl<T>
Single selection model for grid.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.