Uses of Class
com.vaadin.flow.component.grid.FooterRow
-
Packages that use FooterRow Package Description com.vaadin.flow.component.grid -
-
Uses of FooterRow in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return FooterRow Modifier and Type Method Description FooterRowGrid. appendFooterRow()Adds a new footer row to the bottom of the existing footer rows.FooterRowGrid. prependFooterRow()Adds a new footer row on the top of the existing footer rows.Methods in com.vaadin.flow.component.grid that return types with arguments of type FooterRow Modifier and Type Method Description List<FooterRow>Grid. getFooterRows()Gets all of the footer rows in the Grid, in order from top to bottom.
-