Uses of Interface
net.sf.jasperreports.components.table.GroupCell

Packages that use GroupCell
net.sf.jasperreports.components   
net.sf.jasperreports.components.table   
 

Uses of GroupCell in net.sf.jasperreports.components
 

Method parameters in net.sf.jasperreports.components with type arguments of type GroupCell
protected  void ComponentsXmlHandler.writeGroupCells(java.util.List<GroupCell> cells, java.lang.String name, JRXmlWriter reportWriter)
           
 

Uses of GroupCell in net.sf.jasperreports.components.table
 

Classes in net.sf.jasperreports.components.table that implement GroupCell
 class StandardGroupCell
           
 

Methods in net.sf.jasperreports.components.table that return types with arguments of type GroupCell
 java.util.List<GroupCell> ColumnFactory.createGroupCells(java.util.List<GroupCell> cells)
           
 java.util.List<GroupCell> StandardBaseColumn.getGroupFooters()
           
 java.util.List<GroupCell> BaseColumn.getGroupFooters()
           
 java.util.List<GroupCell> StandardBaseColumn.getGroupHeaders()
           
 java.util.List<GroupCell> BaseColumn.getGroupHeaders()
           
 

Methods in net.sf.jasperreports.components.table with parameters of type GroupCell
 void StandardBaseColumn.addGroupFooter(GroupCell groupCell)
           
 void StandardBaseColumn.addGroupHeader(GroupCell groupCell)
           
 boolean StandardBaseColumn.removeGroupFooter(GroupCell groupCell)
           
 boolean StandardBaseColumn.removeGroupHeader(GroupCell groupCell)
           
 

Method parameters in net.sf.jasperreports.components.table with type arguments of type GroupCell
protected  void ColumnExpressionCollector.collectGroupCells(java.util.List<GroupCell> groupCells)
           
 java.util.List<GroupCell> ColumnFactory.createGroupCells(java.util.List<GroupCell> cells)
           
protected  int StandardBaseColumn.findGroupCellIndex(java.util.List<GroupCell> groupCells, java.lang.String groupName)
           
 void StandardBaseColumn.setGroupFooters(java.util.List<GroupCell> groupFooters)
           
 void StandardBaseColumn.setGroupHeaders(java.util.List<GroupCell> groupHeaders)
           
protected  void TableCompiler.verifyGroupCells(TableComponent table, java.util.List<GroupCell> cells, int width, java.lang.String cellName, JRVerifier verifier)
           
 

Constructors in net.sf.jasperreports.components.table with parameters of type GroupCell
StandardGroupCell(GroupCell groupCell, ColumnFactory columnFactory)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com