public class StandardItemData extends Object implements Serializable, ItemData, JRChangeEventsSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_DATASET |
static String |
PROPERTY_ITEMS |
| Constructor and Description |
|---|
StandardItemData() |
StandardItemData(ItemData data,
JRBaseObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(int index,
Item item) |
void |
addItem(Item item) |
Object |
clone() |
void |
collectExpressions(JRExpressionCollector collector) |
JRElementDataset |
getDataset() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
List<Item> |
getItems() |
Item |
removeItem(Item item) |
void |
setDataset(JRElementDataset dataset)
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 void addItem(Item item)
public void addItem(int index,
Item item)
public JRElementDataset getDataset()
getDataset in interface ItemDatapublic void setDataset(JRElementDataset dataset)
dataset - the dataset informationgetDataset()public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2014. All rights reserved.