Uses of Interface
com.vaadin.ui.components.grid.HeaderCell
-
Packages that use HeaderCell Package Description com.vaadin.ui.components.grid -
-
Uses of HeaderCell in com.vaadin.ui.components.grid
Classes in com.vaadin.ui.components.grid that implement HeaderCell Modifier and Type Class Description class
Header.Row.Cell
A cell in a Grid header row.Methods in com.vaadin.ui.components.grid that return HeaderCell Modifier and Type Method 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
Header.Row. join(HeaderCell... cellsToMerge)
Merges column cells in the row.HeaderCell
Header.Row. join(Grid.Column<?,?>... columnsToMerge)
HeaderCell
Header.Row. join(String... columnIdsToMerge)
HeaderCell
Header.Row. join(Set<HeaderCell> cellsToMerge)
Merges column cells in the row.HeaderCell
HeaderRow. join(HeaderCell... cellsToMerge)
Merges column cells in the row.HeaderCell
HeaderRow. join(Grid.Column<?,?>... columnsToMerge)
Merges cells corresponding to the given columns in the row.HeaderCell
HeaderRow. join(String... columnIdsToMerge)
Merges cells corresponding to the given column ids in the row.HeaderCell
HeaderRow. join(Set<HeaderCell> cellsToMerge)
Merges column cells in the row.Methods in com.vaadin.ui.components.grid with parameters of type HeaderCell Modifier and Type Method Description HeaderCell
Header.Row. join(HeaderCell... cellsToMerge)
Merges column cells in the row.HeaderCell
HeaderRow. join(HeaderCell... cellsToMerge)
Merges column cells in the row.Method parameters in com.vaadin.ui.components.grid with type arguments of type HeaderCell Modifier and Type Method Description HeaderCell
Header.Row. join(Set<HeaderCell> cellsToMerge)
Merges column cells in the row.HeaderCell
HeaderRow. join(Set<HeaderCell> cellsToMerge)
Merges column cells in the row.
-