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.
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
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
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
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
public function TitleBarModel()
Mon Sep 5 2016, 07:19 AM -07:00