TableGroup Class

Spotfire 14.3 API Reference
A specialization of the FilterGroup, representing one root group that exists within a FilterPanel and that can be accessed through the TableGroups property. In addition to the functionality of standard groups, the root group can contain one or more subgroups. Subgroups are added using the AddNewSubGroup(String) method. Additionally, the root filter group is special in the sense that is cannot be renamed.
Inheritance Hierarchy

SystemObject
  Node
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.Application.FiltersFilterGroupItem
        Spotfire.Dxp.Application.FiltersFilterGroup
          Spotfire.Dxp.Application.FiltersTableGroup

Namespace:  Spotfire.Dxp.Application.Filters
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(2, 10)]
public sealed class TableGroup : FilterGroup

The TableGroup type exposes the following members.

Properties

  NameDescription
Public propertyAutoSynchronizeFilters
Gets or sets a value indicating whether to auto synchronize filters handles when the FilterCollection changes.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyExpanded
Gets a value indicating whether this group is expanded or collapsed. This property defaults to true.
(Inherited from FilterGroup.)
Public propertyFilterCollectionReference
Gets the FilterCollection for this TableGroup.
Public propertyFilterHandles
Gets the filter handles in this group.
(Inherited from FilterGroup.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyIsEmpty
Gets a value indicating whether or not this group is empty.
(Inherited from FilterGroup.)
Public propertyItems
Gets the items.
(Inherited from FilterGroup.)
Public propertyName
Gets the group display name, that is, its caption.
(Overrides FilterGroupName.)
Public propertyPanel
Gets the FilterPanel to which this FilterGroup belongs.
(Inherited from FilterGroup.)
Public propertyParentGroup
Gets the parent group.
(Inherited from FilterGroupItem.)
Public propertySelected
Gets a value indicating whether this FilterGroupItem is selected.
(Inherited from FilterGroupItem.)
Public propertySubGroups
Gets the subgroups of this root group.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyVisible
Gets or sets a value indicating whether this FilterGroupItem is visible in its FilterGroup.
(Inherited from FilterGroupItem.)
Top
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
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference