public class StandardItem extends Object implements Item, JRChangeEventsSupport, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_ITEM_PROPERTIES |
Constructor and Description |
---|
StandardItem() |
StandardItem(List<ItemProperty> properties) |
Modifier and Type | Method and Description |
---|---|
void |
addItemProperty(ItemProperty property) |
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
List<ItemProperty> |
getProperties()
Returns a list of
ItemProperty objects. |
void |
removeItemProperty(ItemProperty property) |
public static final String PROPERTY_ITEM_PROPERTIES
public StandardItem()
public StandardItem(List<ItemProperty> properties)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
public Object clone()
clone
in interface JRCloneable
clone
in class Object
public List<ItemProperty> getProperties()
Item
ItemProperty
objects.
Each item property provides a name-value pair.getProperties
in interface Item
ItemProperty
public void addItemProperty(ItemProperty property)
public void removeItemProperty(ItemProperty property)
Copyright © 2017. All rights reserved.