Packagecom.tuarua.webview
Classpublic class TabDetails
InheritanceTabDetails Inheritance Object



Public Properties
 PropertyDefined By
  canGoBack : Boolean
TabDetails
  canGoForward : Boolean
TabDetails
  estimatedProgress : Number
TabDetails
  index : int
TabDetails
  isLoading : Boolean
TabDetails
  title : String
TabDetails
  url : String
TabDetails
Public Methods
 MethodDefined By
  
TabDetails(index:int, url:String, title:String, isLoading:Boolean, canGoBack:Boolean, canGoForward:Boolean, estimatedProgress:Number)
TabDetails
Property Detail
canGoBackproperty
public var canGoBack:Boolean

canGoForwardproperty 
public var canGoForward:Boolean

estimatedProgressproperty 
public var estimatedProgress:Number

indexproperty 
public var index:int

isLoadingproperty 
public var isLoading:Boolean

titleproperty 
public var title:String

urlproperty 
public var url:String

Constructor Detail
TabDetails()Constructor
public function TabDetails(index:int, url:String, title:String, isLoading:Boolean, canGoBack:Boolean, canGoForward:Boolean, estimatedProgress:Number)



Parameters
index:int
 
url:String
 
title:String
 
isLoading:Boolean
 
canGoBack:Boolean
 
canGoForward:Boolean
 
estimatedProgress:Number