Uses of Class
com.vaadin.flow.component.grid.HeaderRow
-
Packages that use HeaderRow Package Description com.vaadin.flow.component.grid -
-
Uses of HeaderRow in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return HeaderRow Modifier and Type Method Description protected HeaderRowGrid. addFirstHeaderRow()HeaderRowGrid. appendHeaderRow()Adds a new header row to the bottom of the existing header rows.protected HeaderRowGrid. getDefaultHeaderRow()HeaderRowGrid. 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 HeaderRow Modifier and Type Method Description List<HeaderRow>Grid. getHeaderRows()Gets all of the header rows in the Grid, in order from top to bottom.
-