DataTable Class |
Namespace: spotfire.webPlayer
spotfire.webPlayer.DataTable = function(); Type.createClass( 'spotfire.webPlayer.DataTable');
The DataTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | dataTableName | The name of the table. |
Name | Description | |
---|---|---|
![]() | getDataColumn | Get a data column with given name. |
![]() | getDataColumns | Get all data columns in the table. |
![]() | getDataTableProperties | List all properties in a table. |
![]() | getDataTableProperty | Get the information about the property with given name. |
![]() | onDataTablePropertyChanged | Event raised when a data table property has changed value. |
![]() | searchDataColumns | Get the data columns that matches the search expression.
![]() For search syntax see TIBCO Spotfire user manual. |
![]() | setDataTableProperty | Set the value of an existing property. |