Interface ItemData
-
- All Superinterfaces:
java.lang.Cloneable,JRCloneable
public interface ItemData extends JRCloneable
Deprecated.Replaced byItemData.The ItemData interface- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description JRElementDatasetgetDataset()Deprecated.Returns the dataset information that will be used by theItemDataobject.java.util.List<Item>getItems()Deprecated.Returns a list ofItemobjects.-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Method Detail
-
getItems
java.util.List<Item> getItems()
Deprecated.Returns a list ofItemobjects. Each item in the list provides a collection of item properties.- Returns:
- a list of items
- See Also:
Item,ItemProperty
-
getDataset
JRElementDataset getDataset()
Deprecated.Returns the dataset information that will be used by theItemDataobject.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:
JRElementDataset
-
-