Uses of Class
com.vaadin.flow.component.grid.FooterRow
Packages that use FooterRow
-
Uses of FooterRow in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return FooterRowModifier and TypeMethodDescriptionGrid.appendFooterRow()
Adds a new footer row to the bottom of the existing footer rows.Grid.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 FooterRowModifier and TypeMethodDescriptionGrid.getFooterRows()
Gets all of the footer rows in the Grid, in order from top to bottom.Methods in com.vaadin.flow.component.grid with parameters of type FooterRowModifier and TypeMethodDescriptionvoid
Grid.removeFooterRow
(FooterRow footerRow) Removes the footer row from the grid.