Uses of Class
net.sf.jasperreports.engine.fill.JRFillElement
-
Packages that use JRFillElement Package Description net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.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.fill.events -
-
Uses of JRFillElement in net.sf.jasperreports.charts.fill
Subclasses of JRFillElement in net.sf.jasperreports.charts.fill Modifier and Type Class Description class
JRFillChart
class
JRFillChartForAxis
-
Uses of JRFillElement in net.sf.jasperreports.components.subreport.fill
Subclasses of JRFillElement in net.sf.jasperreports.components.subreport.fill Modifier and Type Class Description class
ComponentFillSubreport
-
Uses of JRFillElement in net.sf.jasperreports.engine.fill
Subclasses of JRFillElement in net.sf.jasperreports.engine.fill Modifier and Type Class Description class
JRFillBreak
class
JRFillComponentElement
AJRComponentElement
which is used during report fill.class
JRFillCrosstab
Fill-time implementation of acrosstab
.class
JRFillEllipse
class
JRFillFrame
Fill time implementation of a frame element.class
JRFillGenericElement
AJRGenericElement
used during report fill.class
JRFillGraphicElement
class
JRFillImage
class
JRFillLine
class
JRFillRectangle
class
JRFillStaticText
class
JRFillSubreport
class
JRFillTextElement
class
JRFillTextField
Fields in net.sf.jasperreports.engine.fill declared as JRFillElement Modifier and Type Field Description protected JRFillElement[]
JRFillElementContainer. deepElements
protected JRFillElement
ElementEvaluationAction. element
protected JRFillElement[]
JRFillElementGroup. elements
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRFillElement Modifier and Type Method Description protected Collection<JRFillElement>
JRFillElement. getDependantElements()
Map<JRPrintElement,JRFillElement>
ElementEvaluationsSource. getEvaluations(JREvaluationTime evaluationTime)
Map<JRPrintElement,JRFillElement>
ElementRangeContents. getEvaluations(JREvaluationTime evaluationTime)
Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillElement Modifier and Type Method Description protected void
BaseReportFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, JREvaluationTime evaluationTime, FillPageKey pageKey)
protected void
JRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, JREvaluationTime evaluationTime)
void
JRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, String groupName, JRFillBand band)
void
JRBaseFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, EvaluationTimeEnum evaluationType, JRGroup group, JRFillBand band)
void
DelayedFillActions. addDelayedAction(JRFillElement element, JRPrintElement printElement, JREvaluationTime evaluationTime, FillPageKey pageKey)
protected void
JRFillElement. addDependantElement(JRFillElement element)
protected void
JRFillCellContents. addElement(int index, JRFillElement element)
protected void
JRFillElementContainer. addSubElements(JRPrintElementContainer printContainer, JRFillElement element, Collection<? extends JRPrintElement> printElements)
protected PrintElementOriginator
JRBaseFiller. assignElementId(JRFillElement fillElement)
void
ElementEvaluationsCollector. collect(JRPrintElement printElement, JRFillElement fillElement, JREvaluationTime evaluationTime)
void
ElementRangeContents. collect(JRPrintElement printElement, JRFillElement fillElement, JREvaluationTime evaluationTime)
protected void
DelayedFillActions. registerFillElement(JRFillElement element, JREvaluationTime evaluationTime)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillElement Constructor Description ElementEvaluationAction(JRFillElement element, JRPrintElement printElement)
FillStyleProviderContext(JRFillElement element)
JRFillElement(JRFillElement element, JRFillCloneFactory factory)
-
Uses of JRFillElement in net.sf.jasperreports.engine.fill.events
Methods in net.sf.jasperreports.engine.fill.events that return JRFillElement Modifier and Type Method Description JRFillElement
ElementEvaluatedEvent. getFillElement()
Constructors in net.sf.jasperreports.engine.fill.events with parameters of type JRFillElement Constructor Description ElementEvaluatedEvent(BaseReportFiller filler, JRFillElement fillElement)
TextFieldEvaluatedEvent(BaseReportFiller filler, JRFillElement fillElement, Object value)
-