Marking Class |
Namespace: spotfire.webPlayer
spotfire.webPlayer.Marking = function(); Type.createClass( 'spotfire.webPlayer.Marking');
The Marking type exposes the following members.
Name | Description | |
---|---|---|
![]() | getMarking(string, string,string[], int, Marking.onMarkingCallback) | Get the currentlly marked rows. |
![]() | getMarking(string, string,string[], int, Marking.onMarkingCallback, Boolean) | Get the currentlly marked rows. |
![]() | getMarkingNames | Get the names of the marking sets in the document. |
![]() | onChanged(string, string,string[], int, Marking.onMarkingCallback) | Sets up an event listner for marking changed in the analysis. |
![]() | onChanged(string, string,string[], int, Marking.onMarkingCallback, string) | Sets up an event listner for marking changed connected to a specific filtering scheme. |
![]() | onChanged(string, string,string[], int, Marking.onMarkingCallback, string, Boolean) | Sets up an event listner for marking changed connected to a specific filtering scheme. |
![]() | setMarking | Sets a marking in the analysis specified by the input parameters. |