Package | org.apache.flex.html.beads |
Class | public class TitleBarView |
Inheritance | TitleBarView ![]() ![]() ![]() ![]() ![]() |
Implements | mx.binding.IBindingClient |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
![]() | beads : Array
The array property that is used to add additional
beads to an MXML tag. | MXMLBeadView | |
closeButton : CloseButton | TitleBarView | ||
![]() | contentView : IParentIUIBase [read-only]
The sub-element used as the parent of the container's elements. | ContainerView | |
![]() | currentState : String
The name of the current state. | MXMLBeadView | |
![]() | host : IUIBase [read-only]
The host component. | BeadViewBase | |
![]() | model : Object [read-only]
The model object. | MXMLBeadView | |
![]() | mxmlContent : Array
The default property. | MXMLBeadView | |
![]() | MXMLDescriptor : Array [read-only]
An array of data that describes the MXML attributes
and tags in an MXML document. | MXMLBeadView | |
![]() | resizableView : IUIBase [read-only]
The view that can be resized. | ContainerView | |
![]() | states : Array
The array of view states. | MXMLBeadView | |
![]() | strand : IStrand [override] [write-only]
An MXMLBeadView doesn't create its children until it is added to
the strand. | MXMLBeadView | |
![]() | _strand : IStrand
The strand. | BeadViewBase | |
titleLabel : Label | TitleBarView | ||
![]() | transitions : Array
The array of transitions. | MXMLBeadView | |
![]() | viewportModel : IViewportModel [read-only]
The data model used by the viewport to determine how it should
present the content area. | ContainerView |
Method | Defined By | ||
---|---|---|---|
Constructor. | TitleBarView | ||
![]() |
Add a bead to the strand. | MXMLBeadView | |
![]() | generateMXMLAttributes(data:Array):void
An method called by the compiler's generated
code to kick off the setting of MXML attribute
values and instantiation of child tags. | MXMLBeadView | |
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | MXMLBeadView | |
![]() | hasState(state:String):Boolean
true if the array of states
contains a state with this name. | MXMLBeadView | |
![]() |
Remove a bead from the strand. | MXMLBeadView |
closeButton | property |
public var closeButton:CloseButton
This property can be used as the source for data binding.
titleLabel | property |
public var titleLabel:Label
This property can be used as the source for data binding.
TitleBarView | () | Constructor |
public function TitleBarView()
Constructor.