Uses of Class
com.vaadin.flow.component.grid.HeaderRow
Packages that use HeaderRow
-
Uses of HeaderRow in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return HeaderRowModifier and TypeMethodDescriptionprotected HeaderRow
Grid.addFirstHeaderRow()
Grid.appendHeaderRow()
Adds a new header row to the bottom of the existing header rows.protected HeaderRow
Grid.getDefaultHeaderRow()
Grid.prependHeaderRow()
Adds a new header row on the top of the existing header rows.Methods in com.vaadin.flow.component.grid that return types with arguments of type HeaderRowModifier and TypeMethodDescriptionGrid.getHeaderRows()
Gets all of the header rows in the Grid, in order from top to bottom.Methods in com.vaadin.flow.component.grid with parameters of type HeaderRowModifier and TypeMethodDescriptionvoid
Grid.removeHeaderRow
(HeaderRow headerRow) Removes the header row from the grid.