CheckBoxHierarchyFilter Methods TIBCO Spotfire 7.11 API Reference

The CheckBoxHierarchyFilter type exposes the following members.

Methods

  Name Description
Public method Check(DistinctDataValue)
Checks the node with path nodePath.
Public method Check(ListDistinctDataValue)
Checks the node with path nodePath.
Public method CheckAllNodes
Checks all nodes in this filter.
Public method Collapse(DistinctDataValue)
Collapses the specified node path.
Public method Collapse(ListDistinctDataValue)
Collapses the specified node path.
Public method Expand(DistinctDataValue)
Expands the specified node path.
Public method Expand(ListDistinctDataValue)
Expands the specified node path.
Public method GetPropertyValue
Gets the value of a specified property.
(Inherited from HierarchyFilter.)
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 HierarchyFilter.)
Public method IsChecked(DistinctDataValue)
Determines whether the node at nodePath is checked or unchecked.
Public method IsChecked(ListDistinctDataValue)
Determines whether the node at nodePath is checked or unchecked.
Public method IsExpanded(DistinctDataValue)
Determines whether the specified node path is expanded.
Public method IsExpanded(ListDistinctDataValue)
Determines whether the specified node path is expanded.
Public method Reset
Resets the filter, so that it no longer filters out any rows.
(Overrides FilterBaseReset.)
Public method ToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public method UnCheck(DistinctDataValue)
Unchecks the node with path nodePath.
Public method UnCheck(ListDistinctDataValue)
Unchecks the node with path nodePath.
Public method UncheckAllNodes
Unchecks all nodes in this filter. Doing so causes all data values to be filtered out.
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