Click or drag to resize

Data Class

Contains data related functionality. This object is created when the document is loaded.
The object can be accessed in Document.data.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerData

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

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

The Data type exposes the following members.

Constructors
  NameDescription
Public methodData
Top
Methods
  NameDescription
Public methodgetActiveDataTable
Get the current data table object.
Public methodgetDataTable
Get the data table with given name.
Public methodgetDataTables
Get all data tables in the document.
Public methodonRangeChanged
Event raised when filtered range in a data column is changed.
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