Packageorg.apache.flex.core
Interfacepublic interface ITitleBarModel extends IBeadModel, IBead, IEventDispatcher, flash.events.IEventDispatcher
Implementors TitleBarModel

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

The ITitleBarModel interface describes the minimum set of properties available to control that displays a title bar. More sophisticated controls often have models that extend ITitleBarModel.



Public Properties
 PropertyDefined By
  htmlTitle : String
The title of the TitleBar as HTML.
ITitleBarModel
  showCloseButton : Boolean
true if a close button should also be in the title bar.
ITitleBarModel
  title : String
The title of the TitleBar.
ITitleBarModel
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 title of the TitleBar as HTML.


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

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


Implementation
    public function get showCloseButton():Boolean
    public function set showCloseButton(value:Boolean):void
titleproperty 
title:String

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

The title of the TitleBar.


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