Class ImageURLFieldTemplate

    • Constructor Detail

      • ImageURLFieldTemplate

        public ImageURLFieldTemplate()
        Creates a new template.
    • Method Detail

      • getField

        public String getField()
        Returns the name of the field from the data-row that the template gets images from.
        Returns:
        The field name.
      • setField

        public void setField​(String field)
        Sets the field name.
        Parameters:
        field - the field name.
      • getFormula

        public String getFormula()
        Returns the formula used to compute the value of the data source.
        Returns:
        the formula.
      • setFormula

        public void setFormula​(String formula)
        Defines the formula used to compute the value of this data source.
        Parameters:
        formula - the formula for the data source.
      • getBaseURL

        public URL getBaseURL()
        Returns the base URL.
        Returns:
        The base URL.
      • setBaseURL

        public void setBaseURL​(URL baseURL)
        Sets the base URL.
        Parameters:
        baseURL - the base URL.
      • getValue

        public Object getValue​(ExpressionRuntime runtime,
                               ReportElement element)
        Returns the current value for the data source.
        Parameters:
        runtime - the expression runtime that is used to evaluate formulas and expressions when computing the value of this filter.
        element -
        Returns:
        the value.
      • getDataRowDataSource

        protected DataRowDataSource getDataRowDataSource()
        Returns the datarow data source used in this template.
        Returns:
        the datarow data source.