Package | com.flexicious.components.dashboard.tileLayout |
Class | public class TileLayoutPopup |
Inheritance | TileLayoutPopup ![]() ![]() |
Implements | mx.binding.IBindingClient |
Default MXML PropertymxmlContentFactory
Property | Defined By | ||
---|---|---|---|
btnCancel : Button | TileLayoutPopup | ||
btnOk : Button | TileLayoutPopup | ||
![]() | 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 | |
numCols : int | TileLayoutPopup | ||
numRows : int | TileLayoutPopup | ||
![]() | 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 | |
stepColumns : NumericStepper | TileLayoutPopup | ||
stepRows : NumericStepper | TileLayoutPopup |
Property | Defined By | ||
---|---|---|---|
skinParts : Object [override] [read-only] | TileLayoutPopup |
Method | Defined By | ||
---|---|---|---|
Constructor. | TileLayoutPopup | ||
![]() | maximize():void
Maximizes the component. | ExtendedTitleWindow | |
![]() | restore():void
Restores the component to its position prior to being maximized. | ExtendedTitleWindow |
Method | Defined By | ||
---|---|---|---|
btnCancel_clickHandler(event:MouseEvent):void | TileLayoutPopup | ||
btnOk_clickHandler(event:MouseEvent):void | TileLayoutPopup | ||
![]() | resizeBegin(event:MouseEvent):void
Start the resize
| ExtendedTitleWindow |
Event | Summary | Defined By | ||
---|---|---|---|---|
TileLayoutPopup | ||||
![]() | Dispatched when the titlewindow is maximized | ExtendedTitleWindow | ||
TileLayoutPopup | ||||
![]() | 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 |
This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.
btnCancel | property |
public var btnCancel:Button
This property can be used as the source for data binding.
btnOk | property |
public var btnOk:Button
This property can be used as the source for data binding.
numCols | property |
public var numCols:int
This property can be used as the source for data binding.
numRows | property |
public var numRows:int
This property can be used as the source for data binding.
skinParts | property |
skinParts:Object
[read-only] [override] protected function get skinParts():Object
stepColumns | property |
public var stepColumns:NumericStepper
This property can be used as the source for data binding.
stepRows | property |
public var stepRows:NumericStepper
This property can be used as the source for data binding.
TileLayoutPopup | () | Constructor |
public function TileLayoutPopup()
Constructor.
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 |
cancelButtonClick | Event |
okButtonClick | Event |