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. -
-
Uses of JRGenericElement in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRGenericElement Modifier and Type Method Description void
JRExpressionCollector. collect(JRGenericElement element)
Collects expressions from a generic element.void
JRVisitor. 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 class
JRBaseGenericElement
A read-only implementation ofJRGenericElement
that is included in compiled reports.Methods in net.sf.jasperreports.engine.base with parameters of type JRGenericElement Modifier and Type Method Description void
JRBaseObjectFactory. 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 void
ConvertVisitor. 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 class
JRDesignGenericElement
A implementation ofJRGenericElement
that 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 void
JRVerifier. verifyGenericElement(JRGenericElement element)
void
JRVerifierVisitor. visitGenericElement(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 class
JRFillGenericElement
AJRGenericElement
used during report fill.Methods in net.sf.jasperreports.engine.fill with parameters of type JRGenericElement Modifier and Type Method Description void
JRFillObjectFactory. 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 void
JRApiWriterVisitor. visitGenericElement(JRGenericElement element)
void
JRDelegationVisitor. visitGenericElement(JRGenericElement element)
void
JRVisitorSupport. visitGenericElement(JRGenericElement element)
void
UniformElementVisitor. visitGenericElement(JRGenericElement element)
void
JRApiWriter. writeGenericElement(JRGenericElement element, String elementName)
protected XmlNamespace getNamespace() { return JASPERREPORTS_NAMESPACE; } /**
-