Uses of Class
net.sf.jasperreports.engine.JRGenericElementType
-
Packages that use JRGenericElementType Package Description net.sf.jasperreports.components.headertoolbar Contains classes for the built-in Header Toolbar component.net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.net.sf.jasperreports.components.sort Contains classes for the built-in Sort component.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.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.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). -
-
Uses of JRGenericElementType in net.sf.jasperreports.components.headertoolbar
Fields in net.sf.jasperreports.components.headertoolbar declared as JRGenericElementType Modifier and Type Field Description static JRGenericElementTypeHeaderToolbarElement. ELEMENT_TYPE -
Uses of JRGenericElementType in net.sf.jasperreports.components.iconlabel
Fields in net.sf.jasperreports.components.iconlabel declared as JRGenericElementType Modifier and Type Field Description static JRGenericElementTypeIconLabelElement. ICONLABEL_ELEMENT_TYPE -
Uses of JRGenericElementType in net.sf.jasperreports.components.map
Fields in net.sf.jasperreports.components.map declared as JRGenericElementType Modifier and Type Field Description static JRGenericElementTypeMapComponent. MAP_ELEMENT_TYPEThe qualified type of map generic elements. -
Uses of JRGenericElementType in net.sf.jasperreports.components.sort
Fields in net.sf.jasperreports.components.sort declared as JRGenericElementType Modifier and Type Field Description static JRGenericElementTypeSortElement. SORT_ELEMENT_TYPE -
Uses of JRGenericElementType in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRGenericElementType Modifier and Type Method Description JRGenericElementTypeJRGenericElement. getGenericType()Returns the generic type of this element.JRGenericElementTypeJRGenericPrintElement. 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 JRGenericElementType Modifier and Type Method Description JRGenericElementTypeJRBaseGenericElement. getGenericType()JRGenericElementTypeJRBaseGenericPrintElement. getGenericType()Methods in net.sf.jasperreports.engine.base with parameters of type JRGenericElementType Modifier and Type Method Description voidJRBaseGenericPrintElement. 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 JRGenericElementType Modifier and Type Method Description JRGenericElementTypeJRDesignGenericElement. getGenericType()Methods in net.sf.jasperreports.engine.design with parameters of type JRGenericElementType Modifier and Type Method Description voidJRDesignGenericElement. setGenericType(JRGenericElementType genericType)Sets the type of the generic element. -
Uses of JRGenericElementType in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as JRGenericElementType Modifier and Type Field Description static JRGenericElementTypeFlashPrintElement. FLASH_ELEMENT_TYPEDeprecated.The qualified type of Flash generic elements.Methods in net.sf.jasperreports.engine.export with parameters of type JRGenericElementType Modifier and Type Method Description GenericElementHandlerGenericElementHandlerEnviroment. getElementHandler(JRGenericElementType type, java.lang.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 JRGenericElementType Modifier and Type Field Description static JRGenericElementTypeJRFillCrosstab. CROSSTAB_INTERACTIVE_ELEMENT_TYPEMethods in net.sf.jasperreports.engine.fill that return JRGenericElementType Modifier and Type Method Description JRGenericElementTypeJRFillGenericElement. getGenericType()JRGenericElementTypeJRTemplateGenericElement. getGenericType()Returns the type of the generic elements that use this template.JRGenericElementTypeJRTemplateGenericPrintElement. getGenericType()Returns the generic type specified by the element template.Methods in net.sf.jasperreports.engine.fill with parameters of type JRGenericElementType Modifier and Type Method Description voidJRTemplateGenericElement. 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 JRGenericElementType Constructor Description JRTemplateGenericElement(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.
-