CustomVisualViewT Class

Spotfire 14.3 API Reference
Represents the view of a CustomVisual.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ExtensionCustomVisualView
    Spotfire.Dxp.Application.ExtensionCustomVisualViewT

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

C#
public abstract class CustomVisualView<T> : CustomVisualView
where T : CustomVisual

Type Parameters

T
The type of custom visual.

The CustomVisualViewT type exposes the following members.

Constructors

  NameDescription
Protected methodCustomVisualViewT
Initializes a new instance of the CustomVisualViewT class.
Top
Properties

  NameDescription
Public propertyIsEditing
Gets a value indicating whether the current Spotfire UI is in editing mode. Controls used to enable authoring capabilities, such as axis selectors, should only be visible when the Spotfire UI is in editing mode.
(Inherited from CustomVisualView.)
Public propertyIsStatic
Gets a value indicating whether this instance is a static view. A static view is used for printing, export and preview generation. Use this property to turn off animations and other features not desired in this case.
(Inherited from CustomVisualView.)
Top
Methods

  NameDescription
Protected methodAddEventHandler
Adds an event handler which is called when any of the triggers fire.
(Inherited from CustomVisualView.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from CustomVisualView.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from CustomVisualView.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.)
Protected methodStatic memberGetEmbeddedResource
Gets the embedded resource specified by the name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetResourceCore
Override this method to serve GET requests made by the client. This method is called with an empty path value when the UI is initialized.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvalidate
Invalidates the view which causes it to be redrawn.
(Inherited from CustomVisualView.)
Protected methodInvokeClientEventHandler
Invokes the client event handler specified by name. A call to this method will result in a call to a function previously registered in the HTML/Javascript part of the UI with Spotfire.addEventHandler("myHandlerName", function);
(Inherited from CustomVisualView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodModifyCore
Override this method to modify the live node using the specified arguments.
Protected methodOnUpdateRequiredCore
Override this method and call InvokeClientEventHandler() to make the HTML/Javascript part of the UI re-render itself.
(Inherited from CustomVisualView.)
Protected methodReadCore
Override this method to read from the snapshot node using the specified arguments.
Protected methodStatic memberResolveContentType
Tries to determine the content type of the file specified by path.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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