Class StandardItem

    • Field Detail

      • PROPERTY_ITEM_PROPERTIES

        public static final java.lang.String PROPERTY_ITEM_PROPERTIES
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StandardItem

        public StandardItem()
        Deprecated.
      • StandardItem

        public StandardItem​(java.util.List<ItemProperty> properties)
        Deprecated.
    • Method Detail

      • clone

        public java.lang.Object clone()
        Deprecated.
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object
      • getProperties

        public java.util.List<ItemProperty> getProperties()
        Deprecated.
        Description copied from interface: Item
        Returns a list of ItemProperty objects. Each item property provides a name-value pair.
        Specified by:
        getProperties in interface Item
        Returns:
        a list of item properties
        See Also:
        ItemProperty
      • addItemProperty

        public void addItemProperty​(ItemProperty property)
        Deprecated.
      • removeItemProperty

        public void removeItemProperty​(ItemProperty property)
        Deprecated.