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 PartComponentJRPart. 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 PartComponentJRBasePart. componentMethods in net.sf.jasperreports.engine.base that return PartComponent Modifier and Type Method Description PartComponentJRBasePart. 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 voidJRDesignPart. 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 PartComponentPartComponentCompiler. 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 with parameters of type PartComponent Modifier and Type Method Description voidPartComponentCompiler. collectExpressions(PartComponent component, JRExpressionCollector collector)Collects report expressions from a component.PartComponentPartComponentCompiler. toCompiledComponent(PartComponent component, JRBaseObjectFactory baseFactory)Provides a "compiled" component instance that will be included in the compiled report.PartFillComponentPartComponentFillFactory. toFillComponent(PartComponent component, JRFillObjectFactory factory)Creates a fill component instance for a component.voidPartComponentCompiler. verify(PartComponent component, JRVerifier verifier)Logically verifies a component. -
Uses of PartComponent in net.sf.jasperreports.parts.subreport
Subinterfaces of PartComponent in net.sf.jasperreports.parts.subreport Modifier and Type Interface Description interfaceSubreportPartComponentSubreport part component interface.Classes in net.sf.jasperreports.parts.subreport that implement PartComponent Modifier and Type Class Description classStandardSubreportPartComponentStandardSubreportPartComponentimplementation.Methods in net.sf.jasperreports.parts.subreport that return PartComponent Modifier and Type Method Description PartComponentSubreportPartComponentCompiler. toCompiledComponent(PartComponent component, JRBaseObjectFactory baseFactory)Methods in net.sf.jasperreports.parts.subreport with parameters of type PartComponent Modifier and Type Method Description voidSubreportPartComponentCompiler. collectExpressions(PartComponent component, JRExpressionCollector collector)PartComponentSubreportPartComponentCompiler. toCompiledComponent(PartComponent component, JRBaseObjectFactory baseFactory)PartFillComponentFillSubreportPartFactory. toFillComponent(PartComponent component, JRFillObjectFactory factory)voidSubreportPartComponentCompiler. verify(PartComponent component, JRVerifier verifier)
-