Class EmptyDataSource

    • Constructor Detail

      • EmptyDataSource

        public EmptyDataSource()
        Default-Constructor.
    • Method Detail

      • getValue

        public Object getValue​(ExpressionRuntime runtime,
                               ReportElement element)
        Returns the value for the data source (always null in this case).
        Specified by:
        getValue in interface DataSource
        Parameters:
        runtime - the expression runtime that is used to evaluate formulas and expressions when computing the value of this filter.
        element -
        Returns:
        always null.