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

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

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

Methods in com.vaadin.ui.components.grid that return ColumnGroup
 ColumnGroup ColumnGroupRow.addGroup(ColumnGroup... groups)
          Add a new group to the row by using other already greated groups
 ColumnGroup ColumnGroupRow.addGroup(GridColumn... columns)
          Add a new group to the row by using column instances.
 ColumnGroup ColumnGroupRow.addGroup(java.lang.Object... propertyIds)
          Add a new group to the row by using property ids for the columns.
 

Methods in com.vaadin.ui.components.grid that return types with arguments of type ColumnGroup
 java.util.List<ColumnGroup> ColumnGroupRow.getGroups()
          Get the groups in the row.
 

Methods in com.vaadin.ui.components.grid with parameters of type ColumnGroup
 ColumnGroup ColumnGroupRow.addGroup(ColumnGroup... groups)
          Add a new group to the row by using other already greated groups
 void ColumnGroupRow.removeGroup(ColumnGroup group)
          Removes a group from the row.
 



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