Interface WebFilterBase

    • Method Detail

      • getFilterType

        int getFilterType()
        Returns the filter type. This value is from EnumDSSXMLFilterType.
        Returns:
        The filter type of either a filter or a custom group.
      • setFilterType

        void setFilterType​(int filterType)
        Sets a filter type. This value is from EnumDSSXMLFilterType.
        Parameters:
        filterType - the filter type of either a filter or a custom group.
      • getDisplayHelper

        WebDisplayHelper getDisplayHelper()
        Returns a WebExpressionHelper object linked to this filter. This object can be used to generate display XML and highlight/select/detail objects.
        Returns:
        A WebExpressionHelper object which is linked to this filter.