Packageorg.apache.flex.core
Classpublic class BrowserResizeListener
InheritanceBrowserResizeListener Inheritance Object
Implements IBead

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

The BrowserResizeListener class listens for browser resizing and resizes the application accordingly.



Public Properties
 PropertyDefined By
  minHeight : Number
Minimum height
BrowserResizeListener
  minWidth : Number
Minimum width
BrowserResizeListener
  strand : IStrand
[write-only] The host component for this bead.
BrowserResizeListener
Public Methods
 MethodDefined By
  
Constructor.
BrowserResizeListener
Property Detail
minHeightproperty
public var minHeight:Number

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

Minimum height

minWidthproperty 
public var minWidth:Number

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

Minimum width

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
BrowserResizeListener()Constructor
public function BrowserResizeListener()

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

Constructor.