Uses of Interface
net.sf.jasperreports.engine.JRGenericElement
-
Packages that use JRGenericElement 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.convert 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.util Contains utility classes for the core library.net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. -
-
Uses of JRGenericElement in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRGenericElement Modifier and Type Method Description voidJRExpressionCollector. collect(JRGenericElement element)Collects expressions from a generic element.voidJRVisitor. visitGenericElement(JRGenericElement element)Visits a generic report element. -
Uses of JRGenericElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRGenericElement Modifier and Type Class Description classJRBaseGenericElementA read-only implementation ofJRGenericElementthat is included in compiled reports.Methods in net.sf.jasperreports.engine.base with parameters of type JRGenericElement Modifier and Type Method Description voidJRBaseObjectFactory. visitGenericElement(JRGenericElement element)Constructors in net.sf.jasperreports.engine.base with parameters of type JRGenericElement Constructor Description JRBaseGenericElement(JRGenericElement element, JRBaseObjectFactory factory)Creates a generic element by copying an existing element. -
Uses of JRGenericElement in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert with parameters of type JRGenericElement Modifier and Type Method Description voidConvertVisitor. visitGenericElement(JRGenericElement element) -
Uses of JRGenericElement in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRGenericElement Modifier and Type Class Description classJRDesignGenericElementA implementation ofJRGenericElementthat is to be used at report design time.Methods in net.sf.jasperreports.engine.design with parameters of type JRGenericElement Modifier and Type Method Description protected voidJRVerifier. verifyGenericElement(JRGenericElement element) -
Uses of JRGenericElement in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRGenericElement Modifier and Type Class Description classJRFillGenericElementAJRGenericElementused during report fill.Methods in net.sf.jasperreports.engine.fill with parameters of type JRGenericElement Modifier and Type Method Description voidJRFillObjectFactory. visitGenericElement(JRGenericElement element)Constructors in net.sf.jasperreports.engine.fill with parameters of type JRGenericElement Constructor Description JRFillGenericElement(JRBaseFiller filler, JRGenericElement element, JRFillObjectFactory factory)JRTemplateGenericElement(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRGenericElement element) -
Uses of JRGenericElement in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRGenericElement Modifier and Type Method Description voidJRDelegationVisitor. visitGenericElement(JRGenericElement element)voidJRVisitorSupport. visitGenericElement(JRGenericElement element)voidUniformElementVisitor. visitGenericElement(JRGenericElement element)voidJRApiWriter. writeGenericElement(JRGenericElement element, String elementName)protected XmlNamespace getNamespace() { return JASPERREPORTS_NAMESPACE; } /** -
Uses of JRGenericElement in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRGenericElement Modifier and Type Method Description voidXmlWriterVisitor. visitGenericElement(JRGenericElement element)voidJRXmlWriter. writeGenericElement(JRGenericElement element)
-