Uses of Class
com.vaadin.flow.component.grid.HeaderRow.HeaderCell
Packages that use HeaderRow.HeaderCell
-
Uses of HeaderRow.HeaderCell in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return HeaderRow.HeaderCellModifier and TypeMethodDescriptionHeaderRow.join
(Grid.Column<?>... columnsToMerge) Joins the cells corresponding the given columns in the row.HeaderRow.join
(Collection<HeaderRow.HeaderCell> cells) Replaces the given cells with a new cell that takes the full space of the joined cells.Method parameters in com.vaadin.flow.component.grid with type arguments of type HeaderRow.HeaderCellModifier and TypeMethodDescriptionHeaderRow.join
(Collection<HeaderRow.HeaderCell> cells) Replaces the given cells with a new cell that takes the full space of the joined cells.