Packageorg.apache.flex.core
Interfacepublic interface ITransformHost extends IStrand, IEventDispatcher, flash.events.IEventDispatcher
Implementors GraphicContainer

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

The ITransformHost interface is the basic interface for the container views that have an IBeadTransform.



Public Properties
 PropertyDefined By
  transformElement : IFlexJSElement
[read-only] Each ITransformHost has an element that is actually added to the platform's display list DOM.
ITransformHost
Public Methods
 MethodDefined By
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
IStrand
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
IStrand
 Inherited
Remove a bead from the strand.
IStrand
Property Detail
transformElementproperty
transformElement:IFlexJSElement  [read-only]

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

Each ITransformHost has an element that is actually added to the platform's display list DOM. It may not be the actual component itself.


Implementation
    public function get transformElement():IFlexJSElement