Click or drag to resize

filteringOperation Enumeration

Filtering operation definitions.
Used as argument to define how a set filter operation should be applied.

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.2
Syntax
JavaScript
spotfire.webPlayer.filteringOperation = function();
spotfire.webPlayer.filteringOperation.createEnum('spotfire.webPlayer.filteringOperation', false);
Members
  Member nameValueDescription
ADD0Adds values specified in a FilterSettings object to the filter column.
REMOVE1Removes values specified in a FilterSettings object from the filter column.
REPLACE2Replaces all values in the filterColumn with the ones specified in a FilterSettings object. If the values contains invalid values, the operation will add all valid values and report an error message with the failed ones.
ADD_ALL3Adds all values to the filterColumn. The values property in FilterSettings must not be set.
REMOVE_ALL4Removes all values from the filterColumn. The values property in FilterSettings must not be set.
RESET5Resets the filterColumn to its default state.
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also