FilterSubGroup Class

Spotfire 14.5 API Reference
A specialization of the FilterGroup, representing the subgroups within a FilterPanel which can be added to a FilterGroup in TableGroups. New subgroups are created using the AddNewSubGroup(String) method.
Inheritance Hierarchy

System.Object
  Node
    Spotfire.Dxp.Framework.DocumentModel.DocumentNode
      Spotfire.Dxp.Application.Filters.FilterGroupItem
        Spotfire.Dxp.Application.Filters.FilterGroup
          Spotfire.Dxp.Application.Filters.FilterSubGroup

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

C#
[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public sealed class FilterSubGroup : FilterGroup

The FilterSubGroup type exposes the following members.

Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyExpanded
Gets or sets a value indicating whether this group is expanded or collapsed. This property defaults to true.
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 FilterGroup.Name.)
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 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 group is visible or hidden. This property defaults to true.
Top
Methods

  NameDescription
Public methodAdd
Adds the specified Filter to this group, a FilterHandle is created and returned.
(Inherited from FilterGroup.)
Public methodClearFilters
Removes all existing FilterHandle from this group.
(Inherited from FilterGroup.)
Public methodForEachNodeInSubTree<TNode>
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
(Inherited from DocumentNode.)
Public methodGetFilter
Finds a filter in this group, given its Name.
(Inherited from FilterGroup.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
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 methodSetName
Sets the name.
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 methodINodeContext.GetAncestor<T> (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContext.GetService<T> (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContext.IsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.BeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
Version Information

Supported in: 14.5, 14.4, 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