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 FooterRow
Grid. addFooterRowAt(int index)
Inserts a new row at the given position to the footer section.FooterRow
Grid. appendFooterRow()
Adds a new row at the bottom of the footer section.FooterRow
Grid. getFooterRow(int index)
Returns the footer row at the given index.FooterRow
Grid. 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 void
Grid. 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 class
Footer.Row
A row in a Grid Footer.
-