Packagecom.myflashlab.air.extensions.richWebView.ios
Classpublic class WebViewEvents
InheritanceWebViewEvents Inheritance flash.events.Event



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Property Detail
decisionproperty
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


Implementation
    public function get decision():Function
fileproperty 
file:File  [read-only]


Implementation
    public function get file():File
heightproperty 
height:int  [read-only]


Implementation
    public function get height():int
itemproperty 
item:int  [read-only]


Implementation
    public function get item():int
msgproperty 
msg:String  [read-only]


Implementation
    public function get msg():String
progressproperty 
progress:int  [read-only]


Implementation
    public function get progress():int
stateproperty 
state:int  [read-only]


Implementation
    public function get state():int
statusCodeproperty 
statusCode:int  [read-only]


Implementation
    public function get statusCode():int
urlproperty 
url:String  [read-only]


Implementation
    public function get url():String
valueproperty 
value:String  [read-only]


Implementation
    public function get value():String
widthproperty 
width:int  [read-only]


Implementation
    public function get width():int
xproperty 
x:Number  [read-only]


Implementation
    public function get x():Number
yproperty 
y:Number  [read-only]


Implementation
    public function get y():Number
Constructor Detail
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)



Parameters
$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)
Constant Detail
COOKIES_CHANGEDConstant
public static const COOKIES_CHANGED:String = onCookiesChanged

EMBEDDED_BROWSER_ACTIONConstant 
public static const EMBEDDED_BROWSER_ACTION:String = onEmbeddedBrowserAction

EMBEDDED_BROWSER_NAVIGATION_EVENTConstant 
public static const EMBEDDED_BROWSER_NAVIGATION_EVENT:String = onEmbeddedBrowserNavigationEvent

ERRORConstant 
public static const ERROR:String = onReceivedError

PAGE_FINISHEDConstant 
public static const PAGE_FINISHED:String = onPageFinished

PAGE_PROGRESSConstant 
public static const PAGE_PROGRESS:String = onPageProgress

PAGE_RESPONSEConstant 
public static const PAGE_RESPONSE:String = onPageResponse

PAGE_STARTEDConstant 
public static const PAGE_STARTED:String = onPageStarted

PAGE_STARTINGConstant 
public static const PAGE_STARTING:String = onPageStarting

RECEIVED_MESSAGE_FROM_JSConstant 
public static const RECEIVED_MESSAGE_FROM_JS:String = fromJS

SCREENSHOTConstant 
public static const SCREENSHOT:String = onScreenshot

SCROLLINGConstant 
public static const SCROLLING:String = onScrolling

TOUCHConstant 
public static const TOUCH:String = onTouch