Packagecom.tuarua.webview
Classpublic class WebViewEvent
InheritanceWebViewEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  params : *
WebViewEvent
Public Methods
 MethodDefined By
  
WebViewEvent(type:String, params:* = null, bubbles:Boolean = false, cancelable:Boolean = false)
WebViewEvent
  
clone():Event
[override]
WebViewEvent
  
toString():String
[override]
WebViewEvent
Public Constants
 ConstantDefined By
  ON_CONSOLE_MESSAGE : String = WebView.OnConsoleMessage
[static] Placeholder only.
WebViewEvent
  ON_DOWNLOAD_CANCEL : String = WebView.OnDownloadCancel
[static] Dispatched when download is cancelled Windows + OSX only.
WebViewEvent
  ON_DOWNLOAD_COMPLETE : String = WebView.OnDownloadComplete
[static] Dispatched when download is marked as complete Windows + OSX only.
WebViewEvent
  ON_DOWNLOAD_PROGRESS : String = WebView.OnDownloadProgress
[static] Dispatched when download progress changes Windows + OSX only.
WebViewEvent
  ON_FAIL : String = WebView.OnFail
[static]
WebViewEvent
  ON_PDF_PRINTED : String = WebView.OnPdfPrinted
[static] Dispatched when the pdf is saved after printToPdf() has been called.
WebViewEvent
  ON_POPUP_BLOCKED : String = WebView.OnPopupBlocked
[static] Dispatched when a pop is blocked (due to settings.popup.behaviour).
WebViewEvent
  ON_PROPERTY_CHANGE : String = WebView.OnPropertyChange
[static] Dispatched when one of the following is updated url, title, isLoading, canGoBack, canGoForward, estimatedProgress, statusMessage.
WebViewEvent
  ON_URL_BLOCKED : String = WebView.OnUrlBlocked
[static] Dispatched when a url is blocked (due to settings.urlWhiteList).
WebViewEvent
Property Detail
paramsproperty
public var params:*

Constructor Detail
WebViewEvent()Constructor
public function WebViewEvent(type:String, params:* = null, bubbles:Boolean = false, cancelable:Boolean = false)



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

Returns
Event
toString()method 
override public function toString():String

Returns
String
Constant Detail
ON_CONSOLE_MESSAGEConstant
public static const ON_CONSOLE_MESSAGE:String = WebView.OnConsoleMessage

Placeholder only.

ON_DOWNLOAD_CANCELConstant 
public static const ON_DOWNLOAD_CANCEL:String = WebView.OnDownloadCancel

Dispatched when download is cancelled

Windows + OSX only.

ON_DOWNLOAD_COMPLETEConstant 
public static const ON_DOWNLOAD_COMPLETE:String = WebView.OnDownloadComplete

Dispatched when download is marked as complete

Windows + OSX only.

ON_DOWNLOAD_PROGRESSConstant 
public static const ON_DOWNLOAD_PROGRESS:String = WebView.OnDownloadProgress

Dispatched when download progress changes

Windows + OSX only.

ON_FAILConstant 
public static const ON_FAIL:String = WebView.OnFail

ON_PDF_PRINTEDConstant 
public static const ON_PDF_PRINTED:String = WebView.OnPdfPrinted

Dispatched when the pdf is saved after printToPdf() has been called.

ON_POPUP_BLOCKEDConstant 
public static const ON_POPUP_BLOCKED:String = WebView.OnPopupBlocked

Dispatched when a pop is blocked (due to settings.popup.behaviour).

ON_PROPERTY_CHANGEConstant 
public static const ON_PROPERTY_CHANGE:String = WebView.OnPropertyChange

Dispatched when one of the following is updated url, title, isLoading, canGoBack, canGoForward, estimatedProgress, statusMessage. This returns an object with 2 properties: propertyName, tab

ON_URL_BLOCKEDConstant 
public static const ON_URL_BLOCKED:String = WebView.OnUrlBlocked

Dispatched when a url is blocked (due to settings.urlWhiteList).