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

Date: 18/02/2008
Version: 2.8.0
Fichiers JS nécessaires:
Definie dans ergonomique/fw_crossTab.js
Sommaire des Attributs |
<private> String |
_columnName
Private attribute « _columnName » - the corresponding data node name of the column. |
<private> Float |
_sum
Private attribute « _sum » - the sum result. |
Sommaire des Constructeurs |
ColumnCalculObject
(columnName)
Create a new ColumnCalculObject object.
|
Sommaire des Méthodes |
void
|
add(<String_Obligatoire> value)
The public method « add(value) » is used to add a number to the column sum.
|
void
|
clear()
The public method « clear() » is used to reset the column sum.
|
String
|
getColumnName()
The public method « getColumnName() » is used to get the corresponding xml data node name of the column.
|
Float
|
getSum()
The public method « getSum() » is used to get the current sum value.
|
_columnName
<private> String _columnName
Private attribute « _columnName » - the corresponding data node name of the column.
_sum
<private> Float _sum
Private attribute « _sum » - the sum result.
ColumnCalculObject
ColumnCalculObject(columnName)
Create a new ColumnCalculObject object.
Parameters:
String_Obligatoire -
} columnName : the data node name of the corresponding summable column
Date: 18/02/2008
Version: 2.8.0
Fichiers JS nécessaires:
add
void add(<String_Obligatoire> value)
The public method « add(value) » is used to add a number to the column sum.
Parameters:
value - String_Obligatoire
: indicates the value to add
Version: 2.8.0
Date: 18/02/2008
clear
void clear()
The public method « clear() » is used to reset the column sum.
Version: 2.8.0
Date: 18/02/2008
getColumnName
String getColumnName()
The public method « getColumnName() » is used to get the corresponding xml data node name of the column.
Version: 2.8.0
Date: 18/02/2008
getSum
Float getSum()
The public method « getSum() » is used to get the current sum value.
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