| Package | com.comtaste.pantaste.utilities |
| Class | public class StoredSessionVO |
| Implements | flash.utils.IExternalizable |
This VO store an application session data it store the following data associated to an users: - active pantaste - panels last state (minimizate,normal,maximized) - singlecontrols state, only for maximized panel - data time interval - global compliance/uncompliance active value
| Property | Defined by | ||
|---|---|---|---|
| containerConfiguration : Array
Array of configuration objects each relative to a DashContainer
| StoredSessionVO | ||
| storedAspects : Array
Array of DashPanelAspects to read the stored DashPanel's saved properties of the resuming session.
| StoredSessionVO | ||
| Method | Defined by | ||
|---|---|---|---|
|
readExternal(input:IDataInput):void
Reads in an object from the IDataInput implementor
| StoredSessionVO | ||
|
writeExternal(output:IDataOutput):void
Writes out the object to the IDataOutput implementor
| StoredSessionVO | ||
| containerConfiguration | property |
public var containerConfiguration:ArrayArray of configuration objects each relative to a DashContainer
| storedAspects | property |
public var storedAspects:ArrayArray of DashPanelAspects to read the stored DashPanel's saved properties of the resuming session.
| 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
|