Uses of Class
com.vaadin.ui.Grid.FooterRow

Packages that use Grid.FooterRow
com.vaadin.ui   
 

Uses of Grid.FooterRow in com.vaadin.ui
 

Methods in com.vaadin.ui that return Grid.FooterRow
 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.ui with parameters of type Grid.FooterRow
 void Grid.removeFooterRow(Grid.FooterRow row)
          Removes the given row from the footer section.
 

Constructors in com.vaadin.ui with parameters of type Grid.FooterRow
Grid.FooterCell(Grid.FooterRow row)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.