Packagecom.distriqt.extension.nativewebview.events
Classpublic class BrowserViewEvent
InheritanceBrowserViewEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  cause : String
Whether this event was the result of user interaction with the browser view or an api call.
BrowserViewEvent
Public Methods
 MethodDefined By
  
BrowserViewEvent(type:String, cause:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
BrowserViewEvent
  
clone():Event
[override]
BrowserViewEvent
Public Constants
 ConstantDefined By
  CLOSED : String = browserView:closed
[static] Dispatched when the browser view is closed and removed from the view
BrowserViewEvent
  ERROR : String = browserView:error
[static] Dispatched if there was an error loading the specified URL
BrowserViewEvent
  LOADED : String = browserView:loaded
[static] Dispatched when the browser view has loaded the URL
BrowserViewEvent
  OPENED : String = browserView:opened
[static] Dispatched when the browser view is opened and visisble to the user
BrowserViewEvent
  READY : String = browserView:ready
[static] Dispatched when the browser view is setup and ready to use
BrowserViewEvent
Property Detail
causeproperty
public var cause:String

Whether this event was the result of user interaction with the browser view or an api call. It will be empty if not applicable to this event.

Constructor Detail
BrowserViewEvent()Constructor
public function BrowserViewEvent(type:String, cause:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
cause:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
CLOSEDConstant
public static const CLOSED:String = browserView:closed

Dispatched when the browser view is closed and removed from the view

ERRORConstant 
public static const ERROR:String = browserView:error

Dispatched if there was an error loading the specified URL

LOADEDConstant 
public static const LOADED:String = browserView:loaded

Dispatched when the browser view has loaded the URL

OPENEDConstant 
public static const OPENED:String = browserView:opened

Dispatched when the browser view is opened and visisble to the user

READYConstant 
public static const READY:String = browserView:ready

Dispatched when the browser view is setup and ready to use