| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardItem |
| Modifier and Type | Method and Description |
|---|---|
Item |
StandardItemData.removeItem(Item item) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
StandardItemData.getItems() |
List<Item> |
ItemData.getItems()
Returns a list of
Item
objects. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FillItem |
| Modifier and Type | Field and Description |
|---|---|
protected Item |
FillItem.item |
| Modifier and Type | Method and Description |
|---|---|
abstract FillItem |
FillItemData.getFillItem(Item item,
JRFillObjectFactory factory) |
| Constructor and Description |
|---|
FillItem(Item item,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Item |
StandardItemData.removeItem(Item item)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
StandardItemData.getItems()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardItemData.addItem(int index,
Item item)
Deprecated.
|
void |
StandardItemData.addItem(Item item)
Deprecated.
|
Item |
StandardItemData.removeItem(Item item)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FillPlaceItem |
class |
FillStyleItem |
| Modifier and Type | Method and Description |
|---|---|
FillItem |
FillPlaceItemData.getFillItem(Item item,
JRFillObjectFactory factory) |
FillItem |
FillStyleItemData.getFillItem(Item item,
JRFillObjectFactory factory) |
| Constructor and Description |
|---|
FillItem(Item item,
JRFillObjectFactory factory)
Deprecated.
|
FillPlaceItem(Item item,
JRFillObjectFactory factory) |
FillStyleItem(Item item,
JRFillObjectFactory factory) |
Copyright © 2017. All rights reserved.