| Property | Defined By | ||
|---|---|---|---|
| canGoBack : Boolean | TabDetails | ||
| canGoForward : Boolean | TabDetails | ||
| estimatedProgress : Number | TabDetails | ||
| index : int | TabDetails | ||
| isLoading : Boolean | TabDetails | ||
| title : String | TabDetails | ||
| url : String | TabDetails | ||
| Method | Defined By | ||
|---|---|---|---|
TabDetails(index:int, url:String, title:String, isLoading:Boolean, canGoBack:Boolean, canGoForward:Boolean, estimatedProgress:Number) | TabDetails | ||
| canGoBack | property |
public var canGoBack:Boolean
| canGoForward | property |
public var canGoForward:Boolean
| estimatedProgress | property |
public var estimatedProgress:Number
| index | property |
public var index:int
| isLoading | property |
public var isLoading:Boolean
| title | property |
public var title:String
| url | property |
public var url:String
| TabDetails | () | Constructor |
public function TabDetails(index:int, url:String, title:String, isLoading:Boolean, canGoBack:Boolean, canGoForward:Boolean, estimatedProgress:Number)index:int | |
url:String | |
title:String | |
isLoading:Boolean | |
canGoBack:Boolean | |
canGoForward:Boolean | |
estimatedProgress:Number |