Interface Item
- All Superinterfaces:
Cloneable
,JRCloneable
- All Known Implementing Classes:
FillItem
,StandardItem
The Item interface. Provides a collection of item properties.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Method Details
-
getProperties
List<ItemProperty> getProperties()Returns a list ofItemProperty
objects. Each item property provides a name-value pair.- Returns:
- a list of item properties
- See Also:
-