| Package | com.flexicious.components.container |
| Class | public class ExtendedTitleWindow |
| Inheritance | ExtendedTitleWindow spark.components.TitleWindow |
| Subclasses | TileLayoutPopup |
| Language Version : | ActionScript 3.0 |
Default MXML PropertymxmlContentFactory
| Property | Defined By | ||
|---|---|---|---|
| edgeAlignmentMode : String
The alignment mode for the popup. | ExtendedTitleWindow | ||
| enableDoubleClickExpandCollapse : Boolean = false
Double clicking on the toolbar will cause maximize or restore. | ExtendedTitleWindow | ||
| enableMaximizeAndRestore : Boolean [read-only]
Flag to show maximize and restore buttons in the title bar. | ExtendedTitleWindow | ||
| isMaximized : Boolean [read-only]
Returns true if this dashlet is maximized. | ExtendedTitleWindow | ||
| maximizeRelativeToComponent : Object
The component that we should use to maximize the title window relative to. | ExtendedTitleWindow | ||
| popupButtonWidth : Number
Width of the popup button that launched us. | ExtendedTitleWindow | ||
| removePopupOnClose : Boolean = false
When this flag is set to true, clicking the close button will rmeove the popup. | ExtendedTitleWindow | ||
| resizable : Boolean
Flag to enable resize behavior. | ExtendedTitleWindow | ||
| showCloseButton : Boolean
Flag to show the close button like in the mx TitleWindow. | ExtendedTitleWindow | ||
| Method | Defined By | ||
|---|---|---|---|
| ExtendedTitleWindow | |||
maximize():void
Maximizes the component. | ExtendedTitleWindow | ||
restore():void
Restores the component to its position prior to being maximized. | ExtendedTitleWindow | ||
| Method | Defined By | ||
|---|---|---|---|
resizeBegin(event:MouseEvent):void
Start the resize
| ExtendedTitleWindow | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when the titlewindow is maximized | ExtendedTitleWindow | |||
| Dispatched when the title window is is about to start resizing. | ExtendedTitleWindow | |||
| Dispatched when the title window resize has completed | ExtendedTitleWindow | |||
| Dispatched when the titlewindow is maximized | ExtendedTitleWindow | |||
| Style | Description | Defined By | ||
|---|---|---|---|---|
resizeBorderColor | Type: uint Format: Color The color of the border for this component when it is being resized. The default value is 0x0000FF. | ExtendedTitleWindow | ||
This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.
| edgeAlignmentMode | property |
edgeAlignmentMode:StringThe alignment mode for the popup. This is inherited from the associated popup button.
This property can be used as the source for data binding.
public function get edgeAlignmentMode():String public function set edgeAlignmentMode(value:String):void| enableDoubleClickExpandCollapse | property |
public var enableDoubleClickExpandCollapse:Boolean = falseDouble clicking on the toolbar will cause maximize or restore.
| enableMaximizeAndRestore | property |
enableMaximizeAndRestore:Boolean [read-only] Flag to show maximize and restore buttons in the title bar.
This property can be used as the source for data binding.
public function get enableMaximizeAndRestore():Boolean| isMaximized | property |
isMaximized:Boolean [read-only] Returns true if this dashlet is maximized.
This property can be used as the source for data binding.
public function get isMaximized():Boolean| maximizeRelativeToComponent | property |
maximizeRelativeToComponent:ObjectThe component that we should use to maximize the title window relative to. Defaults to FlexGlobals.topLevelApplication.
public function get maximizeRelativeToComponent():Object public function set maximizeRelativeToComponent(value:Object):void| popupButtonWidth | property |
popupButtonWidth:NumberWidth of the popup button that launched us.
This property can be used as the source for data binding.
public function get popupButtonWidth():Number public function set popupButtonWidth(value:Number):void| removePopupOnClose | property |
public var removePopupOnClose:Boolean = falseWhen this flag is set to true, clicking the close button will rmeove the popup.
| resizable | property |
resizable:BooleanFlag to enable resize behavior.
This property can be used as the source for data binding.
public function get resizable():Boolean public function set resizable(value:Boolean):void| showCloseButton | property |
showCloseButton:BooleanFlag to show the close button like in the mx TitleWindow.
This property can be used as the source for data binding.
public function get showCloseButton():Boolean public function set showCloseButton(value:Boolean):void| ExtendedTitleWindow | () | Constructor |
public function ExtendedTitleWindow()| maximize | () | method |
public function maximize():voidMaximizes the component. It takes the height and width of the maximizeRelativeToComponent.
| resizeBegin | () | method |
protected function resizeBegin(event:MouseEvent):voidStart the resize
Parameters
event:MouseEvent |
| restore | () | method |
public function restore():voidRestores the component to its position prior to being maximized.
| maximized | Event |
| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4 |
| Runtime Versions : | Flash Player 10, AIR 1.1 |
Dispatched when the titlewindow is maximized
| resizeBegin | Event |
| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4 |
| Runtime Versions : | Flash Player 10, AIR 1.1 |
Dispatched when the title window is is about to start resizing. Can be cancelled
| resized | Event |
| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4 |
| Runtime Versions : | Flash Player 10, AIR 1.1 |
Dispatched when the title window resize has completed
| restored | Event |
| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4 |
| Runtime Versions : | Flash Player 10, AIR 1.1 |
Dispatched when the titlewindow is maximized