Uses of Class
net.sf.jasperreports.engine.JRGenericElementType
Packages that use JRGenericElementType
Package
Description
Contains classes for the built-in Icon Label component.
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.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
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 JRGenericElementType in net.sf.jasperreports.components.headertoolbar
Fields in net.sf.jasperreports.components.headertoolbar declared as JRGenericElementTypeModifier and TypeFieldDescriptionstatic final JRGenericElementTypeHeaderToolbarElement.ELEMENT_TYPE -
Uses of JRGenericElementType in net.sf.jasperreports.components.iconlabel
Fields in net.sf.jasperreports.components.iconlabel declared as JRGenericElementTypeModifier and TypeFieldDescriptionstatic final JRGenericElementTypeIconLabelElement.ICONLABEL_ELEMENT_TYPE -
Uses of JRGenericElementType in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRGenericElementTypeModifier and TypeMethodDescriptionJRGenericElement.getGenericType()Returns the generic type of this element.JRGenericPrintElement.getGenericType()Returns the type of this element. -
Uses of JRGenericElementType in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base that return JRGenericElementTypeModifier and TypeMethodDescriptionJRBaseGenericElement.getGenericType()JRBaseGenericPrintElement.getGenericType()Methods in net.sf.jasperreports.engine.base with parameters of type JRGenericElementTypeModifier and TypeMethodDescriptionvoidJRBaseGenericPrintElement.setGenericType(JRGenericElementType genericType) Sets the type of this element. -
Uses of JRGenericElementType in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return JRGenericElementTypeMethods in net.sf.jasperreports.engine.design with parameters of type JRGenericElementTypeModifier and TypeMethodDescriptionvoidJRDesignGenericElement.setGenericType(JRGenericElementType genericType) Sets the type of the generic element. -
Uses of JRGenericElementType in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRGenericElementTypeModifier and TypeMethodDescriptionGenericElementHandlerEnviroment.getElementHandler(JRGenericElementType type, String exporterKey) Returns a handler for a generic print element type and an exporter key. -
Uses of JRGenericElementType in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRGenericElementTypeModifier and TypeFieldDescriptionstatic final JRGenericElementTypeJRFillCrosstab.CROSSTAB_INTERACTIVE_ELEMENT_TYPEMethods in net.sf.jasperreports.engine.fill that return JRGenericElementTypeModifier and TypeMethodDescriptionJRFillGenericElement.getGenericType()JRTemplateGenericElement.getGenericType()Returns the type of the generic elements that use this template.JRTemplateGenericPrintElement.getGenericType()Returns the generic type specified by the element template.Methods in net.sf.jasperreports.engine.fill with parameters of type JRGenericElementTypeModifier and TypeMethodDescriptionvoidJRTemplateGenericElement.setGenericType(JRGenericElementType genericType) Sets the type of the generic elements that use this template.Constructors in net.sf.jasperreports.engine.fill with parameters of type JRGenericElementTypeModifierConstructorDescriptionJRTemplateGenericElement(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRElement element, JRGenericElementType genericType) Creates a generic print element template.JRTemplateGenericElement(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRGenericElementType genericType) Creates a generic print element template.