Sets the Y value of the component without setting the 'top' style
ILayoutChild
Property Detail
explicitHeight
property
explicitHeight:Number [read-only]
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The height of this component
if set by the height property
Implementation public function get explicitHeight():Number
explicitWidth
property
explicitWidth:Number [read-only]
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The width of this component
if set by the width property
Implementation public function get explicitWidth():Number
percentHeight
property
percentHeight:Number
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The requested percentage height of
this component in its container.
Implementation public function get percentHeight():Number public function set percentHeight(value:Number):void
percentWidth
property
percentWidth:Number
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The requested percentage width of
this component in its container.
Implementation public function get percentWidth():Number public function set percentWidth(value:Number):void
Method Detail
isHeightSizedToContent
()
method
public function isHeightSizedToContent():Boolean
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
True if no percentHeight or explicitHeight has been
assigned
Returns
Boolean
isWidthSizedToContent
()
method
public function isWidthSizedToContent():Boolean
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
True if no percentWidth or explicitWidth has been
assigned
Returns
Boolean
setHeight
()
method
public function setHeight(value:Number, noEvent:Boolean = false):void
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Sets the height of the component without
setting explicitHeight.
Parameters
value:Number — The new height.
noEvent:Boolean (default = false) — True if no change event should be sent.
setWidth
()
method
public function setWidth(value:Number, noEvent:Boolean = false):void
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Sets the width of the component without
setting explicitWidth.
Parameters
value:Number — The new width.
noEvent:Boolean (default = false) — True if no change event should be sent.
setWidthAndHeight
()
method
public function setWidthAndHeight(newWidth:Number, newHeight:Number, noEvent:Boolean = false):void
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Sets the width and height of the component
without setting explicitWidth or explicitHeight.
It also sends one change event. If both
values change it only sends heightCHange event.
Parameters
newWidth:Number — The new width.
newHeight:Number — The new height.
noEvent:Boolean (default = false) — True if no change event should be sent.
setX
()
method
public function setX(value:Number):void
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Sets the X value of the component without setting the 'left' style
Parameters
value:Number — The new x value.
setY
()
method
public function setY(value:Number):void
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Sets the Y value of the component without setting the 'top' style