PlatformView Class |
Namespace: Openfin.Desktop.PlatformAPI.View
public class PlatformView : WebContents, IOpenfinEntity
The PlatformView type exposes the following members.
Name | Description | |
---|---|---|
AttachViewAsync |
Attaches the current view to a given window identity.
Identity must be the identity of a window in the same application
| |
CreateViewAsync |
Creates a view.
| |
DestroyViewAsync |
Destroys the current view
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExecuteJavascriptAsync | (Inherited from WebContents.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindInPageAsync | (Inherited from WebContents.) | |
FocusAsync | (Inherited from WebContents.) | |
GetCurrentWindowAsync | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPrintersAsync | (Inherited from WebContents.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetZoomLevelAsync | (Inherited from WebContents.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NavigateAsync | (Inherited from WebContents.) | |
NavigateBackAsync | (Inherited from WebContents.) | |
PrintAsync | (Inherited from WebContents.) | |
ReloadAsync | (Inherited from WebContents.) | |
ShowDeveloperToolsAsync | (Inherited from WebContents.) | |
StopFindInPageAsync | (Inherited from WebContents.) | |
StopNavigationAsync | (Inherited from WebContents.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
DidChangeThemeColor |
Occurs when a view's theme color changes.
| |
ViewCrashed |
Occurs when a view crashes.
| |
ViewCreated |
Occurs when a view is created.
| |
ViewDestroyed |
Occurs when a view is destroyed.
| |
ViewFileDownloadCompleted |
Occurs when a view's downloading file completes
| |
ViewFileDownloadProgress |
Occurs when a view's downloading file progresses.
| |
ViewFileDownloadStarted |
Occurs when a view's file download starts.
| |
ViewFocused | ||
ViewHidden |
Occurs when a view is hidden
| |
ViewHotkeyTriggered |
Occurs when a view's hotkey is pressed.
| |
ViewNavigationRejected |
Occurs when view navigation is rejected as per contentNavigation whitelist/blacklist rules.
| |
ViewOptionsChanged |
Occurs when a view's options are updated.
| |
ViewPageFaviconUpdated |
Occurs when page receives favicon urls.
| |
ViewPageTitleUpdated |
Occurs when page title is set during navigation. explicitSet is false when title is synthesized from file url.
| |
ViewResourceLoadFailed |
Occurs when an HTTP load was cancelled or failed.
| |
ViewResourceResponseReceived |
Occurs when an HTTP resource request has received response details.
| |
ViewShown |
Occurs when a View is shown. This event will fire during creation of a View.
| |
ViewTargetChanged |
Occurs when a View changes its Window target. This event will fire during creation of a View. In that case, previousTarget identity will be the same as target identity.
|