Click or drag to resize

FilterColumn Class

Holds information about a filter column. To get an instance of this object use the get filter column function in FilteringScheme or Filtering.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerFilterColumn

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

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

The FilterColumn type exposes the following members.

Constructors
  NameDescription
Public methodFilterColumn
Constructor for a FilterColumn.
This is used in the set filter functions Filtering.setFilter and Filtering.setFilters.
Top
Properties
  NameDescription
Public propertydataColumnName
The data coulmn name for this filter column.
Public propertydataTableName
The name of the data table that holds this column.
Public propertyfilteringSchemeName
The filtering scheme for this column.
Public propertyfilterSettings
The filter value and settings for this column. This is only set if the column was retrieved with the parameter includeFilterSettings set to true, otherwise this attribute is null.
Public propertyfilterType
The filter type of this column.
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