The CustomPanelViewT generic type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddEventHandler |
Adds an event handler which is called when any of the triggers fire.
(Inherited from CustomPanelView.) | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from CustomPanelView.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from CustomPanelView.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEmbeddedResource |
Gets the embedded resource specified by the name.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetResourceCore |
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.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Invalidate |
Invalidates the view which causes it to be redrawn.
(Inherited from CustomPanelView.) | |
| 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); (Inherited from CustomPanelView.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ModifyCore |
Override this method to modify the live node using the specified arguments.
| |
| OnUpdateRequiredCore |
Override this method and call InvokeClientEventHandler() to make the HTML/Javascript part of the UI re-render itself.
(Inherited from CustomPanelView.) | |
| ReadCore |
Override this method to read from the snapshot node using the specified arguments.
| |
| ResolveContentType |
Tries to determine the content type of the file specified by path.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also