Class StandardItemData

    • Constructor Detail

      • StandardItemData

        public StandardItemData()
        Deprecated.
    • Method Detail

      • getItems

        public 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()