This event handles changes to the size of children of the container by running
the layout again and adjusting the size of the container or viewport as necessary.
The array property that is used to add additional
beads to an MXML tag. From ActionScript, just
call addBead directly.
currentState
property
currentState:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The name of the current state.
This property can be used as the source for data binding.
Implementation public function get currentState():String public function set currentState(value:String):void
model
property
model:Object [read-only]
The model object.
This property can be used as the source for data binding.
Implementation public function get model():Object
mxmlContent
property
public var mxmlContent:Array
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The default property. Child tags in MXML documents get assigned
to this property, but are actually encoded by the compiler into the MXMLDescriptor
array. Therefore, setting this property from ActionScript will have no
effect at runtime.
MXMLDescriptor
property
MXMLDescriptor:Array [read-only]
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
An array of data that describes the MXML attributes
and tags in an MXML document. This data is usually
decoded by an MXMLDataInterpreter
Implementation public function get MXMLDescriptor():Array
states
property
states:Array
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The array of view states. These should
be instances of org.apache.flex.states.State.
Implementation public function get states():Array public function set states(value:Array):void
public function generateMXMLAttributes(data:Array):void
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
An method called by the compiler's generated
code to kick off the setting of MXML attribute
values and instantiation of child tags.
The call has to be made in the generated code
in order to ensure that the constructors have
completed first.
Parameters
data:Array — The encoded data representing the
MXML attributes.
getBeadByType
()
method
public function getBeadByType(classOrInterface:Class):IBead
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
Find a bead on the strand.
Parameters
classOrInterface:Class — The class or interface to use
to search for the bead