Uses of Interface
net.sf.jasperreports.engine.JRGenericElement
Packages that use JRGenericElement
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).
Contains utility classes for the core library.
-
Uses of JRGenericElement in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRGenericElementModifier and TypeMethodDescriptionvoidJRExpressionCollector.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 JRGenericElementModifier and TypeClassDescriptionclassA read-only implementation ofJRGenericElementthat is included in compiled reports.Methods in net.sf.jasperreports.engine.base with parameters of type JRGenericElementModifier and TypeMethodDescriptionvoidJRBaseObjectFactory.visitGenericElement(JRGenericElement element) Constructors in net.sf.jasperreports.engine.base with parameters of type JRGenericElementModifierConstructorDescriptionJRBaseGenericElement(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 JRGenericElementModifier and TypeMethodDescriptionvoidConvertVisitor.visitGenericElement(JRGenericElement element) -
Uses of JRGenericElement in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRGenericElementModifier and TypeClassDescriptionclassA implementation ofJRGenericElementthat is to be used at report design time.Methods in net.sf.jasperreports.engine.design with parameters of type JRGenericElementModifier and TypeMethodDescriptionprotected voidJRVerifier.verifyGenericElement(JRGenericElement element) voidJRVerifierVisitor.visitGenericElement(JRGenericElement element) -
Uses of JRGenericElement in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRGenericElementMethods in net.sf.jasperreports.engine.fill with parameters of type JRGenericElementModifier and TypeMethodDescriptionvoidJRFillObjectFactory.visitGenericElement(JRGenericElement element) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRGenericElementModifierConstructorDescriptionJRFillGenericElement(JRBaseFiller filler, JRGenericElement element, JRFillObjectFactory factory) protectedJRTemplateGenericElement(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 JRGenericElementModifier and TypeMethodDescriptionvoidJRApiWriterVisitor.visitGenericElement(JRGenericElement element) voidJRDelegationVisitor.visitGenericElement(JRGenericElement element) voidJRVisitorSupport.visitGenericElement(JRGenericElement element) voidUniformElementVisitor.visitGenericElement(JRGenericElement element) voidJRApiWriter.writeGenericElement(JRGenericElement element, String elementName) protected XmlNamespace getNamespace() { return JASPERREPORTS_NAMESPACE; } /**