StandardItemData
.public class StandardItemData extends Object implements Serializable, ItemData, JRChangeEventsSupport
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_DATASET
Deprecated.
|
static String |
PROPERTY_ITEMS
Deprecated.
|
Constructor and Description |
---|
StandardItemData()
Deprecated.
|
StandardItemData(ItemData data,
JRBaseObjectFactory factory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addItem(int index,
Item item)
Deprecated.
|
void |
addItem(Item item)
Deprecated.
|
Object |
clone()
Deprecated.
|
void |
collectExpressions(JRExpressionCollector collector)
Deprecated.
|
JRElementDataset |
getDataset()
Deprecated.
Returns the dataset information that will be used by the
ItemData object. |
JRPropertyChangeSupport |
getEventSupport()
Deprecated.
Returns the property change support object for this instance.
|
List<Item> |
getItems()
Deprecated.
Returns a list of
Item
objects. |
Item |
removeItem(Item item)
Deprecated.
|
void |
setDataset(JRElementDataset dataset)
Deprecated.
Sets the dataset information that will be used to create the item list.
|
public static final String PROPERTY_ITEMS
public static final String PROPERTY_DATASET
public StandardItemData()
public StandardItemData(ItemData data, JRBaseObjectFactory factory)
public void collectExpressions(JRExpressionCollector collector)
public List<Item> getItems()
ItemData
Item
objects. Each item in the list provides a collection of item properties.getItems
in interface ItemData
Item
,
ItemProperty
public void addItem(Item item)
public void addItem(int index, Item item)
public JRElementDataset getDataset()
ItemData
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.
getDataset
in interface ItemData
JRElementDataset
public void setDataset(JRElementDataset dataset)
dataset
- the dataset informationgetDataset()
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2019 TIBCO Software Inc.. All rights reserved.