Class StandardItemData

    • Field Detail

      • PROPERTY_ITEMS

        public static final java.lang.String PROPERTY_ITEMS
        Deprecated.
        See Also:
        Constant Field Values
      • PROPERTY_DATASET

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

      • StandardItemData

        public StandardItemData()
        Deprecated.
    • Method Detail

      • getItems

        public java.util.List<Item> getItems()
        Deprecated.
        Description copied from interface: ItemData
        Returns a list of Item objects. Each item in the list provides a collection of item properties.
        Specified by:
        getItems in interface ItemData
        Returns:
        a list of items
        See Also:
        Item, ItemProperty
      • addItem

        public void addItem​(Item item)
        Deprecated.
      • addItem

        public void addItem​(int index,
                            Item item)
        Deprecated.
      • removeItem

        public Item removeItem​(Item item)
        Deprecated.
      • getDataset

        public JRElementDataset getDataset()
        Deprecated.
        Description copied from interface: ItemData
        Returns the dataset information that will be used by the ItemData object.

        This information is required either to use the main dataset or to instantiate a subdataset from the report. The data produced by the subdataset is fed to the items list.

        Specified by:
        getDataset in interface ItemData
        Returns:
        the dataset
        See Also:
        JRElementDataset
      • setDataset

        public void setDataset​(JRElementDataset dataset)
        Deprecated.
        Sets the dataset information that will be used to create the item list.
        Parameters:
        dataset - the dataset information
        See Also:
        getDataset()
      • clone

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