Packageorg.apache.flex.mobile.beads
Classpublic class MobileWebBrowserView
InheritanceMobileWebBrowserView Inheritance Object
Implements IBeadView

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

The MobileWebBrowserView creates an instance of StageWebView to load web pages into a mobile application. This class is available only for AS3 compiled mode. Note that StageWebView is attached directly to the stage and may obscure other components.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
MobileWebBrowserView
Public Methods
 MethodDefined By
  
constructor.
MobileWebBrowserView
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
Constructor Detail
MobileWebBrowserView()Constructor
public function MobileWebBrowserView()

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

constructor.