Classe RowCalculObject
Object
|
+--RowCalculObject
- class
RowCalculObject
the class «RowCalculObject» is the class to manage a RowCalculObject object

Version: 2.8.0
Date: 18/02/2008
Fichiers JS nécessaires:
Definie dans ergonomique/fw_crossTab.js
Sommaire des Attributs |
<private> Float |
_sum
Private attribute « _sum » - the sum result. |
<private> Array_String |
_summableColumns
Private attribute « _summableColumns » - the xml data node names which are summable. |
Sommaire des Constructeurs |
RowCalculObject
(summableColumns)
Create a new RowCalculObject object.
|
Sommaire des Méthodes |
Float
|
computeRowSum(<DOMElement_Obligatoire> xmlEl)
The public method « computeRowSum(xmlEl) » is used to calculate the sum of a row.
|
_sum
<private> Float _sum
Private attribute « _sum » - the sum result.
_summableColumns
<private> Array_String _summableColumns
Private attribute « _summableColumns » - the xml data node names which are summable.
RowCalculObject
RowCalculObject(summableColumns)
Create a new RowCalculObject object.
Parameters:
Array_String_Obligatoire -
} _summableColumns : Array containing the data node names of the summable columns
Version: 2.8.0
Date: 18/02/2008
Fichiers JS nécessaires:
computeRowSum
Float computeRowSum(<DOMElement_Obligatoire> xmlEl)
The public method « computeRowSum(xmlEl) » is used to calculate the sum of a row.
Parameters:
xmlEl - DOMElement_Obligatoire
: the XML node representing a row
Returns:
the sum of each summable cells in the row
Version: 2.8.0
Date: 18/02/2008
Version 2.10.0, / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.
Documentation generated by
JSDoc on Wed Jan 6 17:05:02 2010