CustomVisualFactoryT Class TIBCO Spotfire 7.6 API Reference
Factory base class for creating custom visuals. A custom visual inherits from CustomVisual. Extend this class to provide AutoConfigure logic to your visual.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ExtensionVisualFactory
    Spotfire.Dxp.Application.ExtensionVisualFactoryT
      Spotfire.Dxp.Application.ExtensionCustomVisualFactoryT

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

C#
public class CustomVisualFactory<T> : VisualFactory<T>
where T : CustomVisual

Type Parameters

T

The CustomVisualFactoryT type exposes the following members.

Constructors

  NameDescription
Public methodCustomVisualFactoryT(CustomTypeIdentifier, VisualCategory, Image)
Initializes a new instance of the CustomVisualFactoryT class.
Public methodCustomVisualFactoryT(CustomTypeIdentifier, VisualCategory, Image, LicensedFunction)
Initializes a new instance of the CustomVisualFactoryT class.
Top
Methods

  NameDescription
Protected methodAutoConfigureCore
Override this method to configure data-dependent properties.
(Inherited from VisualFactoryT.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitializeCore
Override this method to initialize the visual.
(Inherited from VisualFactoryT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Remarks

Visual factories are registered with the application by overriding the RegisterVisuals(AddInVisualRegistrar) method.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference