Packageorg.apache.flex.html.beads.models
Classpublic class TitleBarModel
InheritanceTitleBarModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBead, ITitleBarModel

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

The TitleBarModel class bead holds the values for the org.apache.flex.html.TitleBar's properties.



Public Properties
 PropertyDefined By
  htmlTitle : String
The HTML string for the title. The title of the TitleBar as HTML.
TitleBarModel
  showCloseButton : Boolean
Whether or not to show a close button. true if a close button should also be in the title bar.
TitleBarModel
  strand : IStrand
[write-only] The host component for this bead.
TitleBarModel
  title : String
The string title for the org.apache.flex.html.TitleBar. The title of the TitleBar.
TitleBarModel
Public Methods
 MethodDefined By
  
TitleBarModel
Property Detail
htmlTitleproperty
htmlTitle:String

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

The HTML string for the title.

The title of the TitleBar as HTML.

This property can be used as the source for data binding.


Implementation
    public function get htmlTitle():String
    public function set htmlTitle(value:String):void
showCloseButtonproperty 
showCloseButton:Boolean

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

Whether or not to show a close button.

true if a close button should also be in the title bar.

This property can be used as the source for data binding.


Implementation
    public function get showCloseButton():Boolean
    public function set showCloseButton(value:Boolean):void
strandproperty 
strand:IStrand  [write-only]

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

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
titleproperty 
title:String

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

The string title for the org.apache.flex.html.TitleBar.

The title of the TitleBar.

This property can be used as the source for data binding.


Implementation
    public function get title():String
    public function set title(value:String):void
Constructor Detail
TitleBarModel()Constructor
public function TitleBarModel()