Uses of Interface
net.sf.jasperreports.engine.JRPart
Packages that use JRPart
Package
Description
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.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
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 JRPart in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRPart -
Uses of JRPart in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPartModifier and TypeClassDescriptionclassA read-onlyJRPartimplementation which is included in compiled reports.Fields in net.sf.jasperreports.engine.base declared as JRPartMethods in net.sf.jasperreports.engine.base that return JRPartMethods in net.sf.jasperreports.engine.base with parameters of type JRPartConstructors in net.sf.jasperreports.engine.base with parameters of type JRPart -
Uses of JRPart in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRPartFields in net.sf.jasperreports.engine.design with type parameters of type JRPartMethods in net.sf.jasperreports.engine.design that return JRPartModifier and TypeMethodDescriptionJRPart[]JRDesignSection.getParts()JRDesignSection.removePart(int index) Removes a part from the section.JRDesignSection.removePart(JRPart part) Removes a part from the section.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRPartModifier and TypeMethodDescriptionJRDesignSection.getPartsList()Gets a list of all parts within the current section.Methods in net.sf.jasperreports.engine.design with parameters of type JRPartModifier and TypeMethodDescriptionvoidAdds a part to the section.voidAdds a part to the section.JRDesignSection.removePart(JRPart part) Removes a part from the section.protected voidJRVerifier.verifyPart(JRPart part) -
Uses of JRPart in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRPart -
Uses of JRPart in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part that return JRPartConstructors in net.sf.jasperreports.engine.part with parameters of type JRPart