Apache Flex (FlexJS) 0.7.0 API Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IBeadLayout
Methods
Package
org.apache.flex.core
Interface
public interface IBeadLayout extends
IBead
Implementors
BarChartLayout
,
BasicLayout
,
ButtonBarLayout
,
ChartBaseLayout
,
ColumnChartLayout
,
DataGridLayout
,
FlexibleFirstChildHorizontalLayout
,
HScrollBarLayout
,
HorizontalLayout
,
LineChartCategoryVsLinearLayout
,
LineChartLinearVsLinearLayout
,
OneFlexibleChildHorizontalLayout
,
OneFlexibleChildVerticalLayout
,
PieChartLayout
,
StackedBarChartLayout
,
StackedColumnChartLayout
,
TileLayout
,
VScrollBarLayout
,
VerticalColumnLayout
,
VerticalLayout
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The IBeadLayout interface is a "marker" interface for beads that manage the layout for a control. A marker interface has no addtional APIs. It is used to find the layout bead on the strand via calls to getBeadByType.
See also
org.apache.flex.core.IStrand.getBeadByType
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
strand
:
IStrand
[write-only] The host component for this bead.
IBead
Public Methods
Method
Defined By
layout
():Boolean
IBeadLayout
Method Detail
layout
()
method
public function layout():Boolean
Returns
Boolean
— true if size changed
Mon Sep 5 2016, 07:19 AM -07:00