Class DrawableURLElementTemplate

    • Constructor Detail

      • DrawableURLElementTemplate

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

      • setContent

        public void setContent​(String content)
        Sets the URL for the template.
        Parameters:
        content - the URL.
      • getContent

        public String getContent()
        Returns the URL text for the template.
        Returns:
        The URL text.
      • getBaseURL

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

        public void setBaseURL​(URL baseURL)
        Sets the base URL.
        Parameters:
        baseURL - the 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.