Interface Item
-
- All Superinterfaces:
Cloneable
,JRCloneable
public interface Item extends JRCloneable
Deprecated.Replaced byItem
.The Item interface. Provides a collection of item properties.- Author:
- Teodor Danciu ([email protected])
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<ItemProperty>
getProperties()
Deprecated.Returns a list ofItemProperty
objects.-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Method Detail
-
getProperties
List<ItemProperty> getProperties()
Deprecated.Returns a list ofItemProperty
objects. Each item property provides a name-value pair.- Returns:
- a list of item properties
- See Also:
ItemProperty
-
-