Class HideNullValuesFunction

    • Constructor Detail

      • HideNullValuesFunction

        public HideNullValuesFunction()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getField

        public String getField()
        Deprecated.
        Returns the field used by the function. The field name corresponds to a column name in the report's data-row.
        Returns:
        The field name.
      • setField

        public void setField​(String field)
        Deprecated.
        Sets the field name for the function. The field name corresponds to a column name in the report's data-row.
        Parameters:
        field - the field name.
      • computeVisibility

        protected boolean computeVisibility()
        Deprecated.
        Computes the visiblity of the specified element.
        Returns:
        true, if the element should be visible, false otherwise.