| Package | Description |
|---|---|
| com.vaadin.ui.components.grid |
| Modifier and Type | Class and Description |
|---|---|
class |
Footer.Row.Cell
A cell in a Grid footer row.
|
| Modifier and Type | Method and Description |
|---|---|
FooterCell |
FooterRow.getCell(Grid.Column<?,?> column)
Returns the cell on this row corresponding to the given column.
|
FooterCell |
FooterRow.getCell(String columnId)
Returns the cell on this row corresponding to the given column id.
|
FooterCell |
FooterRow.join(FooterCell... cellsToMerge)
Merges column cells in the row.
|
FooterCell |
Footer.Row.join(FooterCell... cellsToMerge)
Merges column cells in the row.
|
FooterCell |
FooterRow.join(Grid.Column<?,?>... columnsToMerge)
Merges cells corresponding to the given columns in the row.
|
FooterCell |
Footer.Row.join(Grid.Column<?,?>... columnsToMerge) |
FooterCell |
FooterRow.join(Set<FooterCell> cellsToMerge)
Merges column cells in the row.
|
FooterCell |
Footer.Row.join(Set<FooterCell> cellsToMerge)
Merges column cells in the row.
|
FooterCell |
FooterRow.join(String... columnIdsToMerge)
Merges cells corresponding to the given column ids in the row.
|
FooterCell |
Footer.Row.join(String... columnIdsToMerge) |
| Modifier and Type | Method and Description |
|---|---|
FooterCell |
FooterRow.join(FooterCell... cellsToMerge)
Merges column cells in the row.
|
FooterCell |
Footer.Row.join(FooterCell... cellsToMerge)
Merges column cells in the row.
|
| Modifier and Type | Method and Description |
|---|---|
FooterCell |
FooterRow.join(Set<FooterCell> cellsToMerge)
Merges column cells in the row.
|
FooterCell |
Footer.Row.join(Set<FooterCell> cellsToMerge)
Merges column cells in the row.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.