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.FooterRowGrid. addFooterRowAt(int index)Inserts a new row at the given position to the footer section.Grid.FooterRowGrid. appendFooterRow()Adds a new row at the bottom of the footer section.protected Grid.FooterRowGrid.Footer. createRow()Grid.FooterRowGrid. getFooterRow(int rowIndex)Gets the footer row at given index.Grid.FooterRowGrid. 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 voidGrid. removeFooterRow(Grid.FooterRow row)Removes the given row from the footer section.
-