Page Class

Spotfire 14.3 API Reference
A page contains visuals and panels.
A page contains visuals and panels.
Inheritance Hierarchy

SystemObject
  Node
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.ApplicationPage

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

C#
[SerializableAttribute]
[ToolContextAttribute]
[PersistenceVersionAttribute(43, 0)]
public sealed class Page : DocumentNode, IServiceProvider

The Page type exposes the following members.

Properties

  NameDescription
Public propertyActiveDataTableReference
Gets the active DataTable. That is, the active DataTable of the active Visual, if there is any. May return null.
Public propertyActiveFilteringSelectionReference
Gets the active filter. That is, the active filtering of the active page if there is any. May return null.
Public propertyActiveMarkingSelectionReference
Gets the active marking. That is, the active marking of the active Visual, if there is any. May return null.
Public propertyActiveVisualReference
Gets or sets the active Visual. That is, the active Visual of the active Page, if there is any. May return null.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyCustomNodes
Gets the collection of custom nodes associated with this page.
Public propertyDetailsOnDemandPanel
Gets the details on demand panel for this Page.
Public propertyFilterPanel
Gets the filter panel for this Page.
Public propertyHasMinimumHeight
Gets or sets a value indicating whether a minimum height has been set for the page.
Public propertyHasMinimumWidth
Gets or sets a value indicating whether a minimum width has been set for the page.
Public propertyId
Gets the unique id for this instance.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyMinimumHeight
Gets or sets the minimum height of the page. This is used if HasMinimumHeight is set to true.
Public propertyMinimumWidth
Gets or sets the minimum width of the page. This is used if HasMinimumWidth is set to true.
Public propertyPanels
Gets the Panel collection for the Page.
Public propertyShowActiveVisualMaximized
Gets or sets a value indicating whether to show the active visual maximized.
Public propertyTitle
Gets or sets the page title. If set to a title that is not unique, the provided title will be modified in such a way that it becomes unique.
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 Page is visible.
Public propertyVisuals
Gets the collection of Visual objects on this Page.
Top
Methods

  NameDescription
Public methodApplyLayout(LayoutDefinition)
Applies the supplied LayoutDefinition to the Visuals in this Page.
Public methodApplyLayout(TileMode)
Applies the supplied TileMode to the Page.
Public methodAutoConfigure
Configures this page in a default way.
Public methodAutoConfigure(Page)
Configures this page using settings from the specified source page.
Public methodDuplicate Obsolete.
Returns a copy of this Page intended to be attached immediately.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVisualBounds(Visual)
Gets the bounds of a visual in the user interface.
Public methodGetVisualBounds(Visual, Rectangle)
Gets the bounds of a visual given a rectangle defining a visualization area.
Public methodGetVisualizationAreaSize
Gets the size of the visualization area in the user interface.
Public methodRenderAsync
Renders the page asynchronously to a PNG image with the specified settings.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodGetServiceTService
Convenience generic extension method that calls GetService(Type) and casts the result.
(Defined by Extensions.)
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
Remarks

The visuals are displayed in the visualization area at the center of the page. The panels are docked to the sides around the visualization area.
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