Interface ItemData

All Superinterfaces:
Cloneable, JRCloneable
All Known Implementing Classes:
StandardItemData

public interface ItemData extends JRCloneable
The ItemData interface
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • getItems

      List<Item> getItems()
      Returns a list of Item objects. Each item in the list provides a collection of item properties.
      Returns:
      a list of items
      See Also:
    • getDataset

      JRElementDataset getDataset()
      Returns the dataset information that will be used by the ItemData object.

      This information is required either to use the main dataset or to instantiate a subdataset from the report. The data produced by the subdataset is fed to the items list.

      Returns:
      the dataset
      See Also: