Interface JRCellContents

All Superinterfaces:
Cloneable, JRBoxContainer, JRChild, JRCloneable, JRElementGroup, JRPropertiesHolder, JRStyleContainer, JRVisitable
All Known Implementing Classes:
JRBaseCellContents, JRDesignCellContents, JRFillCellContents

public interface JRCellContents extends JRElementGroup, JRBoxContainer, JRPropertiesHolder
Crosstab cell contents interface.

This interface is used for both crosstab row/column headers and data cells.

There are some restrictions/rules regarding crosstab cells:

  • subreports, crosstabs and charts are not allowed
  • delayed evaluation for text fields and images is not allowed
  • cells cannot split on multiple pages
Author:
Lucian Chirita (lucianc@users.sourceforge.net)