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 class
StandardItem
Methods in net.sf.jasperreports.components.items that return Item Modifier and Type Method Description Item
StandardItemData. 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 ofItem
objects.List<Item>
StandardItemData. getItems()
Methods in net.sf.jasperreports.components.items with parameters of type Item Modifier and Type Method Description void
StandardItemData. addItem(int index, Item item)
void
StandardItemData. addItem(Item item)
Item
StandardItemData. removeItem(Item item)
static void
ItemCompiler. 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 class
FillItem
Fields in net.sf.jasperreports.components.items.fill declared as Item Modifier and Type Field Description protected Item
FillItem. item
Methods in net.sf.jasperreports.components.items.fill with parameters of type Item Modifier and Type Method Description abstract FillItem
FillItemData. 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
Methods in net.sf.jasperreports.components.map that return Item Modifier and Type Method Description Item
MapComponent. getLegendItem()
Item
StandardMapComponent. getLegendItem()
Item
MapComponent. getResetMapItem()
Item
StandardMapComponent. getResetMapItem()
Methods in net.sf.jasperreports.components.map with parameters of type Item Modifier and Type Method Description protected void
MapCompiler. collectExpressions(Item item, JRExpressionCollector collector)
void
StandardMapComponent. setLegend(Item legend)
void
StandardMapComponent. 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 class
FillLegendItem
class
FillPlaceItem
class
FillResetMapItem
class
FillStyleItem
Methods in net.sf.jasperreports.components.map.fill with parameters of type Item Modifier and Type Method Description FillItem
FillMarkerItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)
FillItem
FillPlaceItemData. getFillItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)
FillItem
FillStyleItemData. 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)
-