public class StandardItem extends java.lang.Object implements Item, JRChangeEventsSupport, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_ITEM_PROPERTIES |
Constructor and Description |
---|
StandardItem() |
StandardItem(java.util.List<ItemProperty> properties) |
Modifier and Type | Method and Description |
---|---|
void |
addItemProperty(ItemProperty property) |
java.lang.Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
java.util.List<ItemProperty> |
getProperties()
Returns a list of
ItemProperty objects. |
void |
removeItemProperty(ItemProperty property) |
public static final java.lang.String PROPERTY_ITEM_PROPERTIES
public StandardItem()
public StandardItem(java.util.List<ItemProperty> properties)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class java.lang.Object
public java.util.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)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com