Class StandardItemData
- java.lang.Object
-
- net.sf.jasperreports.components.map.StandardItemData
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,ItemData,JRChangeEventsSupport,JRCloneable
public class StandardItemData extends java.lang.Object implements java.io.Serializable, ItemData, JRChangeEventsSupport
Deprecated.Replaced byStandardItemData.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_DATASETDeprecated.static java.lang.StringPROPERTY_ITEMSDeprecated.
-
Constructor Summary
Constructors Constructor Description StandardItemData()Deprecated.StandardItemData(ItemData data, JRBaseObjectFactory factory)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddItem(int index, Item item)Deprecated.voidaddItem(Item item)Deprecated.java.lang.Objectclone()Deprecated.voidcollectExpressions(JRExpressionCollector collector)Deprecated.JRElementDatasetgetDataset()Deprecated.Returns the dataset information that will be used by theItemDataobject.JRPropertyChangeSupportgetEventSupport()Deprecated.Returns the property change support object for this instance.java.util.List<Item>getItems()Deprecated.Returns a list ofItemobjects.ItemremoveItem(Item item)Deprecated.voidsetDataset(JRElementDataset dataset)Deprecated.Sets the dataset information that will be used to create the item list.
-
-
-
Field Detail
-
PROPERTY_ITEMS
public static final java.lang.String PROPERTY_ITEMS
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_DATASET
public static final java.lang.String PROPERTY_DATASET
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardItemData
public StandardItemData()
Deprecated.
-
StandardItemData
public StandardItemData(ItemData data, JRBaseObjectFactory factory)
Deprecated.
-
-
Method Detail
-
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
Deprecated.
-
getItems
public java.util.List<Item> getItems()
Deprecated.Description copied from interface:ItemDataReturns a list ofItemobjects. Each item in the list provides a collection of item properties.- Specified by:
getItemsin interfaceItemData- Returns:
- a list of items
- See Also:
Item,ItemProperty
-
addItem
public void addItem(Item item)
Deprecated.
-
addItem
public void addItem(int index, Item item)Deprecated.
-
getDataset
public JRElementDataset getDataset()
Deprecated.Description copied from interface:ItemDataReturns 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.
- Specified by:
getDatasetin interfaceItemData- Returns:
- the dataset
- See Also:
JRElementDataset
-
setDataset
public void setDataset(JRElementDataset dataset)
Deprecated.Sets the dataset information that will be used to create the item list.- Parameters:
dataset- the dataset information- See Also:
getDataset()
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Deprecated.Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-
clone
public java.lang.Object clone()
Deprecated.- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classjava.lang.Object
-
-