| Package | com.comtaste.pantaste.utilities |
| Class | public class DashPanelAspectVO |
| Implements | flash.utils.IExternalizable |
In order to save the aspect of a DashPanel, the relevant information about its status must be saved and serialized.
| Property | Defined by | ||
|---|---|---|---|
alwaysInFront : Booleantrue if the related DashPanel is set as alwaysInFront; false otherwise
| DashPanelAspectVO | ||
| dashOrder : Number = -1
Level of the related DashPanel in his DashPanelContainer
| DashPanelAspectVO | ||
| name : String
Name
| DashPanelAspectVO | ||
| restoredHeight : Number
The height of the DashPanel before maximization/minimization
| DashPanelAspectVO | ||
| restoredWidth : Number
The width of the DashPanel before maximization/minimization
| DashPanelAspectVO | ||
| restoredX : Number
The x coordinate of the DashPanel before maximization/minimization
| DashPanelAspectVO | ||
| restoredY : Number
The y coordinate of the DashPanel before maximization/minimization
| DashPanelAspectVO | ||
| status : String
State of the related DashPanel object
| DashPanelAspectVO | ||
| uid : String
Identifier of the related DashPanel object
| DashPanelAspectVO | ||
| visible : Boolean
Indicates whether the DashPanel is visible or not.
| DashPanelAspectVO | ||
| Method | Defined by | ||
|---|---|---|---|
|
readExternal(input:IDataInput):void
Reads in an object from the IDataInput implementor
| DashPanelAspectVO | ||
|
writeExternal(output:IDataOutput):void
Writes out the object to the IDataOutput implementor
| DashPanelAspectVO | ||
| alwaysInFront | property |
public var alwaysInFront:Boolean
true if the related DashPanel is set as alwaysInFront; false otherwise
| dashOrder | property |
public var dashOrder:Number = -1Level of the related DashPanel in his DashPanelContainer
| name | property |
public var name:StringName
| restoredHeight | property |
public var restoredHeight:NumberThe height of the DashPanel before maximization/minimization
| restoredWidth | property |
public var restoredWidth:NumberThe width of the DashPanel before maximization/minimization
| restoredX | property |
public var restoredX:NumberThe x coordinate of the DashPanel before maximization/minimization
| restoredY | property |
public var restoredY:NumberThe y coordinate of the DashPanel before maximization/minimization
| status | property |
public var status:StringState of the related DashPanel object
| uid | property |
public var uid:StringIdentifier of the related DashPanel object
| visible | property |
public var visible:BooleanIndicates whether the DashPanel is visible or not.
| readExternal | () | method |
public function readExternal(input:IDataInput):voidReads in an object from the IDataInput implementor
Parametersinput:IDataInput — Implementor of the IDataInput interface to read data from.
|
| writeExternal | () | method |
public function writeExternal(output:IDataOutput):voidWrites out the object to the IDataOutput implementor
Parametersoutput:IDataOutput — Implementor of the IDataOutput interface to write data in
|