Uses of Interface
net.sf.jasperreports.crosstabs.JRCellContents

Packages that use JRCellContents
net.sf.jasperreports.crosstabs   
net.sf.jasperreports.crosstabs.base   
net.sf.jasperreports.crosstabs.design   
net.sf.jasperreports.crosstabs.fill   
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.util Utility classes. 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of JRCellContents in net.sf.jasperreports.crosstabs
 

Methods in net.sf.jasperreports.crosstabs that return JRCellContents
 JRCellContents JRCrosstabCell.getContents()
          Returns the cell contents.
 JRCellContents JRCrosstabGroup.getHeader()
          Returns the group header cell.
 JRCellContents JRCrosstab.getHeaderCell()
          Returns a cell which will be rendered at the upper-left corner of the crosstab.
 JRCellContents JRCrosstabGroup.getTotalHeader()
          Returns the group total header cell.
 JRCellContents JRCrosstab.getWhenNoDataCell()
          Returns a cell which will be rendered when no data was fed to the crosstab.
 

Uses of JRCellContents in net.sf.jasperreports.crosstabs.base
 

Classes in net.sf.jasperreports.crosstabs.base that implement JRCellContents
 class JRBaseCellContents
          Base read-only implementation of JRCellContents.
 

Fields in net.sf.jasperreports.crosstabs.base declared as JRCellContents
protected  JRCellContents JRBaseCrosstabCell.contents
           
protected  JRCellContents JRBaseCrosstabGroup.header
           
protected  JRCellContents JRBaseCrosstab.headerCell
           
protected  JRCellContents JRBaseCrosstabGroup.totalHeader
           
protected  JRCellContents JRBaseCrosstab.whenNoDataCell
           
 

Methods in net.sf.jasperreports.crosstabs.base that return JRCellContents
 JRCellContents JRBaseCrosstabCell.getContents()
           
 JRCellContents JRBaseCrosstabGroup.getHeader()
           
 JRCellContents JRBaseCrosstab.getHeaderCell()
           
 JRCellContents JRBaseCrosstabGroup.getTotalHeader()
           
 JRCellContents JRBaseCrosstab.getWhenNoDataCell()
           
 

Constructors in net.sf.jasperreports.crosstabs.base with parameters of type JRCellContents
JRBaseCellContents(JRCellContents cell, JRBaseObjectFactory factory)
           
 

Uses of JRCellContents in net.sf.jasperreports.crosstabs.design
 

Classes in net.sf.jasperreports.crosstabs.design that implement JRCellContents
 class JRDesignCellContents
          Implementation of JRCellContents used for report design.
 

Methods in net.sf.jasperreports.crosstabs.design that return JRCellContents
 JRCellContents JRDesignCrosstab.getHeaderCell()
           
 JRCellContents JRDesignCrosstab.getWhenNoDataCell()
           
 

Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRCellContents
protected  void JRDesignCrosstab.setCellOrigin(JRCellContents cell, JRCrosstabOrigin origin)
           
protected  void JRDesignCrosstabGroup.setCellOrigin(JRCellContents cell, JRCrosstabOrigin origin)
           
 

Uses of JRCellContents in net.sf.jasperreports.crosstabs.fill
 

Methods in net.sf.jasperreports.crosstabs.fill that return JRCellContents
 JRCellContents JRFillCrosstabCell.getContents()
           
 JRCellContents JRFillCrosstabGroup.getHeader()
           
 JRCellContents JRFillCrosstabGroup.getTotalHeader()
           
 

Methods in net.sf.jasperreports.crosstabs.fill with parameters of type JRCellContents
 JRFillCellContents JRFillCrosstabObjectFactory.getCell(JRCellContents cell, java.lang.String cellType)
           
 

Uses of JRCellContents in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine with parameters of type JRCellContents
protected  void JRExpressionCollector.collect(JRCellContents cell)
           
 

Uses of JRCellContents in net.sf.jasperreports.engine.base
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRCellContents
 JRBaseCellContents JRBaseObjectFactory.getCell(JRCellContents cell)
           
 

Uses of JRCellContents in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRCellContents
 class JRFillCellContents
          Crosstab cell contents filler.
 

Methods in net.sf.jasperreports.engine.fill that return JRCellContents
 JRCellContents JRFillCrosstab.getHeaderCell()
           
 JRCellContents JRFillCrosstab.getWhenNoDataCell()
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRCellContents
JRFillCellContents(JRBaseFiller filler, JRCellContents cell, java.lang.String cellType, JRFillCrosstabObjectFactory factory)
           
 

Uses of JRCellContents in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRCellContents
protected  void JRElementsVisitor.visitCrosstabCell(JRCellContents cell)
           
protected  void JRApiWriter.writeCellContents(JRCellContents contents, java.lang.String cellName)
           
 

Uses of JRCellContents in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRCellContents
protected  void JRXmlWriter.writeCellContents(JRCellContents contents)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com