Uses of Class
com.vaadin.ui.components.grid.GridHeader.HeaderRow

Packages that use GridHeader.HeaderRow
com.vaadin.ui.components.grid   
 

Uses of GridHeader.HeaderRow in com.vaadin.ui.components.grid
 

Methods in com.vaadin.ui.components.grid that return GridHeader.HeaderRow
protected  GridHeader.HeaderRow GridHeader.createRow()
           
 GridHeader.HeaderRow GridHeader.getDefaultRow()
          Returns the current default row of this header.
 GridHeader.HeaderRow GridHeader.removeRow(int rowIndex)
           
 

Methods in com.vaadin.ui.components.grid with parameters of type GridHeader.HeaderRow
 void GridHeader.setDefaultRow(GridHeader.HeaderRow row)
          Sets the default row of this header.
 

Constructors in com.vaadin.ui.components.grid with parameters of type GridHeader.HeaderRow
GridHeader.HeaderCell(GridHeader.HeaderRow row)
           
 



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