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

Packages that use Grid.HeaderRow
com.vaadin.ui   
 

Uses of Grid.HeaderRow in com.vaadin.ui
 

Methods in com.vaadin.ui that return Grid.HeaderRow
 Grid.HeaderRow Grid.addHeaderRowAt(int index)
          Inserts a new row at the given position to the header section.
 Grid.HeaderRow Grid.appendHeaderRow()
          Adds a new row at the bottom of the header section.
protected  Grid.HeaderRow Grid.Header.createRow()
           
 Grid.HeaderRow Grid.getDefaultHeaderRow()
          Returns the current default row of the header section.
 Grid.HeaderRow Grid.Header.getDefaultRow()
          Returns the current default row of this header.
 Grid.HeaderRow Grid.getHeaderRow(int rowIndex)
          Gets the header row at given index.
 Grid.HeaderRow Grid.prependHeaderRow()
          Adds a new row at the top of the header section.
 Grid.HeaderRow Grid.Header.removeRow(int rowIndex)
           
 

Methods in com.vaadin.ui with parameters of type Grid.HeaderRow
 void Grid.removeHeaderRow(Grid.HeaderRow row)
          Removes the given row from the header section.
 void Grid.setDefaultHeaderRow(Grid.HeaderRow row)
          Sets the default row of the header.
 void Grid.Header.setDefaultRow(Grid.HeaderRow row)
          Sets the default row of this header.
 

Constructors in com.vaadin.ui with parameters of type Grid.HeaderRow
Grid.HeaderCell(Grid.HeaderRow row)
           
 



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