Uses of Interface
net.sf.jasperreports.engine.component.Component
-
Packages that use Component Package Description net.sf.jasperreports.barbecue Contains classes for the built-in Barbecue component.net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J component.net.sf.jasperreports.components.charts Contains interfaces and base classes for the built-in Spider Chart component.net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.list Contains classes for the built-in List component.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.net.sf.jasperreports.components.sort net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.net.sf.jasperreports.components.table Contains classes for the built-in Table component.net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.component Provides interfaces and base classes for the built-in JasperReports component functionality.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of Component in net.sf.jasperreports.barbecue
Subinterfaces of Component in net.sf.jasperreports.barbecue Modifier and Type Interface Description interface
BarbecueComponent
Classes in net.sf.jasperreports.barbecue that implement Component Modifier and Type Class Description class
StandardBarbecueComponent
Methods in net.sf.jasperreports.barbecue that return Component Modifier and Type Method Description Component
BarbecueCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
Methods in net.sf.jasperreports.barbecue with parameters of type Component Modifier and Type Method Description void
BarbecueCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Component
BarbecueCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
FillComponent
BarbecueFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)
void
BarbecueCompiler. verify(Component component, JRVerifier verifier)
-
Uses of Component in net.sf.jasperreports.barcode4j
Classes in net.sf.jasperreports.barcode4j that implement Component Modifier and Type Class Description class
Barcode4jComponent
class
BarcodeComponent
class
CodabarComponent
class
Code128Component
class
Code39Component
class
DataMatrixComponent
class
EAN128Component
class
EAN13Component
class
EAN8Component
class
FourStateBarcodeComponent
class
Interleaved2Of5Component
class
PDF417Component
class
POSTNETComponent
class
QRCodeComponent
Contains the main settings for the QRCode componentclass
RoyalMailCustomerComponent
class
UPCAComponent
class
UPCEComponent
class
USPSIntelligentMailComponent
Fields in net.sf.jasperreports.barcode4j with type parameters of type Component Modifier and Type Field Description static List<Class<? extends Component>>
Barcode4JExtensionsRegistryFactory. BARCODE4J_COMPONENT_TYPES
Methods in net.sf.jasperreports.barcode4j that return Component Modifier and Type Method Description Component
BarcodeCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
Methods in net.sf.jasperreports.barcode4j with parameters of type Component Modifier and Type Method Description void
BarcodeCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Component
BarcodeCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
FillComponent
BarcodeFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)
void
BarcodeCompiler. verify(Component component, JRVerifier verifier)
-
Uses of Component in net.sf.jasperreports.components.charts
Subinterfaces of Component in net.sf.jasperreports.components.charts Modifier and Type Interface Description interface
ChartComponent
-
Uses of Component in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement Component Modifier and Type Class Description class
IconLabelComponent
Methods in net.sf.jasperreports.components.iconlabel that return Component Modifier and Type Method Description Component
IconLabelComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
Methods in net.sf.jasperreports.components.iconlabel with parameters of type Component Modifier and Type Method Description void
IconLabelComponentCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Component
IconLabelComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
FillComponent
IconLabelComponentFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)
void
IconLabelComponentCompiler. verify(Component component, JRVerifier verifier)
-
Uses of Component in net.sf.jasperreports.components.list
Subinterfaces of Component in net.sf.jasperreports.components.list Modifier and Type Interface Description interface
ListComponent
List component interface.Classes in net.sf.jasperreports.components.list that implement Component Modifier and Type Class Description class
StandardListComponent
StandardListComponent
implementation.Methods in net.sf.jasperreports.components.list that return Component Modifier and Type Method Description Component
ListComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
Methods in net.sf.jasperreports.components.list with parameters of type Component Modifier and Type Method Description void
ListComponentCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Component
ListComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
FillComponent
FillListFactory. toFillComponent(Component component, JRFillObjectFactory factory)
void
ListComponentCompiler. verify(Component component, JRVerifier verifier)
-
Uses of Component in net.sf.jasperreports.components.map
Subinterfaces of Component in net.sf.jasperreports.components.map Modifier and Type Interface Description interface
MapComponent
The Map component interface.Classes in net.sf.jasperreports.components.map that implement Component Modifier and Type Class Description class
StandardMapComponent
Methods in net.sf.jasperreports.components.map that return Component Modifier and Type Method Description Component
MapCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
Methods in net.sf.jasperreports.components.map with parameters of type Component Modifier and Type Method Description void
MapCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Component
MapCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
void
MapCompiler. verify(Component component, JRVerifier verifier)
-
Uses of Component in net.sf.jasperreports.components.map.fill
Methods in net.sf.jasperreports.components.map.fill with parameters of type Component Modifier and Type Method Description FillComponent
MapFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)
-
Uses of Component in net.sf.jasperreports.components.sort
Classes in net.sf.jasperreports.components.sort that implement Component Modifier and Type Class Description class
SortComponent
Methods in net.sf.jasperreports.components.sort that return Component Modifier and Type Method Description Component
SortComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
Methods in net.sf.jasperreports.components.sort with parameters of type Component Modifier and Type Method Description void
SortComponentCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Component
SortComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
FillComponent
SortComponentFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)
void
SortComponentCompiler. verify(Component component, JRVerifier verifier)
-
Uses of Component in net.sf.jasperreports.components.spiderchart
Classes in net.sf.jasperreports.components.spiderchart that implement Component Modifier and Type Class Description class
SpiderChartComponent
Methods in net.sf.jasperreports.components.spiderchart that return Component Modifier and Type Method Description Component
SpiderChartCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
Methods in net.sf.jasperreports.components.spiderchart with parameters of type Component Modifier and Type Method Description void
SpiderChartCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Component
SpiderChartCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
FillComponent
SpiderChartFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)
void
SpiderChartCompiler. verify(Component component, JRVerifier verifier)
-
Uses of Component in net.sf.jasperreports.components.subreport.fill
Constructors in net.sf.jasperreports.components.subreport.fill with parameters of type Component Constructor Description SubreportFillComponent(Component subreportComponent, JRFillObjectFactory factory)
-
Uses of Component in net.sf.jasperreports.components.table
Subinterfaces of Component in net.sf.jasperreports.components.table Modifier and Type Interface Description interface
TableComponent
Classes in net.sf.jasperreports.components.table that implement Component Modifier and Type Class Description class
StandardTable
Methods in net.sf.jasperreports.components.table that return Component Modifier and Type Method Description Component
TableCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
Methods in net.sf.jasperreports.components.table with parameters of type Component Modifier and Type Method Description void
TableCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Component
TableCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
FillComponent
FillTableFactory. toFillComponent(Component component, JRFillObjectFactory factory)
void
TableCompiler. verify(Component component, JRVerifier verifier)
-
Uses of Component in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return Component Modifier and Type Method Description Component
JRComponentElement. getComponent()
Returns the component instance wrapped by this element. -
Uses of Component in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base that return Component Modifier and Type Method Description Component
JRBaseComponentElement. getComponent()
-
Uses of Component in net.sf.jasperreports.engine.component
Subinterfaces of Component in net.sf.jasperreports.engine.component Modifier and Type Interface Description interface
ContextAwareComponent
Methods in net.sf.jasperreports.engine.component that return Component Modifier and Type Method Description Component
ComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the compiled report.Methods in net.sf.jasperreports.engine.component that return types with arguments of type Component Modifier and Type Method Description Map<Class<? extends Component>,ComponentManager>
DefaultComponentsBundle. getComponentManagers()
Returns the internal map of component managers, indexed by component name.Set<Class<? extends Component>>
ComponentsBundle. getComponentTypes()
Returns a set that contains the types of components included in this bundle.Set<Class<? extends Component>>
DefaultComponentsBundle. getComponentTypes()
Methods in net.sf.jasperreports.engine.component with parameters of type Component Modifier and Type Method Description void
ComponentCompiler. collectExpressions(Component component, JRExpressionCollector collector)
Collects report expressions from a component.ComponentManager
ComponentsEnvironment. getManager(Component component)
Returns a component manager that corresponds to a particular component.Component
ComponentCompiler. toCompiledComponent(Component component, JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the compiled report.FillComponent
ComponentFillFactory. toFillComponent(Component component, JRFillObjectFactory factory)
Creates a fill component instance for a component.void
ComponentCompiler. verify(Component component, JRVerifier verifier)
Logically verifies a component.Method parameters in net.sf.jasperreports.engine.component with type arguments of type Component Modifier and Type Method Description Optional<ComponentManager>
ComponentsBundle. getComponentManager(Class<? extends Component> componentType)
Returns the manager for a component.Optional<ComponentManager>
DefaultComponentsBundle. getComponentManager(Class<? extends Component> componentType)
String
ComponentsEnvironment. getComponentName(Class<? extends Component> componentType)
ComponentManager
ComponentsEnvironment. getManager(Class<? extends Component> componentType)
Returns a component manager that corresponds to a particular component type.void
DefaultComponentsBundle. setComponentManagers(Map<Class<? extends Component>,ComponentManager> componentManagers)
Sets the map of component managers. -
Uses of Component in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return Component Modifier and Type Method Description Component
JRDesignComponentElement. getComponent()
Methods in net.sf.jasperreports.engine.design with parameters of type Component Modifier and Type Method Description void
JRDesignComponentElement. setComponent(Component component)
Sets the component instance wrapped by this element. -
Uses of Component in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return Component Modifier and Type Method Description Component
JRFillComponentElement. getComponent()
-