Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flash.html 
HTMLHistoryItem 
Packageflash.html
Classpublic class HTMLHistoryItem
InheritanceHTMLHistoryItem Inheritance Object

Runtime Versions: AIR 1.0

An HTMLHistoryItem object describes a location in the navigation history of an HTMLLoader object.

See also



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  AIR-only isPost : Boolean
[read-only] Indicates whether the HTML page includes POST data.
HTMLHistoryItem
  AIR-only originalUrl : String
[read-only] The original URL of the HTML page, before any redirects.
HTMLHistoryItem
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  AIR-only title : String
[read-only] The title of the HTML page.
HTMLHistoryItem
  AIR-only url : String
[read-only] The URL of the HTML page.
HTMLHistoryItem
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
AIR-only 

isPost

property
isPost:Boolean  [read-only]

Runtime Versions: AIR 1.0

Indicates whether the HTML page includes POST data.



Implementation
    public function get isPost():Boolean
AIR-only 

originalUrl

property 
originalUrl:String  [read-only]

Runtime Versions: AIR 1.0

The original URL of the HTML page, before any redirects.



Implementation
    public function get originalUrl():String
AIR-only 

title

property 
title:String  [read-only]

Runtime Versions: AIR 1.0

The title of the HTML page.



Implementation
    public function get title():String
AIR-only 

url

property 
url:String  [read-only]

Runtime Versions: AIR 1.0

The URL of the HTML page.



Implementation
    public function get url():String