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