Uses of Interface
net.sf.jasperreports.engine.JRPart
-
Packages that use JRPart 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.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).net.sf.jasperreports.engine.part -
-
Uses of JRPart in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRPart Modifier and Type Method Description JRPart[]
JRSection. getParts()
Returns the parts within the current section. -
Uses of JRPart in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPart Modifier and Type Class Description class
JRBasePart
A read-onlyJRPart
implementation which is included in compiled reports.Fields in net.sf.jasperreports.engine.base declared as JRPart Modifier and Type Field Description protected JRPart[]
JRBaseSection. parts
Methods in net.sf.jasperreports.engine.base that return JRPart Modifier and Type Method Description JRPart[]
JRBaseSection. getParts()
Methods in net.sf.jasperreports.engine.base with parameters of type JRPart Modifier and Type Method Description protected JRBasePart
JRBaseObjectFactory. getPart(JRPart part)
Constructors in net.sf.jasperreports.engine.base with parameters of type JRPart Constructor Description JRBasePart(JRPart part, JRBaseObjectFactory factory)
-
Uses of JRPart in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRPart Modifier and Type Class Description class
JRDesignPart
Fields in net.sf.jasperreports.engine.design with type parameters of type JRPart Modifier and Type Field Description protected List<JRPart>
JRDesignSection. partsList
Methods in net.sf.jasperreports.engine.design that return JRPart Modifier and Type Method Description JRPart[]
JRDesignSection. getParts()
JRPart
JRDesignSection. removePart(int index)
Removes a part from the section.JRPart
JRDesignSection. removePart(JRPart part)
Removes a part from the section.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRPart Modifier and Type Method Description List<JRPart>
JRDesignSection. getPartsList()
Gets a list of all parts within the current section.Methods in net.sf.jasperreports.engine.design with parameters of type JRPart Modifier and Type Method Description void
JRDesignSection. addPart(int index, JRPart part)
Adds a part to the section.void
JRDesignSection. addPart(JRPart part)
Adds a part to the section.JRPart
JRDesignSection. removePart(JRPart part)
Removes a part from the section.protected void
JRVerifier. verifyPart(JRPart part)
-
Uses of JRPart in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRPart Modifier and Type Method Description JRPart[]
JRFillSection. getParts()
-
Uses of JRPart in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part that return JRPart Modifier and Type Method Description JRPart
FillPart.Context. getPart()
JRPart
PartFillContext. getPart()
Constructors in net.sf.jasperreports.engine.part with parameters of type JRPart Constructor Description FillPart(JRPart part, JRFillObjectFactory fillFactory)
-