Packageorg.apache.flex.core
Interfacepublic interface IBeadController extends IBead
Implementors AlertController, ButtonAutoRepeatController, ComboBoxController, DateChooserMouseController, DateFieldMouseController, DropDownListController, EditableTextKeyboardController, ItemRendererMouseController, ListSingleSelectionMouseController, ScrollBarMouseControllerBase, SliderMouseController, SpinnerMouseController

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

The IBeadController interface is a "marker" interface for beads that are controllers. A marker interface has no addtional APIs. It is used to find the controller on the strand via calls to getBeadByType.

See also

org.apache.flex.core.IStrand.getBeadByType


Public Properties
 PropertyDefined By
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
IBead