Uses of Interface
net.sf.jasperreports.engine.part.PartComponent
-
Packages that use PartComponent Package Description 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.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.part net.sf.jasperreports.parts.subreport -
-
Uses of PartComponent in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return PartComponent Modifier and Type Method Description PartComponent
JRPart. getComponent()
Returns the component instance wrapped by this part. -
Uses of PartComponent in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as PartComponent Modifier and Type Field Description protected PartComponent
JRBasePart. component
Methods in net.sf.jasperreports.engine.base that return PartComponent Modifier and Type Method Description PartComponent
JRBasePart. getComponent()
-
Uses of PartComponent in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design with parameters of type PartComponent Modifier and Type Method Description void
JRDesignPart. setComponent(PartComponent component)
Sets the component instance wrapped by this part. -
Uses of PartComponent in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part that return PartComponent Modifier and Type Method Description PartComponent
PartComponentCompiler. toCompiledComponent(PartComponent component, JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the compiled report.Methods in net.sf.jasperreports.engine.part that return types with arguments of type PartComponent Modifier and Type Method Description Map<Class<? extends PartComponent>,PartComponentManager>
DefaultPartComponentsBundle. getComponentManagers()
Returns the internal map of component managers, indexed by component type.Set<Class<? extends PartComponent>>
DefaultPartComponentsBundle. getComponentTypes()
Set<Class<? extends PartComponent>>
PartComponentsBundle. getComponentTypes()
Returns a set that contains the types of components included in this bundle.Methods in net.sf.jasperreports.engine.part with parameters of type PartComponent Modifier and Type Method Description void
PartComponentCompiler. collectExpressions(PartComponent component, JRExpressionCollector collector)
Collects report expressions from a component.Optional<PartComponentManager>
DefaultPartComponentsBundle. getComponentManager(PartComponent component)
Optional<PartComponentManager>
PartComponentsBundle. getComponentManager(PartComponent component)
Returns the manager for a component type identified by name.PartComponentManager
PartComponentsEnvironment. getManager(PartComponent component)
Returns a component manager that corresponds to a particular component type key.PartComponent
PartComponentCompiler. toCompiledComponent(PartComponent component, JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the compiled report.PartFillComponent
PartComponentFillFactory. toFillComponent(PartComponent component, JRFillObjectFactory factory)
Creates a fill component instance for a component.void
PartComponentCompiler. verify(PartComponent component, JRVerifier verifier)
Logically verifies a component.Method parameters in net.sf.jasperreports.engine.part with type arguments of type PartComponent Modifier and Type Method Description String
PartComponentsEnvironment. getComponentName(Class<? extends PartComponent> componentType)
void
DefaultPartComponentsBundle. setComponentManagers(Map<Class<? extends PartComponent>,PartComponentManager> componentManagers)
Sets the map of component managers. -
Uses of PartComponent in net.sf.jasperreports.parts.subreport
Subinterfaces of PartComponent in net.sf.jasperreports.parts.subreport Modifier and Type Interface Description interface
SubreportPartComponent
Subreport part component interface.Classes in net.sf.jasperreports.parts.subreport that implement PartComponent Modifier and Type Class Description class
StandardSubreportPartComponent
StandardSubreportPartComponent
implementation.Methods in net.sf.jasperreports.parts.subreport that return PartComponent Modifier and Type Method Description PartComponent
SubreportPartComponentCompiler. toCompiledComponent(PartComponent component, JRBaseObjectFactory baseFactory)
Methods in net.sf.jasperreports.parts.subreport with parameters of type PartComponent Modifier and Type Method Description void
SubreportPartComponentCompiler. collectExpressions(PartComponent component, JRExpressionCollector collector)
PartComponent
SubreportPartComponentCompiler. toCompiledComponent(PartComponent component, JRBaseObjectFactory baseFactory)
PartFillComponent
FillSubreportPartFactory. toFillComponent(PartComponent component, JRFillObjectFactory factory)
void
SubreportPartComponentCompiler. verify(PartComponent component, JRVerifier verifier)
-