Packagecom.flexicious.components.dashboard.tileLayout
Classpublic class TileLayoutPopup
InheritanceTileLayoutPopup Inheritance ExtendedTitleWindow Inheritance spark.components.TitleWindow
Implements mx.binding.IBindingClient

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  btnCancel : Button
TileLayoutPopup
  btnOk : Button
TileLayoutPopup
 InheritededgeAlignmentMode : String
The alignment mode for the popup.
ExtendedTitleWindow
 InheritedenableDoubleClickExpandCollapse : Boolean = false
Double clicking on the toolbar will cause maximize or restore.
ExtendedTitleWindow
 InheritedenableMaximizeAndRestore : Boolean
[read-only] Flag to show maximize and restore buttons in the title bar.
ExtendedTitleWindow
 InheritedisMaximized : Boolean
[read-only] Returns true if this dashlet is maximized.
ExtendedTitleWindow
 InheritedmaximizeRelativeToComponent : Object
The component that we should use to maximize the title window relative to.
ExtendedTitleWindow
  numCols : int
TileLayoutPopup
  numRows : int
TileLayoutPopup
 InheritedpopupButtonWidth : Number
Width of the popup button that launched us.
ExtendedTitleWindow
 InheritedremovePopupOnClose : Boolean = false
When this flag is set to true, clicking the close button will rmeove the popup.
ExtendedTitleWindow
 Inheritedresizable : Boolean
Flag to enable resize behavior.
ExtendedTitleWindow
 InheritedshowCloseButton : Boolean
Flag to show the close button like in the mx TitleWindow.
ExtendedTitleWindow
  stepColumns : NumericStepper
TileLayoutPopup
  stepRows : NumericStepper
TileLayoutPopup
Protected Properties
 PropertyDefined By
  skinParts : Object
[override] [read-only]
TileLayoutPopup
Public Methods
 MethodDefined By
  
Constructor.
TileLayoutPopup
 Inherited
maximize():void
Maximizes the component.
ExtendedTitleWindow
 Inherited
restore():void
Restores the component to its position prior to being maximized.
ExtendedTitleWindow
Protected Methods
 MethodDefined By
  
btnCancel_clickHandler(event:MouseEvent):void
TileLayoutPopup
  
btnOk_clickHandler(event:MouseEvent):void
TileLayoutPopup
 Inherited
resizeBegin(event:MouseEvent):void
Start the resize
ExtendedTitleWindow
Events
 Event Summary Defined By
  TileLayoutPopup
 InheritedDispatched when the titlewindow is maximizedExtendedTitleWindow
  TileLayoutPopup
 InheritedDispatched when the title window is is about to start resizing.ExtendedTitleWindow
 InheritedDispatched when the title window resize has completedExtendedTitleWindow
 InheritedDispatched when the titlewindow is maximizedExtendedTitleWindow
Styles
 Style Description Defined By
 InheritedType: uint Format: Color
The color of the border for this component when it is being resized.
ExtendedTitleWindow
Skin Parts

This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.


 Skin Part Description Defined By
 Inherited
resizeGrip:mx.core.IUIComponent
Required: false Part Type: Static
The skin part that initiates the resize behavior of this dashlet
ExtendedTitleWindow
 Inherited
topGroup:spark.components.Group
Required: false Part Type: Static
The skin part that holds the top level controls
ExtendedTitleWindow
Property Detail
btnCancelproperty
public var btnCancel:Button

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

btnOkproperty 
public var btnOk:Button

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

numColsproperty 
public var numCols:int

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

numRowsproperty 
public var numRows:int

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

skinPartsproperty 
skinParts:Object  [read-only] [override]


Implementation
    protected function get skinParts():Object
stepColumnsproperty 
public var stepColumns:NumericStepper

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

stepRowsproperty 
public var stepRows:NumericStepper

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

Constructor Detail
TileLayoutPopup()Constructor
public function TileLayoutPopup()

Constructor.

Method Detail
btnCancel_clickHandler()method
protected function btnCancel_clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent

btnOk_clickHandler()method 
protected function btnOk_clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent

Event Detail
cancelButtonClick Event

okButtonClick Event  
Event Object Type: com.flexicious.grids.events.WrapperEvent