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()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Objectpublic java.util.List<ItemProperty> getProperties()
ItemItemProperty objects.
Each item property provides a name-value pair.getProperties in interface ItemItemPropertypublic void addItemProperty(ItemProperty property)
public void removeItemProperty(ItemProperty property)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com