| Package | com.comtaste.pantaste.components |
| Class | public class DashPanelContainer |
| Inheritance | DashPanelContainer mx.containers.Canvas |
Each DashPanelContainer references a DashLayoutManager to place the DashPanels it shows. It furthermore has a DashDock in which are displayed the minimized DashPanels in a fashion similar to most window-based OS user interfaces.
| Property | Defined by | ||
|---|---|---|---|
| availHeight : Number
The available height to place the DashPanels.
| DashPanelContainer | ||
| availWidth : Number
The available width to place the DashPanels.
| DashPanelContainer | ||
| cascadeSize : Number
Vertical and horizontal offset when cascading the DashPanels.
| DashPanelContainer | ||
| dashed : Boolean
Indicates whether the container area is dashed.
| DashPanelContainer | ||
| dock : DashDock
Reference to this DashPanelContainer's DashDock bar.
| DashPanelContainer | ||
| snapped : Boolean
Indicates whether there exists a snap grid in the container area.
| DashPanelContainer | ||
| snapSize : Number
Side length of each square cell of the snap grid.
| DashPanelContainer | ||
| Property | Defined by | ||
|---|---|---|---|
| layoutManager : DashLayoutManager
Reference to this DashPanelContainer's DashLayoutManager.
| DashPanelContainer | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| DashPanelContainer | ||
|
generatepantasteChangeEvent(changeType:String):void
Dispatches the DashPanelContainerEvent related to a change in the content of the DashPanelContainer
| DashPanelContainer | ||
| Method | Defined by | ||
|---|---|---|---|
|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
| DashPanelContainer | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| Dispatched when some change occours in sub panels moved minimized maximized restored added removed | DashPanelContainer | |||
| Constant | Defined by | ||
|---|---|---|---|
| PANEL_ADDED : String = "pantastePanelAdded" [static]
Constant defining the type of change event of adding a DashPanel.
| DashPanelContainer | ||
| PANEL_MAXIMIZED : String = "pantastePanelMaximized" [static]
Constant defining the type of change event of maximizing a DashPanel.
| DashPanelContainer | ||
| PANEL_MINIMIZED : String = "pantastePanelMinimized" [static]
Constant defining the type of change event of minimizing a DashPanel.
| DashPanelContainer | ||
| PANEL_MOVED : String = "pantastePanelMoved" [static]
Constant defining the type of change event of moving a DashPanel.
| DashPanelContainer | ||
| PANEL_REMOVED : String = "pantastePanelRemoved" [static]
Constant defining the type of change event of removing a DashPanel.
| DashPanelContainer | ||
| PANEL_RESTORED : String = "pantastePanelRestored" [static]
Constant defining the type of change event of restoring a DashPanel.
| DashPanelContainer | ||
| availHeight | property |
public var availHeight:NumberThe available height to place the DashPanels.
| availWidth | property |
public var availWidth:NumberThe available width to place the DashPanels.
| cascadeSize | property |
cascadeSize:Number [read-write]Vertical and horizontal offset when cascading the DashPanels.
This property can be used as the source for data binding.
Implementation public function get cascadeSize():Number
public function set cascadeSize(value:Number):void
| dashed | property |
dashed:Boolean [read-write]Indicates whether the container area is dashed.
This property can be used as the source for data binding.
Implementation public function get dashed():Boolean
public function set dashed(value:Boolean):void
| dock | property |
| layoutManager | property |
protected var layoutManager:DashLayoutManagerReference to this DashPanelContainer's DashLayoutManager.
See also
| snapped | property |
snapped:Boolean [read-write]Indicates whether there exists a snap grid in the container area.
This property can be used as the source for data binding.
Implementation public function get snapped():Boolean
public function set snapped(value:Boolean):void
| snapSize | property |
snapSize:Number [read-write]Side length of each square cell of the snap grid.
This property can be used as the source for data binding.
Implementation public function get snapSize():Number
public function set snapSize(value:Number):void
| DashPanelContainer | () | constructor |
public function DashPanelContainer()Constructor.
| generatepantasteChangeEvent | () | method |
public function generatepantasteChangeEvent(changeType:String):voidDispatches the DashPanelContainerEvent related to a change in the content of the DashPanelContainer
ParameterschangeType:String — The string specifying the type of change occurred
|
See also
| updateDisplayList | () | method |
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number |
|
unscaledHeight:Number |
| pantasteChanged | event |
com.comtaste.pantaste.events.DashPanelContainerEvent
Dispatched when some change occours in sub panels moved minimized maximized restored added removed
| PANEL_ADDED | constant |
public static const PANEL_ADDED:String = "pantastePanelAdded"Constant defining the type of change event of adding a DashPanel.
| PANEL_MAXIMIZED | constant |
public static const PANEL_MAXIMIZED:String = "pantastePanelMaximized"Constant defining the type of change event of maximizing a DashPanel.
| PANEL_MINIMIZED | constant |
public static const PANEL_MINIMIZED:String = "pantastePanelMinimized"Constant defining the type of change event of minimizing a DashPanel.
| PANEL_MOVED | constant |
public static const PANEL_MOVED:String = "pantastePanelMoved"Constant defining the type of change event of moving a DashPanel.
| PANEL_REMOVED | constant |
public static const PANEL_REMOVED:String = "pantastePanelRemoved"Constant defining the type of change event of removing a DashPanel.
| PANEL_RESTORED | constant |
public static const PANEL_RESTORED:String = "pantastePanelRestored"Constant defining the type of change event of restoring a DashPanel.