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