Uses of Interface
net.sf.jasperreports.components.items.Item
-
Packages that use Item Package Description net.sf.jasperreports.components.items Contains classes and interfaces for the item based components.net.sf.jasperreports.components.items.fill Contains classes and interfaces for filling the item based components.net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.net.sf.jasperreports.components.map.fill Contains fill time implementations for Google Map component related interfaces. -
-
Uses of Item in net.sf.jasperreports.components.items
Classes in net.sf.jasperreports.components.items that implement Item Modifier and Type Class Description classStandardItemMethods in net.sf.jasperreports.components.items that return Item Modifier and Type Method Description ItemStandardItemData. removeItem(Item item)Methods in net.sf.jasperreports.components.items that return types with arguments of type Item Modifier and Type Method Description List<Item>ItemData. getItems()Returns a list ofItemobjects.List<Item>StandardItemData. getItems()Methods in net.sf.jasperreports.components.items with parameters of type Item Modifier and Type Method Description voidStandardItemData. addItem(int index, Item item)voidStandardItemData. addItem(Item item)ItemStandardItemData. 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 Item Modifier and Type Class Description classFillItemFields in net.sf.jasperreports.components.items.fill declared as Item Modifier and Type Field Description protected ItemFillItem. itemMethods in net.sf.jasperreports.components.items.fill with parameters of type Item Modifier and Type Method Description abstract FillItemFillItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)Constructors in net.sf.jasperreports.components.items.fill with parameters of type Item Constructor Description FillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory) -
Uses of Item in net.sf.jasperreports.components.map
Classes in net.sf.jasperreports.components.map that implement Item Modifier and Type Class Description classStandardItemDeprecated.Replaced byStandardItem.Methods in net.sf.jasperreports.components.map that return Item Modifier and Type Method Description ItemMapComponent. getLegendItem()ItemStandardMapComponent. getLegendItem()ItemMapComponent. getResetMapItem()ItemStandardMapComponent. getResetMapItem()ItemStandardItemData. removeItem(Item item)Deprecated.Methods in net.sf.jasperreports.components.map that return types with arguments of type Item Modifier and Type Method Description List<Item>StandardItemData. getItems()Deprecated.Methods in net.sf.jasperreports.components.map with parameters of type Item Modifier and Type Method Description voidStandardItemData. addItem(int index, Item item)Deprecated.voidStandardItemData. addItem(Item item)Deprecated.protected voidMapCompiler. collectExpressions(Item item, JRExpressionCollector collector)ItemStandardItemData. removeItem(Item item)Deprecated.voidStandardMapComponent. setLegend(Item legend)voidStandardMapComponent. setResetMap(Item resetMap) -
Uses of Item in net.sf.jasperreports.components.map.fill
Classes in net.sf.jasperreports.components.map.fill that implement Item Modifier and Type Class Description classFillLegendItemclassFillPlaceItemclassFillResetMapItemclassFillStyleItemMethods in net.sf.jasperreports.components.map.fill with parameters of type Item Modifier and Type Method Description FillItemFillMarkerItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)FillItemFillPlaceItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)FillItemFillStyleItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)Constructors in net.sf.jasperreports.components.map.fill with parameters of type Item Constructor Description FillLegendItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)FillPlaceItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)FillResetMapItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)FillStyleItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)
-