Interface ParameterFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean apply​(net.sf.jasperreports.engine.JRParameter reportParameter)
      Decides if the given reportParameter is removed from the parameter list of a report.
    • Method Detail

      • apply

        boolean apply​(net.sf.jasperreports.engine.JRParameter reportParameter)
        Decides if the given reportParameter is removed from the parameter list of a report. Return True if it is removed, False otherwise.
        Parameters:
        reportParameter - The parameter to check
        Returns:
        True if it should be used, false if it is not used.