Uses of Class
net.sf.jasperreports.engine.design.JRDesignComponentElement
-
Packages that use JRDesignComponentElement Package Description net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.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 JRDesignComponentElement in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel that return JRDesignComponentElement Modifier and Type Method Description JRDesignComponentElementIconLabelComponentUtil. createIconLabelComponentElement(JRTextElement textElement)JRDesignComponentElementIconLabelComponentUtil. createIconLabelComponentElement(JRTextElement parentElement, JRTextElement textElement) -
Uses of JRDesignComponentElement in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRDesignComponentElement Modifier and Type Method Description protected JRDesignComponentElementJRFillCrosstab.CrosstabFiller. createIconLabelElement(SortOrderEnum order, JRFillTextElement textElement, BuiltinExpressionEvaluatorFactory builtinExpressions)
-