Packageorg.apache.flex.html.beads.models
Classpublic class WebBrowserModel
InheritanceWebBrowserModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBeadModel

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The WebBrowserModel class bead defines the data associated with an org.apache.flex.html.WebBrowser component.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
WebBrowserModel
  url : String
The URL to load into the WebBrowser.
WebBrowserModel
Public Methods
 MethodDefined By
  
constructor.
WebBrowserModel
  
setURL(value:String):void
Sets the URL value without dispatching an event.
WebBrowserModel
Property Detail
strandproperty
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
urlproperty 
url:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The URL to load into the WebBrowser.


Implementation
    public function get url():String
    public function set url(value:String):void
Constructor Detail
WebBrowserModel()Constructor
public function WebBrowserModel()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.

Method Detail
setURL()method
public function setURL(value:String):void

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Sets the URL value without dispatching an event.

Parameters

value:String