| Package | com.myflashlab.air.extensions.richWebView.ios |
| Class | public class WebViewEvents |
| Inheritance | WebViewEvents flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| decision : Function [read-only]
call this function and pass a Boolean as the value. | WebViewEvents | ||
| file : File [read-only] | WebViewEvents | ||
| height : int [read-only] | WebViewEvents | ||
| item : int [read-only] | WebViewEvents | ||
| msg : String [read-only] | WebViewEvents | ||
| progress : int [read-only] | WebViewEvents | ||
| state : int [read-only] | WebViewEvents | ||
| statusCode : int [read-only] | WebViewEvents | ||
| url : String [read-only] | WebViewEvents | ||
| value : String [read-only] | WebViewEvents | ||
| width : int [read-only] | WebViewEvents | ||
| x : Number [read-only] | WebViewEvents | ||
| y : Number [read-only] | WebViewEvents | ||
| Method | Defined By | ||
|---|---|---|---|
WebViewEvents($type:String, $url:String = null, $decision:Function = null, $value:String = null, $file:File = null, $width:int = -1, $height:int = -1, $msg:String = null, $progress:int = -1, $x:Number, $y:Number, $state:int = -1, $item:int = -1, $statusCode:int = -1) | WebViewEvents | ||
| Constant | Defined By | ||
|---|---|---|---|
| COOKIES_CHANGED : String = onCookiesChanged [static] | WebViewEvents | ||
| EMBEDDED_BROWSER_ACTION : String = onEmbeddedBrowserAction [static] | WebViewEvents | ||
| EMBEDDED_BROWSER_NAVIGATION_EVENT : String = onEmbeddedBrowserNavigationEvent [static] | WebViewEvents | ||
| ERROR : String = onReceivedError [static] | WebViewEvents | ||
| PAGE_FINISHED : String = onPageFinished [static] | WebViewEvents | ||
| PAGE_PROGRESS : String = onPageProgress [static] | WebViewEvents | ||
| PAGE_RESPONSE : String = onPageResponse [static] | WebViewEvents | ||
| PAGE_STARTED : String = onPageStarted [static] | WebViewEvents | ||
| PAGE_STARTING : String = onPageStarting [static] | WebViewEvents | ||
| RECEIVED_MESSAGE_FROM_JS : String = fromJS [static] | WebViewEvents | ||
| SCREENSHOT : String = onScreenshot [static] | WebViewEvents | ||
| SCROLLING : String = onScrolling [static] | WebViewEvents | ||
| TOUCH : String = onTouch [static] | WebViewEvents | ||
| decision | property |
decision:Function [read-only]
call this function and pass a Boolean as the value. If you pass true, the url will be loaded
normally. If you want to stop the url from being loaded, simply pass false
public function get decision():Function| file | property |
file:File [read-only] public function get file():File| height | property |
height:int [read-only] public function get height():int| item | property |
item:int [read-only] public function get item():int| msg | property |
msg:String [read-only] public function get msg():String| progress | property |
progress:int [read-only] public function get progress():int| state | property |
state:int [read-only] public function get state():int| statusCode | property |
statusCode:int [read-only] public function get statusCode():int| url | property |
url:String [read-only] public function get url():String| value | property |
value:String [read-only] public function get value():String| width | property |
width:int [read-only] public function get width():int| x | property |
x:Number [read-only] public function get x():Number| y | property |
y:Number [read-only] public function get y():Number| WebViewEvents | () | Constructor |
public function WebViewEvents($type:String, $url:String = null, $decision:Function = null, $value:String = null, $file:File = null, $width:int = -1, $height:int = -1, $msg:String = null, $progress:int = -1, $x:Number, $y:Number, $state:int = -1, $item:int = -1, $statusCode:int = -1)$type:String | |
$url:String (default = null) | |
$decision:Function (default = null) | |
$value:String (default = null) | |
$file:File (default = null) | |
$width:int (default = -1) | |
$height:int (default = -1) | |
$msg:String (default = null) | |
$progress:int (default = -1) | |
$x:Number (default = NaN) | |
$y:Number (default = NaN) | |
$state:int (default = -1) | |
$item:int (default = -1) | |
$statusCode:int (default = -1) |
| COOKIES_CHANGED | Constant |
public static const COOKIES_CHANGED:String = onCookiesChanged| EMBEDDED_BROWSER_ACTION | Constant |
public static const EMBEDDED_BROWSER_ACTION:String = onEmbeddedBrowserAction| EMBEDDED_BROWSER_NAVIGATION_EVENT | Constant |
public static const EMBEDDED_BROWSER_NAVIGATION_EVENT:String = onEmbeddedBrowserNavigationEvent| ERROR | Constant |
public static const ERROR:String = onReceivedError| PAGE_FINISHED | Constant |
public static const PAGE_FINISHED:String = onPageFinished| PAGE_PROGRESS | Constant |
public static const PAGE_PROGRESS:String = onPageProgress| PAGE_RESPONSE | Constant |
public static const PAGE_RESPONSE:String = onPageResponse| PAGE_STARTED | Constant |
public static const PAGE_STARTED:String = onPageStarted| PAGE_STARTING | Constant |
public static const PAGE_STARTING:String = onPageStarting| RECEIVED_MESSAGE_FROM_JS | Constant |
public static const RECEIVED_MESSAGE_FROM_JS:String = fromJS| SCREENSHOT | Constant |
public static const SCREENSHOT:String = onScreenshot| SCROLLING | Constant |
public static const SCROLLING:String = onScrolling| TOUCH | Constant |
public static const TOUCH:String = onTouch