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 classHeader.Row.CellA cell in a Grid header row.Methods in com.vaadin.ui.components.grid that return HeaderCell Modifier and Type Method Description HeaderCellHeaderRow. getCell(Grid.Column<?,?> column)Returns the cell on this row corresponding to the given column.HeaderCellHeaderRow. getCell(String columnId)Returns the cell on this row corresponding to the given column id.HeaderCellHeader.Row. join(HeaderCell... cellsToMerge)Merges column cells in the row.HeaderCellHeader.Row. join(Grid.Column<?,?>... columnsToMerge)HeaderCellHeader.Row. join(String... columnIdsToMerge)HeaderCellHeader.Row. join(Set<HeaderCell> cellsToMerge)Merges column cells in the row.HeaderCellHeaderRow. join(HeaderCell... cellsToMerge)Merges column cells in the row.HeaderCellHeaderRow. join(Grid.Column<?,?>... columnsToMerge)Merges cells corresponding to the given columns in the row.HeaderCellHeaderRow. join(String... columnIdsToMerge)Merges cells corresponding to the given column ids in the row.HeaderCellHeaderRow. 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 HeaderCellHeader.Row. join(HeaderCell... cellsToMerge)Merges column cells in the row.HeaderCellHeaderRow. 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 HeaderCellHeader.Row. join(Set<HeaderCell> cellsToMerge)Merges column cells in the row.HeaderCellHeaderRow. join(Set<HeaderCell> cellsToMerge)Merges column cells in the row.
-