RangeFilter Methods TIBCO Spotfire 7.11 API Reference

The RangeFilter type exposes the following members.

Methods

  Name Description
Public method GetPropertyValue
Gets the value of a specified property.
(Inherited from ColumnFilter.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HasPropertyValue
Checks if there is a valid value for a specified property.
(Inherited from ColumnFilter.)
Public method Reset
Resets the filter to include a maximum range. This includes resetting the ValueRange and the ValueDataRange.
(Overrides FilterBaseReset.)
Public method ResetDataRange
Resets the filter data range to the extreme values in the column.
Public method StepBodyDown
Steps both low and high limit to the previous values. If the lower range is already at its minimum, calling this method will have no effect.
Public method StepBodyUp
Steps both low and high limit to the next values. If the upper range is already at its maximum, calling this method will have no effect.
Public method StepHighLimitDown
Steps the high limit down to previous value.
Public method StepHighLimitUp
Steps the high limit up to next value.
Public method StepLowLimitDown
Steps the low limit down to previous value.
Public method StepLowLimitUp
Steps the low limit up to next value.
Public method ToString
Gets a text representation of this filter.
(Overrides ObjectToString.)
Public method TrimSelection
Trims the value range of the filter to only contain filtered values.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference