TableGroup Methods TIBCO Spotfire 7.11 API Reference

The TableGroup type exposes the following members.

Methods

  Name Description
Public method Add
Adds the specified Filter to this group, a FilterHandle is created and returned.
(Inherited from FilterGroup.)
Public method AddNewSubGroup
Adds a new filter group with the given name as a subgroup of this group. The new group is added to the end of the list of members of this group.
Public method ClearFilters
Removes all existing FilterHandle from this group.
(Inherited from FilterGroup.)
Public method ClearSubGroups
Removes all subgroups from this group.
Public method GetFilter
Finds a filter in this group, given its Name.
(Inherited from FilterGroup.)
Public method GetSubGroup
Finds a subgroup in this group, given its Name.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method InsertNewSubGroup
Creates a new filter group with the given name and inserts it as a subgroup of this group at the given position.
Public method Remove(Filter)
Removes the FilterHandle for the specified Filter from this group. If the filter is not a member of this group, calling this method will not have any effect.
(Inherited from FilterGroup.)
Public method Remove(FilterSubGroup)
Removes the specified subgroup from this group. If the filter is not a member of this group, it will not be removed.
Public method SortMembersAscending
Sorts the members of this group alphabetically ascending, based on the names of the members.
(Inherited from FilterGroup.)
Public method SortMembersDescending
Sorts the members of this group alphabetically descending, based on the names of the members.
(Inherited from FilterGroup.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from FilterGroup.)
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