ListBoxFilter Methods TIBCO Spotfire 7.11 API Reference

The ListBoxFilter 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 IsSelected
Check if a value is selected or not.
Public method Reset
Resets the filter. After calling this method, the filter does not filter out any rows.
(Inherited from FilterBase.)
Public method SetSelection(IEnumerableObject)
Select the given values, this will remove all previously selected values. Note that the IncludeAllValues property needs to be set to false in order for this selection to affect the filtering.
Public method SetSelection(Object)
Select the given values, this will remove all previously selected values. Note that the IncludeAllValues property needs to be set to false in order for this selection to affect the filtering.
Public method ToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
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