Click or drag to resize

FilteringScheme Class

Contains filtering scheme related funtionallity and data.
To get an instance of this object use the get filtering scheme function in Filtering.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerFilteringScheme

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
spotfire.webPlayer.FilteringScheme = function();

Type.createClass(
	'spotfire.webPlayer.FilteringScheme');

The FilteringScheme type exposes the following members.

Constructors
  NameDescription
Public methodFilteringScheme
Top
Properties
  NameDescription
Public propertydataTables
The data tables that is contained in this filter scheme.
Public propertyfilteringSchemeName
The name of the filtering scheme.
Top
Methods
  NameDescription
Public methodgetDefaultFilterColumns
Get the information about the filer columns in the default filtering scheme and data table.
Public methodgetFilterColumn
Get the information about a filer column.
Public methodgetFilterColumns
Get the information about the filer columns in a data table.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also