Packagecom.comtaste.pantaste.utilities
Classpublic class DashPanelAspectVO
Implementsflash.utils.IExternalizable

Mantains the aspect status of a DashPanel.

In order to save the aspect of a DashPanel, the relevant information about its status must be saved and serialized.



Public Properties
 PropertyDefined by
  alwaysInFront : Boolean
true 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
Public Methods
 MethodDefined 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
Property detail
alwaysInFrontproperty
public var alwaysInFront:Boolean

true if the related DashPanel is set as alwaysInFront; false otherwise

dashOrderproperty 
public var dashOrder:Number = -1

Level of the related DashPanel in his DashPanelContainer

nameproperty 
public var name:String

Name

restoredHeightproperty 
public var restoredHeight:Number

The height of the DashPanel before maximization/minimization

restoredWidthproperty 
public var restoredWidth:Number

The width of the DashPanel before maximization/minimization

restoredXproperty 
public var restoredX:Number

The x coordinate of the DashPanel before maximization/minimization

restoredYproperty 
public var restoredY:Number

The y coordinate of the DashPanel before maximization/minimization

statusproperty 
public var status:String

State of the related DashPanel object

uidproperty 
public var uid:String

Identifier of the related DashPanel object

visibleproperty 
public var visible:Boolean

Indicates whether the DashPanel is visible or not.

Method detail
readExternal()method
public function readExternal(input:IDataInput):void

Reads in an object from the IDataInput implementor

Parameters
input:IDataInput — Implementor of the IDataInput interface to read data from.
writeExternal()method 
public function writeExternal(output:IDataOutput):void

Writes out the object to the IDataOutput implementor

Parameters
output:IDataOutput — Implementor of the IDataOutput interface to write data in