TableGroup Methods

Spotfire 14.2 API Reference

The TableGroup type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds the specified Filter to this group, a FilterHandle is created and returned.
(Inherited from FilterGroup.)
Public methodAddNewSubGroup
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 methodClearFilters
Removes all existing FilterHandle from this group.
(Inherited from FilterGroup.)
Public methodClearSubGroups
Removes all subgroups from this group.
Public methodGetFilter
Finds a filter in this group, given its Name.
(Inherited from FilterGroup.)
Public methodGetSubGroup
Finds a subgroup in this group, given its Name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertNewSubGroup
Creates a new filter group with the given name and inserts it as a subgroup of this group at the given position.
Public methodRemove(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 methodRemove(FilterSubGroup)
Removes the specified subgroup from this group. If the filter is not a member of this group, it will not be removed.
Public methodSortMembersAscending
Sorts the members of this group alphabetically ascending, based on the names of the members.
(Inherited from FilterGroup.)
Public methodSortMembersDescending
Sorts the members of this group alphabetically descending, based on the names of the members.
(Inherited from FilterGroup.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from FilterGroup.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
See Also

Reference