| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Field and Description |
|---|---|
static Grid.DetailsGenerator |
Grid.DetailsGenerator.NULL
A details generator that provides no details
|
| Modifier and Type | Method and Description |
|---|---|
Grid.DetailsGenerator |
Grid.getDetailsGenerator()
Gets the current details generator for row details.
|
Grid.DetailsGenerator |
Grid.DetailComponentManager.getDetailsGenerator()
Gets the current details generator for row details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setDetailsGenerator(Grid.DetailsGenerator detailsGenerator)
Sets a new details generator for row details.
|
void |
Grid.DetailComponentManager.setDetailsGenerator(Grid.DetailsGenerator detailsGenerator)
Sets a new details generator for row details.
|
| Constructor and Description |
|---|
DetailComponentManager(Grid grid,
Grid.DetailsGenerator detailsGenerator) |
Copyright © 2019 Vaadin Ltd. All rights reserved.