CustomPanelView Class TIBCO Spotfire 7.9 API Reference
Base class for the view of a CustomPanel.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ExtensionCustomPanelView
    Spotfire.Dxp.Application.ExtensionCustomPanelViewT

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

C#
public abstract class CustomPanelView : ICustomViewFacade<CustomPanel>, 
	IDisposable

The CustomPanelView type exposes the following members.

Methods

  NameDescription
Protected methodAddEventHandler
Adds an event handler which is called when any of the triggers fire.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
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 methodInvalidate
Invalidates the view which causes it to be redrawn.
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);
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnUpdateRequiredCore
Override this method and call InvokeClientEventHandler() to make the HTML/Javascript part of the UI re-render itself.
Top
Version Information

Supported in: 7.9, 7.8, 7.7
See Also

Reference