Packageorg.apache.flex.core
Interfacepublic interface IBeadView extends IBead
Implementors AlertView, BeadViewBase, CSSButtonView, CSSImageAndTextButtonView, CSSTextButtonView, ChartView, CheckBoxView, CloseButtonView, ComboBoxView, ContainerView, DataGridView, DateChooserView, DateFieldView, DatePickerView, DecrementButtonView, DownArrowButtonView, DropDownListView, GoogleMapView, HRuleView, HScrollBarThumbView, HScrollBarTrackView, HScrollBarView, ImageAndTextButtonView, ImageButtonView, ImageView, IncrementButtonView, LeftArrowButtonView, MobileWebBrowserView, NumericStepperView, PanelView, PanelWithControlBarView, RadioButtonView, RangeStepperView, RightArrowButtonView, ScrollBarView, SimpleAlertView, SliderThumbView, SliderTrackView, SliderView, SpinnerView, TextButtonView, TextFieldViewBase, ToggleSwitchView, UpArrowButtonView, VRuleView, VScrollBarThumbView, VScrollBarTrackView, VScrollBarView, ViewManagerViewBase, WebBrowserView

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

The IBeadView interface is the interface for beads that represent the view for a control. It is used to find the view bead on the strand via calls to getBeadByType.

See also

org.apache.flex.core.IStrand.getBeadByType


Public Properties
 PropertyDefined By
  host : IUIBase
[read-only] The host component.
IBeadView
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
IBead
Property Detail
hostproperty
host:IUIBase  [read-only]

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

The host component.


Implementation
    public function get host():IUIBase