Uses of Interface
net.sf.jasperreports.engine.JRPropertyExpression
-
Packages that use JRPropertyExpression Package Description net.sf.jasperreports.components.table Contains classes for the built-in Table 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.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.style Contains factory interfaces and implementations for style providers.net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. -
-
Uses of JRPropertyExpression in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table that return JRPropertyExpression Modifier and Type Method Description JRPropertyExpression[]BaseColumn. getPropertyExpressions()JRPropertyExpression[]StandardBaseColumn. getPropertyExpressions()JRPropertyExpressionStandardBaseColumn. removePropertyExpression(String name)Remove a property expression.Methods in net.sf.jasperreports.components.table that return types with arguments of type JRPropertyExpression Modifier and Type Method Description List<JRPropertyExpression>StandardBaseColumn. getPropertyExpressionsList()Returns the list of property expressions.Methods in net.sf.jasperreports.components.table with parameters of type JRPropertyExpression Modifier and Type Method Description voidStandardBaseColumn. addPropertyExpression(JRPropertyExpression propertyExpression)Add a dynamic/expression-based property.voidStandardBaseColumn. removePropertyExpression(JRPropertyExpression propertyExpression)Remove a property expression. -
Uses of JRPropertyExpression in net.sf.jasperreports.engine
Subinterfaces of JRPropertyExpression in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceDatasetPropertyExpressionReport property with a value based on an expression and an evaluation time attribute.Methods in net.sf.jasperreports.engine that return JRPropertyExpression Modifier and Type Method Description JRPropertyExpression[]ElementDecorator. getPropertyExpressions()JRPropertyExpression[]JRElement. getPropertyExpressions()Returns the list of dynamic/expression-based properties for this report element.JRPropertyExpression[]JRField. getPropertyExpressions()Returns the list of dynamic/expression-based properties for this field.JRPropertyExpression[]JRPart. getPropertyExpressions()Returns the list of dynamic/expression-based properties for this report part.JRPropertyExpression[]JRScriptlet. getPropertyExpressions()Returns the list of dynamic/expression-based properties for this scriptlet.Methods in net.sf.jasperreports.engine with parameters of type JRPropertyExpression Modifier and Type Method Description protected voidJRExpressionCollector. collectPropertyExpression(JRPropertyExpression propertyExpression)voidJRExpressionCollector. collectPropertyExpressions(JRPropertyExpression[] propertyExpressions) -
Uses of JRPropertyExpression in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPropertyExpression Modifier and Type Class Description classBaseDatasetPropertyExpressionBase implementation ofDatasetPropertyExpression.classJRBasePropertyExpressionBase implementation ofJRPropertyExpression.Methods in net.sf.jasperreports.engine.base that return JRPropertyExpression Modifier and Type Method Description JRPropertyExpressionJRBaseObjectFactory. getPropertyExpression(JRPropertyExpression propertyExpression)JRPropertyExpression[]JRBaseElement. getPropertyExpressions()JRPropertyExpression[]JRBaseField. getPropertyExpressions()JRPropertyExpression[]JRBaseObjectFactory. getPropertyExpressions(JRPropertyExpression[] props)JRPropertyExpression[]JRBasePart. getPropertyExpressions()JRPropertyExpression[]JRBaseScriptlet. getPropertyExpressions()Methods in net.sf.jasperreports.engine.base with parameters of type JRPropertyExpression Modifier and Type Method Description JRPropertyExpressionJRBaseObjectFactory. getPropertyExpression(JRPropertyExpression propertyExpression)JRPropertyExpression[]JRBaseObjectFactory. getPropertyExpressions(JRPropertyExpression[] props)Constructors in net.sf.jasperreports.engine.base with parameters of type JRPropertyExpression Constructor Description JRBasePropertyExpression(JRPropertyExpression propertyExpression, JRBaseObjectFactory factory) -
Uses of JRPropertyExpression in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRPropertyExpression Modifier and Type Class Description classDesignDatasetPropertyExpressionImplementation ofDatasetPropertyExpressionto be used at report design time.classJRDesignPropertyExpressionImplementation ofJRPropertyExpressionto be used at report design time.Methods in net.sf.jasperreports.engine.design that return JRPropertyExpression Modifier and Type Method Description JRPropertyExpression[]JRDesignElement. getPropertyExpressions()JRPropertyExpression[]JRDesignField. getPropertyExpressions()JRPropertyExpression[]JRDesignPart. getPropertyExpressions()JRPropertyExpression[]JRDesignScriptlet. getPropertyExpressions()JRPropertyExpressionJRDesignElement. removePropertyExpression(String name)Remove a property expression.JRPropertyExpressionJRDesignField. removePropertyExpression(String name)Remove a property expression.JRPropertyExpressionJRDesignPart. removePropertyExpression(String name)Remove a property expression.JRPropertyExpressionJRDesignScriptlet. removePropertyExpression(String name)Remove a property expression.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRPropertyExpression Modifier and Type Method Description List<JRPropertyExpression>JRDesignElement. getPropertyExpressionsList()Returns the list of property expressions.List<JRPropertyExpression>JRDesignField. getPropertyExpressionsList()Returns the list of property expressions.List<JRPropertyExpression>JRDesignPart. getPropertyExpressionsList()Returns the list of property expressions.List<JRPropertyExpression>JRDesignScriptlet. getPropertyExpressionsList()Returns the list of property expressions.Methods in net.sf.jasperreports.engine.design with parameters of type JRPropertyExpression Modifier and Type Method Description voidJRDesignElement. addPropertyExpression(JRPropertyExpression propertyExpression)Add a dynamic/expression-based property.voidJRDesignField. addPropertyExpression(JRPropertyExpression propertyExpression)Add a dynamic/expression-based property.voidJRDesignPart. addPropertyExpression(JRPropertyExpression propertyExpression)Add a dynamic/expression-based property.voidJRDesignScriptlet. addPropertyExpression(JRPropertyExpression propertyExpression)Add a dynamic/expression-based property.voidJRDesignElement. removePropertyExpression(JRPropertyExpression propertyExpression)Remove a property expression.voidJRDesignField. removePropertyExpression(JRPropertyExpression propertyExpression)Remove a property expression.voidJRDesignPart. removePropertyExpression(JRPropertyExpression propertyExpression)Remove a property expression.voidJRDesignScriptlet. removePropertyExpression(JRPropertyExpression propertyExpression)Remove a property expression.protected voidJRVerifier. verifyPropertyExpression(JRPropertyExpression propertyExpression)protected voidJRVerifier. verifyProperyExpressions(JRPropertyExpression[] propertyExpressions) -
Uses of JRPropertyExpression in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill with type parameters of type JRPropertyExpression Modifier and Type Field Description protected List<JRPropertyExpression>JRFillElement. propertyExpressionsprotected List<JRPropertyExpression>JRFillField. propertyExpressionsMethods in net.sf.jasperreports.engine.fill that return JRPropertyExpression Modifier and Type Method Description JRPropertyExpression[]JRFillElement. getPropertyExpressions()JRPropertyExpression[]JRFillField. getPropertyExpressions()JRPropertyExpression[]JRFillScriptlet. getPropertyExpressions() -
Uses of JRPropertyExpression in net.sf.jasperreports.engine.style
Constructor parameters in net.sf.jasperreports.engine.style with type arguments of type JRPropertyExpression Constructor Description PropertyStyleProvider(StyleProviderContext context, Map<String,JRPropertyExpression> stylePropertyExpressions) -
Uses of JRPropertyExpression in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRPropertyExpression Modifier and Type Method Description protected voidJRApiWriter. writePropertyExpression(JRPropertyExpression propertyExpression, String propertyExpressionName)protected voidJRApiWriter. writePropertyExpressions(JRPropertyExpression[] propertyExpressions, String propertyHolderName) -
Uses of JRPropertyExpression in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRPropertyExpression Modifier and Type Method Description protected voidJRXmlWriter. writePropertyExpression(JRPropertyExpression propertyExpression)voidJRXmlWriter. writePropertyExpressions(JRPropertyExpression[] propertyExpressions)
-