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.
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.
This property can be used as the source for data binding.
Implementation public function get htmlTitle():String
public function set htmlTitle(value:String):void
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.
This property can be used as the source for data binding.
Implementation public function get showCloseButton():Boolean
public function set showCloseButton(value:Boolean):void
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.
This property can be used as the source for data binding.
Implementation public function get title():String
public function set title(value:String):void
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00