Packagecurrent
Classpublic class NowDataHolder

NowDataHolder class stores the current application data.



Public Properties
 PropertyDefined by
  currentIds : Array
[static] The array of person IDs.
NowDataHolder
  currentNames : Array
[static] The array of person names.
NowDataHolder
  currentRequired : Array
[static] The array of current Required production level values.
NowDataHolder
  currentTexts : Array
[static] The array of last fading texts for updates.
NowDataHolder
  currentValues : Array
[static] The array of current values for every person.
NowDataHolder
  idValues : Array
[static] The array of last values for every id.
NowDataHolder
Property detail
currentIdsproperty
public static var currentIds:Array

The array of person IDs.

currentNamesproperty 
public static var currentNames:Array

The array of person names.

currentRequiredproperty 
public static var currentRequired:Array

The array of current Required production level values.

currentTextsproperty 
public static var currentTexts:Array

The array of last fading texts for updates.

currentValuesproperty 
public static var currentValues:Array

The array of current values for every person.

idValuesproperty 
public static var idValues:Array

The array of last values for every id.