Uses of Interface
net.sf.jasperreports.engine.JRPropertiesHolder
-
Packages that use JRPropertiesHolder Package Description net.sf.jasperreports.barcode4j Contains classes for the built-in Barcode4J component.net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.map.fill Contains fill time implementations for Google Map component related interfaces.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.net.sf.jasperreports.components.table Contains classes for the built-in Table component.net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.net.sf.jasperreports.crosstabs Contains classes for the Crosstab report element.net.sf.jasperreports.crosstabs.base Contains base classes for the Crosstab report element.net.sf.jasperreports.crosstabs.design Contains design classes for the Crosstab report element.net.sf.jasperreports.crosstabs.fill Contains classes to be used at report filling time for the Crosstab report element.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).net.sf.jasperreports.engine.part net.sf.jasperreports.engine.query Provides support for report queries and query executers.net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.engine.xml.print net.sf.jasperreports.export Provides exporter input, exporter output and exporter configurationsnet.sf.jasperreports.parts.subreport -
-
Uses of JRPropertiesHolder in net.sf.jasperreports.barcode4j
Methods in net.sf.jasperreports.barcode4j with parameters of type JRPropertiesHolder Modifier and Type Method Description BarcodeImageProducer
BarcodeUtils. getProducer(JRPropertiesHolder propertiesHolder)
QRCodeImageProducer
BarcodeUtils. getQRCodeProducer(JRPropertiesHolder propertiesHolder)
-
Uses of JRPropertiesHolder in net.sf.jasperreports.charts
Subinterfaces of JRPropertiesHolder in net.sf.jasperreports.charts Modifier and Type Interface Description interface
JRChart
Implementations of this interface can be used for rendering chart components. -
Uses of JRPropertiesHolder in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRPropertiesHolder Modifier and Type Class Description class
JRBaseChart
-
Uses of JRPropertiesHolder in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRPropertiesHolder Modifier and Type Class Description class
JRDesignChart
-
Uses of JRPropertiesHolder in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRPropertiesHolder Modifier and Type Class Description class
ChartTemplateImage
class
JRFillChart
class
JRFillChartForAxis
-
Uses of JRPropertiesHolder in net.sf.jasperreports.components.list
Classes in net.sf.jasperreports.components.list that implement JRPropertiesHolder Modifier and Type Class Description class
FillDatasetRun
Used to iterate on the list subdataset at fill time. -
Uses of JRPropertiesHolder in net.sf.jasperreports.components.map.fill
Classes in net.sf.jasperreports.components.map.fill that implement JRPropertiesHolder Modifier and Type Class Description class
MarkerFillDatasetRun
Used to iterate on a subdataset and create a sorted data source. -
Uses of JRPropertiesHolder in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRPropertiesHolder Modifier and Type Class Description class
ComponentFillSubreport
class
SubreportElementAdapter
Methods in net.sf.jasperreports.components.subreport.fill that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
ComponentFillerSubreportParent. getParentProperties()
-
Uses of JRPropertiesHolder in net.sf.jasperreports.components.table
Subinterfaces of JRPropertiesHolder in net.sf.jasperreports.components.table Modifier and Type Interface Description interface
BaseCell
interface
BaseColumn
interface
Cell
interface
Column
interface
ColumnGroup
Classes in net.sf.jasperreports.components.table that implement JRPropertiesHolder Modifier and Type Class Description class
CompiledBaseCell
class
CompiledCell
class
DesignBaseCell
class
DesignCell
class
StandardBaseColumn
class
StandardColumn
class
StandardColumnGroup
Methods in net.sf.jasperreports.components.table that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
CompiledBaseCell. getParentProperties()
JRPropertiesHolder
DesignBaseCell. getParentProperties()
JRPropertiesHolder
StandardBaseColumn. getParentProperties()
-
Uses of JRPropertiesHolder in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement JRPropertiesHolder Modifier and Type Class Description class
FillColumn
class
TableJasperReport
class
TableReport
class
TableReportDataset
Methods in net.sf.jasperreports.components.table.fill that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
FillColumn. getParentProperties()
JRPropertiesHolder
TableJasperReport. getParentProperties()
JRPropertiesHolder
TableReport. getParentProperties()
JRPropertiesHolder
TableReportDataset. getParentProperties()
-
Uses of JRPropertiesHolder in net.sf.jasperreports.crosstabs
Subinterfaces of JRPropertiesHolder in net.sf.jasperreports.crosstabs Modifier and Type Interface Description interface
JRCellContents
Crosstab cell contents interface.interface
JRCrosstab
Crosstab element interface.interface
JRCrosstabParameter
Crosstab parameters interface. -
Uses of JRPropertiesHolder in net.sf.jasperreports.crosstabs.base
Classes in net.sf.jasperreports.crosstabs.base that implement JRPropertiesHolder Modifier and Type Class Description class
JRBaseCellContents
Base read-only implementation ofJRCellContents
.class
JRBaseCrosstab
Base read-onlycrosstab
implementation.class
JRBaseCrosstabParameter
Base read-only implementation of crosstab parameters.Methods in net.sf.jasperreports.crosstabs.base that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
JRBaseCellContents. getParentProperties()
-
Uses of JRPropertiesHolder in net.sf.jasperreports.crosstabs.design
Classes in net.sf.jasperreports.crosstabs.design that implement JRPropertiesHolder Modifier and Type Class Description class
JRDesignCellContents
Implementation ofJRCellContents
used for report design.class
JRDesignCrosstab
Design-timecrosstab
implementation.class
JRDesignCrosstabParameter
Implementation of crosstab parameters to be used for report designing.Methods in net.sf.jasperreports.crosstabs.design that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
JRDesignCellContents. getParentProperties()
-
Uses of JRPropertiesHolder in net.sf.jasperreports.crosstabs.fill
Classes in net.sf.jasperreports.crosstabs.fill that implement JRPropertiesHolder Modifier and Type Class Description class
JRFillCrosstabParameter
Crosstab parameter implementation used at fill time. -
Uses of JRPropertiesHolder in net.sf.jasperreports.engine
Subinterfaces of JRPropertiesHolder in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRBand
Implementations of this interface represent various bands in the report template.interface
JRBreak
An abstract representation of a break element.interface
JRComponentElement
A report element that wraps an abstract component.interface
JRDataset
Interface representing a data set that can be used in a report.interface
JRDatasetRun
Interface of an sub dataset instantiation.interface
JRElement
An abstract representation of a report element.interface
JREllipse
An abstract representation of a graphic element representing an ellipse.interface
JRField
An abstract representation of a data source field.interface
JRFrame
An abstract representation of a report elements container.interface
JRGenericElement
A "generic" report element that will produce ageneric print element
in the generated report.interface
JRGenericPrintElement
A generic print element.interface
JRGraphicElement
An abstract representation of a report graphic element.interface
JRImage
An abstract representation of a graphic element representing an image.interface
JRLine
An abstract representation of a graphic element representing a straight line.interface
JRParameter
Provides functionality for report parameters.interface
JRPart
interface
JRPrintElement
interface
JRPrintEllipse
interface
JRPrintFrame
A print elements container.interface
JRPrintGraphicElement
interface
JRPrintImage
interface
JRPrintLine
interface
JRPrintRectangle
interface
JRPrintText
interface
JRRectangle
An abstract representation of a graphic element representing a rectangle.interface
JRReport
An abstract representation of a Jasper report.interface
JRScriptlet
interface
JRStaticText
An abstract representation of a report static text.interface
JRSubreport
An abstract representation of a subreport.interface
JRTextElement
An abstract representation of a report text element.interface
JRTextField
An abstract representation of a report text.interface
JRValueParameter
A report/dataset parameter having an assigned value.interface
PrintPart
Classes in net.sf.jasperreports.engine that implement JRPropertiesHolder Modifier and Type Class Description class
ElementDecorator
class
JasperPrint
An instance of this class represents a page-oriented document that can be viewed, printed or exported to other formats.class
JasperReport
Instances of this class represent compiled report template objects.class
SimplePrintPart
Methods in net.sf.jasperreports.engine that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
ElementDecorator. getParentProperties()
JRPropertiesHolder
JasperPrint. getParentProperties()
JRPropertiesHolder
JRPropertiesHolder. getParentProperties()
Returns the parent properties holder, whose properties are used as defaults for this object.JRPropertiesHolder
SimplePrintPart. getParentProperties()
Methods in net.sf.jasperreports.engine with parameters of type JRPropertiesHolder Modifier and Type Method Description static SimplePrintPart
SimplePrintPart. fromJasperPrint(JasperPrint partJasperPrint, String partName, JRPropertiesHolder properties)
List<JRPropertiesUtil.PropertySuffix>
JRPropertiesUtil. getAllProperties(JRPropertiesHolder propertiesHolder, String prefix)
Returns the list of all properties for a key prefix, including global properties.boolean
JRPropertiesUtil. getBooleanProperty(String key, boolean defaultValue, JRPropertiesHolder... propertiesHolders)
Returns the value of a property as a boolean, looking first in several properties holders and then in the system properties.Boolean
JRPropertiesUtil. getBooleanProperty(JRPropertiesHolder propertiesHolder, String key)
Returns the value of a property as a Boolean, looking first in the supplied properties holder and then in the system properties.boolean
JRPropertiesUtil. getBooleanProperty(JRPropertiesHolder propertiesHolder, String key, boolean defaultValue)
Returns the value of a property as a boolean, looking first in the supplied properties holder and then in the system properties.Character
JRPropertiesUtil. getCharacterProperty(JRPropertiesHolder propertiesHolder, String key)
Returns the value of a property as aCharacter
value, looking first in the supplied properties holder and then in the system properties.Double
JRPropertiesUtil. getDoubleProperty(JRPropertiesHolder propertiesHolder, String key)
Returns the value of a property as a Double, looking first in the supplied properties holder and then in the system properties.float
JRPropertiesUtil. getFloatProperty(String key, float defaultValue, JRPropertiesHolder... propertiesHolders)
Returns the value of a property as a float, looking first in several properties holders and then in the system properties.Float
JRPropertiesUtil. getFloatProperty(JRPropertiesHolder propertiesHolder, String key)
Returns the value of a property as a Float, looking first in the supplied properties holder and then in the system properties.float
JRPropertiesUtil. getFloatProperty(JRPropertiesHolder propertiesHolder, String key, float defaultValue)
Returns the value of a property as a float, looking first in the supplied properties holder and then in the system properties.Integer
JRPropertiesUtil. getIntegerProperty(JRPropertiesHolder propertiesHolder, String key)
Returns the value of a property as an Integer, looking first in the supplied properties holder and then in the system properties.int
JRPropertiesUtil. getIntegerProperty(JRPropertiesHolder propertiesHolder, String key, int defaultValue)
Returns the value of a property as an integer, looking first in the supplied properties holder and then in the system properties.long
JRPropertiesUtil. getLongProperty(JRPropertiesHolder propertiesHolder, String key, long defaultValue)
Returns the value of a property as a long, looking first in the supplied properties holder and then in the system properties.protected static JRPropertiesMap
JRPropertiesUtil. getOwnProperties(JRPropertiesHolder propertiesHolder)
static String
JRPropertiesUtil. getOwnProperty(JRPropertiesHolder propertiesHolder, String key)
static List<JRPropertiesUtil.PropertySuffix>
JRPropertiesUtil. getProperties(JRPropertiesHolder propertiesHolder, String prefix)
Returns the list of all properties for a key prefix.static JRPropertiesMap
JRPropertiesMap. getPropertiesClone(JRPropertiesHolder propertiesHolder)
Clones the properties map of a properties holder.String
JRPropertiesUtil. getProperty(String key, JRPropertiesHolder... propertiesHolders)
Returns the value of a property, looking for it in several properties holders and then in the system properties.String
JRPropertiesUtil. getProperty(JRPropertiesHolder propertiesHolder, String key)
Returns the value of a property, looking first in the supplied properties holder and then in the system properties.String
JRPropertiesUtil. getProperty(JRPropertiesHolder propertiesHolder, String key, String defaultValue)
Returns the value of a property, looking first in the supplied properties holder and then in the system properties, using a default value if the property is not found.protected void
JRPropertiesUtil. transfer(JRPropertiesMap source, JRPropertiesHolder destination, String tranferPropertiesPrefix)
void
JRPropertiesUtil. transferProperties(JRPropertiesHolder source, JRPropertiesHolder destination, String tranferPropertiesPrefix)
Copies properties from one object to another.void
JRPropertiesUtil. transferProperties(JRPropertiesMap source, JRPropertiesHolder destination, String tranferPropertiesPrefix)
Copies properties from one object to another.void
JRPropertiesUtil. transferProperties(JRPropertiesMap source, JRPropertiesHolder destination, List<String> propertyNames)
void
SimplePrintPart. update(String partName, JRPropertiesHolder partProperties)
-
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPropertiesHolder Modifier and Type Class Description class
JRBaseBand
Used for implementing band functionality.class
JRBaseBreak
The actual implementation of a break element.class
JRBaseComponentElement
A read-onlyJRComponentElement
implementation which is included in compiled reports.class
JRBaseDataset
The base implementation ofJRDataset
.class
JRBaseDatasetRun
Base implementation of theJRDatasetRun
interface.class
JRBaseElement
This class provides a skeleton implementation for a report element.class
JRBaseEllipse
The actual implementation of a graphic element representing an ellipse.class
JRBaseField
class
JRBaseFrame
Base read-only implementation ofJRFrame
.class
JRBaseGenericElement
A read-only implementation ofJRGenericElement
that is included in compiled reports.class
JRBaseGenericPrintElement
A basic implementation ofJRGenericPrintElement
.class
JRBaseGraphicElement
This class provides functionality common to graphic elements.class
JRBaseImage
The actual implementation of a graphic element representing an image.class
JRBaseLine
The actual implementation of a graphic element representing a straight line.class
JRBaseParameter
class
JRBasePart
A read-onlyJRPart
implementation which is included in compiled reports.class
JRBasePrintElement
class
JRBasePrintEllipse
class
JRBasePrintFrame
Base implementation ofJRPrintFrame
.class
JRBasePrintGraphicElement
class
JRBasePrintImage
class
JRBasePrintLine
class
JRBasePrintRectangle
class
JRBasePrintText
class
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle.class
JRBaseReport
Base class that implements theJRReport
interface.class
JRBaseScriptlet
class
JRBaseStaticText
This class is used for representing a static text element.class
JRBaseSubreport
class
JRBaseTextElement
This class provides functionality common to text elements.class
JRBaseTextField
This class is used for representing a text field.static class
JRVirtualPrintPage.JRIdHolderTemplateElement
Methods in net.sf.jasperreports.engine.base that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
JRBaseBand. getParentProperties()
JRPropertiesHolder
JRBaseDataset. getParentProperties()
JRPropertiesHolder
JRBaseDatasetRun. getParentProperties()
JRPropertiesHolder
JRBaseElement. getParentProperties()
JRPropertiesHolder
JRBaseField. getParentProperties()
JRPropertiesHolder
JRBaseParameter. getParentProperties()
JRPropertiesHolder
JRBasePart. getParentProperties()
JRPropertiesHolder
JRBasePrintElement. getParentProperties()
JRPropertiesHolder
JRBaseReport. getParentProperties()
JRPropertiesHolder
JRBaseScriptlet. getParentProperties()
-
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRPropertiesHolder Modifier and Type Class Description class
JasperDesign
JasperDesign is used for in-memory representation of a report design.class
JRDesignBand
class
JRDesignBreak
The actual implementation of a break element, used at design time.class
JRDesignComponentElement
AJRComponentElement
implementation which is to be used at report design time.class
JRDesignDataset
Implementation ofJRDataset
to be used for report design.class
JRDesignDatasetRun
Implementation ofJRDatasetRun
to be used for report design.class
JRDesignElement
This class provides a skeleton implementation for a design time report element.class
JRDesignEllipse
The actual implementation of a graphic element representing an ellipse, used at design time.class
JRDesignField
class
JRDesignFrame
Implementation ofJRFrame
to be used at design time.class
JRDesignGenericElement
A implementation ofJRGenericElement
that is to be used at report design time.class
JRDesignGraphicElement
This class contains functionality common to graphic elements at design time.class
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time.class
JRDesignLine
The actual implementation of a graphic element representing a straight line, used at design time.class
JRDesignParameter
class
JRDesignPart
class
JRDesignRectangle
The actual implementation of a graphic element representing a rectangle, used at design time.class
JRDesignScriptlet
class
JRDesignStaticText
This class is used for representing a design static text element.class
JRDesignSubreport
class
JRDesignTextElement
This class provides functionality common to design text elements.class
JRDesignTextField
Methods in net.sf.jasperreports.engine.design that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
JRDesignBand. getParentProperties()
-
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRPropertiesHolder Modifier and Type Method Description protected void
JRXmlExporter. exportProperties(JRPropertiesHolder propertiesHolder)
-
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.fill
Subinterfaces of JRPropertiesHolder in net.sf.jasperreports.engine.fill Modifier and Type Interface Description interface
JRRecordedValuesPrintElement
Interface implemented by print elements that can record field/variable values.Classes in net.sf.jasperreports.engine.fill that implement JRPropertiesHolder Modifier and Type Class Description class
JRFillBand
class
JRFillBreak
class
JRFillCellContents
Crosstab cell contents filler.class
JRFillComponentElement
AJRComponentElement
which is used during report fill.class
JRFillCrosstab
Fill-time implementation of acrosstab
.class
JRFillDataset
class
JRFillDatasetRun
Class used to instantiate sub datasets.class
JRFillElement
class
JRFillEllipse
class
JRFillField
class
JRFillFrame
Fill time implementation of a frame element.class
JRFillGenericElement
AJRGenericElement
used during report fill.class
JRFillGraphicElement
class
JRFillImage
class
JRFillLine
class
JRFillParameter
class
JRFillRectangle
class
JRFillScriptlet
class
JRFillStaticText
class
JRFillSubreport
class
JRFillTextElement
class
JRFillTextField
class
JRRecordedValuesGenericPrintElement
Generic print element implementation that supports recorded values.class
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.class
JRRecordedValuesPrintText
Print text implementation that supports recorded values.class
JRTemplateElement
Base class consisting of print element information shared by multiple print elements.class
JRTemplateEllipse
Ellipse information shared by multiple print ellipse objects.class
JRTemplateFrame
Frame information shared by multiple print frame objects.class
JRTemplateGenericElement
Generic print element information shared by multiple elements.class
JRTemplateGenericPrintElement
Implementation ofJRGenericPrintElement
that uses aJRTemplateGenericElement
instance to store common attributes.class
JRTemplateGraphicElement
Base class consisting of graphic print element information shared by multiple print element instances.class
JRTemplateImage
Image information shared by multiple print image objects.class
JRTemplateLine
Line element information shared by multiple print line objects.class
JRTemplatePrintElement
Base implementation ofJRPrintElement
that uses aJRTemplateElement
instance to store common attributes.class
JRTemplatePrintEllipse
Base implementation ofJRPrintEllipse
that uses aJRTemplateEllipse
instance to store common attributes.class
JRTemplatePrintFrame
Implementation ofJRPrintFrame
that usestemplate frames
to store common attributes.class
JRTemplatePrintGraphicElement
Base implementation ofJRPrintGraphicElement
that uses aJRTemplateGraphicElement
instance to store common attributes.class
JRTemplatePrintImage
Implementation ofJRPrintImage
that uses aJRTemplateImage
instance to store common attributes.class
JRTemplatePrintLine
Implementation ofJRPrintLine
that uses aJRTemplateLine
instance to store common attributes.class
JRTemplatePrintRectangle
Implementation ofJRPrintRectangle
that uses aJRTemplateRectangle
instance to store common attributes.class
JRTemplatePrintText
Implementation ofJRPrintText
that uses aJRTemplateText
instance to store common attributes.class
JRTemplateRectangle
Rectangle information shared by multiple print rectangle objects.class
JRTemplateText
Text element information shared by multiple print text objects.Methods in net.sf.jasperreports.engine.fill that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
FillerParent. getParentProperties()
JRPropertiesHolder
FillerSubreportParent. getParentProperties()
JRPropertiesHolder
JRFillBand. getParentProperties()
JRPropertiesHolder
JRFillCellContents. getParentProperties()
JRPropertiesHolder
JRFillDataset. getParentProperties()
JRPropertiesHolder
JRFillDatasetRun. getParentProperties()
JRPropertiesHolder
JRFillElement. getParentProperties()
JRPropertiesHolder
JRFillField. getParentProperties()
JRPropertiesHolder
JRFillParameter. getParentProperties()
JRPropertiesHolder
JRFillScriptlet. getParentProperties()
JRPropertiesHolder
JRTemplateElement. getParentProperties()
JRPropertiesHolder
JRTemplatePrintElement. getParentProperties()
JRPropertiesHolder
TextMeasureContext. getPropertiesHolder()
protected JRPropertiesHolder
TextMeasurer. getTextPropertiesHolder()
Constructor parameters in net.sf.jasperreports.engine.fill with type arguments of type JRPropertiesHolder Constructor Description PartPropertiesDetector(JRPropertiesUtil propertiesUtil, BiConsumer<String,JRPropertiesHolder> partConsumer)
-
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
FillPart. getPrintPartProperties()
-
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.query
Methods in net.sf.jasperreports.engine.query with parameters of type JRPropertiesHolder Modifier and Type Method Description protected Calendar
JRJdbcQueryExecuter. getParameterCalendar(JRPropertiesHolder properties)
protected void
JRJdbcQueryExecuter. setDate(int parameterIndex, Object parameterValue, JRPropertiesHolder properties)
protected void
JRJdbcQueryExecuter. setStatementMultiParameter(int parameterIndex, String parameterName, int valueIndex, Object value, JRPropertiesHolder properties)
protected void
JRJdbcQueryExecuter. setStatementParameter(int parameterIndex, Class<?> parameterType, Object parameterValue, JRPropertiesHolder properties)
protected void
JRJdbcQueryExecuter. setTime(int parameterIndex, Object parameterValue, JRPropertiesHolder properties)
protected void
JRJdbcQueryExecuter. setTimestamp(int parameterIndex, Object parameterValue, JRPropertiesHolder properties)
-
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.util
Classes in net.sf.jasperreports.engine.util that implement JRPropertiesHolder Modifier and Type Class Description class
DelegatePropertiesHolder
class
ElementalPropertiesHolder
Methods in net.sf.jasperreports.engine.util that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
DelegatePropertiesHolder. getParentProperties()
JRPropertiesHolder
ElementalPropertiesHolder. getParentProperties()
Methods in net.sf.jasperreports.engine.util with parameters of type JRPropertiesHolder Modifier and Type Method Description JRTextMeasurer
JRTextMeasurerUtil. createTextMeasurer(JRCommonText text, JRPropertiesHolder propertiesHolder)
Creates a text measurer for a text object.JRTextMeasurerFactory
JRTextMeasurerUtil. getFactory(JRPropertiesHolder propertiesHolder)
Returns the text measurer factory given a set of properties.protected String
JRTextMeasurerUtil. getTextMeasurerFactoryClass(JRPropertiesHolder propertiesHolder)
Constructors in net.sf.jasperreports.engine.util with parameters of type JRPropertiesHolder Constructor Description DelegatePropertiesHolder(JRPropertiesHolder propertiesHolder, JRPropertiesHolder parentProperties)
-
Uses of JRPropertiesHolder in net.sf.jasperreports.engine.xml.print
Methods in net.sf.jasperreports.engine.xml.print with parameters of type JRPropertiesHolder Modifier and Type Method Description void
PropertyLoader. loadProperty(XmlLoader xmlLoader, JRPropertiesHolder properties)
-
Uses of JRPropertiesHolder in net.sf.jasperreports.export
Classes in net.sf.jasperreports.export that implement JRPropertiesHolder Modifier and Type Class Description class
ReadOnlyPartJasperPrint
Methods in net.sf.jasperreports.export that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
ReadOnlyPartJasperPrint. getParentProperties()
Methods in net.sf.jasperreports.export with parameters of type JRPropertiesHolder Modifier and Type Method Description static void
HtmlReportConfiguration. forceEmbedImage(JRPropertiesUtil properties, JRPropertiesHolder source, JRPropertiesHolder target)
C
PropertiesNoDefaultsConfigurationFactory. getConfiguration(Class<C> configurationInterface, JRPropertiesHolder propertiesHolder)
static Object
PropertiesExporterConfigurationFactory. getPropertyValue(JasperReportsContext jasperReportsContext, JRPropertiesHolder propertiesHolder, ExporterProperty exporterProperty, Class<?> type)
FIXMEEXPORT this static method can be movedprotected Object
PropertiesNoDefaultsConfigurationFactory. getPropertyValue(Method method, JRPropertiesHolder propertiesHolder)
static Object
PropertiesNoDefaultsConfigurationFactory. getPropertyValue(JasperReportsContext jasperReportsContext, JRPropertiesHolder propertiesHolder, ExporterProperty exporterProperty, Class<?> type)
-
Uses of JRPropertiesHolder in net.sf.jasperreports.parts.subreport
Methods in net.sf.jasperreports.parts.subreport that return JRPropertiesHolder Modifier and Type Method Description JRPropertiesHolder
SubreportFillPart.PartBandParent. getParentProperties()
JRPropertiesHolder
SubreportFillPart.PartParent. getParentProperties()
protected JRPropertiesHolder
SubreportFillPart. getPrintPartProperties()
Methods in net.sf.jasperreports.parts.subreport with parameters of type JRPropertiesHolder Modifier and Type Method Description void
PrintPartCreator. accept(String partName, JRPropertiesHolder partProperties)
-