StandardItem.public class StandardItem extends Object implements Item, JRChangeEventsSupport, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ITEM_PROPERTIES
Deprecated.
|
| Constructor and Description |
|---|
StandardItem()
Deprecated.
|
StandardItem(List<ItemProperty> properties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addItemProperty(ItemProperty property)
Deprecated.
|
Object |
clone()
Deprecated.
|
JRPropertyChangeSupport |
getEventSupport()
Deprecated.
Returns the property change support object for this instance.
|
List<ItemProperty> |
getProperties()
Deprecated.
Returns a list of
ItemProperty objects. |
void |
removeItemProperty(ItemProperty property)
Deprecated.
|
public static final String PROPERTY_ITEM_PROPERTIES
public StandardItem()
public StandardItem(List<ItemProperty> properties)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic Object clone()
clone in interface JRCloneableclone in class Objectpublic 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)
Copyright © 2017. All rights reserved.