Base class for the view of a CustomVisual.
Inheritance Hierarchy
Spotfire.Dxp.Application.Extension.CustomVisualView
Spotfire.Dxp.Application.Extension.CustomVisualView<T>
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 abstract class CustomVisualView : IDisposable
The CustomVisualView type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddEventHandler |
Adds an event handler which is called when any of the triggers fire.
|
![]() | Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Invalidate |
Invalidates the view which causes it to be redrawn.
|
![]() | InvokeClientEventHandler |
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); |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnUpdateRequiredCore |
Override this method and call InvokeClientEventHandler() to make the HTML/Javascript part of the UI re-render itself.
|
Properties
Name | Description | |
---|---|---|
![]() | IsStatic |
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.
|
Version Information
Supported in: 7.6, 7.5
See Also
See Also