We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.