Uses of Class
com.vaadin.client.widgets.Grid.FooterRow
-
Packages that use Grid.FooterRow Package Description com.vaadin.client.widgets -
-
Uses of Grid.FooterRow in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return Grid.FooterRow Modifier and Type Method Description Grid.FooterRow
Grid. addFooterRowAt(int index)
Inserts a new row at the given position to the footer section.Grid.FooterRow
Grid. appendFooterRow()
Adds a new row at the bottom of the footer section.protected Grid.FooterRow
Grid.Footer. createRow()
Grid.FooterRow
Grid. getFooterRow(int rowIndex)
Gets the footer row at given index.Grid.FooterRow
Grid. prependFooterRow()
Adds a new row at the top of the footer section.Methods in com.vaadin.client.widgets with parameters of type Grid.FooterRow Modifier and Type Method Description void
Grid. removeFooterRow(Grid.FooterRow row)
Removes the given row from the footer section.
-