The ContainerView class is the default view for
the org.apache.flex.html.Container class.
It lets you use some CSS styles to manage the border, background
and padding around the content area.
Implementation public function get vScrollBar():ScrollBar
Constructor Detail
ContainerView
()
Constructor
public function ContainerView()
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Constructor.
Method Detail
contentAreaNeeded
()
method
protected function contentAreaNeeded():Boolean
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Returns true if container to create a separate ContainerContentArea.
Returns
Boolean
determinePadding
()
method
protected function determinePadding():Object
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Determines the top and left padding values, if any, as set by
padding style values. This includes "padding" for all padding values
as well as "padding-left" and "padding-top".
Returns an object with paddingLeft and paddingTop properties.