Uses of Interface
com.vaadin.ui.components.grid.FooterRow
-
Packages that use FooterRow Package Description com.vaadin.ui com.vaadin.ui.components.grid -
-
Uses of FooterRow in com.vaadin.ui
Methods in com.vaadin.ui that return FooterRow Modifier and Type Method Description FooterRowGrid. addFooterRowAt(int index)Inserts a new row at the given position to the footer section.FooterRowGrid. appendFooterRow()Adds a new row at the bottom of the footer section.FooterRowGrid. getFooterRow(int index)Returns the footer row at the given index.FooterRowGrid. prependFooterRow()Adds a new row at the top of the footer section.Methods in com.vaadin.ui with parameters of type FooterRow Modifier and Type Method Description voidGrid. removeFooterRow(FooterRow row)Removes the given row from the footer section. -
Uses of FooterRow in com.vaadin.ui.components.grid
Classes in com.vaadin.ui.components.grid that implement FooterRow Modifier and Type Class Description classFooter.RowA row in a Grid Footer.
-