Uses of Class
com.vaadin.ui.components.grid.ColumnGroupRow

Packages that use ColumnGroupRow
com.vaadin.ui.components.grid   
 

Uses of ColumnGroupRow in com.vaadin.ui.components.grid
 

Methods in com.vaadin.ui.components.grid that return ColumnGroupRow
 ColumnGroupRow Grid.addColumnGroupRow()
           Adds a new column group to the grid.
 ColumnGroupRow Grid.addColumnGroupRow(int rowIndex)
          Adds a new column group to the grid at a specific index
 

Methods in com.vaadin.ui.components.grid that return types with arguments of type ColumnGroupRow
 java.util.List<ColumnGroupRow> Grid.getColumnGroupRows()
          Gets the column group rows.
 

Methods in com.vaadin.ui.components.grid with parameters of type ColumnGroupRow
 void Grid.removeColumnGroupRow(ColumnGroupRow row)
          Removes a column group.
 



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