Uses of Interface
net.sf.jasperreports.components.items.Item
Packages that use Item
Package
Description
Contains classes and interfaces for the item based components.
Contains classes and interfaces for filling the item based components.
-
Uses of Item in net.sf.jasperreports.components.items
Classes in net.sf.jasperreports.components.items that implement ItemMethods in net.sf.jasperreports.components.items that return ItemMethods in net.sf.jasperreports.components.items that return types with arguments of type ItemModifier and TypeMethodDescriptionItemData.getItems()Returns a list ofItemobjects.StandardItemData.getItems()Methods in net.sf.jasperreports.components.items with parameters of type ItemModifier and TypeMethodDescriptionvoidvoidStandardItemData.removeItem(Item item) static voidItemCompiler.verifyItem(JRVerifier verifier, Item item, String itemName, String[] requiredNames, Map<String, String> alternativeNamesMap) Verifies if required properties or their alternatives are present in the item properties list. -
Uses of Item in net.sf.jasperreports.components.items.fill
Classes in net.sf.jasperreports.components.items.fill that implement ItemFields in net.sf.jasperreports.components.items.fill declared as ItemMethods in net.sf.jasperreports.components.items.fill with parameters of type ItemModifier and TypeMethodDescriptionabstract FillItemFillItemData.getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory) Constructors in net.sf.jasperreports.components.items.fill with parameters of type ItemModifierConstructorDescriptionFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)