|
HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|

Public Member Functions | |
| init () | |
| run () | |
| processValue ($value) | |
| displaySummary () | |
Public Attributes | |
| $template = '{label}: {value}' | |
| $value = 0 | |
| $label | |
| $column | |
Definition at line 882 of file TbExtendedGridView.php.
|
abstract |
Displays the resulting summary
Reimplemented in TbPercentOfTypeEasyPieOperation, TbPercentOfTypeGooglePieOperation, TbPercentOfTypeOperation, TbCountOfTypeOperation, and TbSumOperation.
| TbOperation::init | ( | ) |
Widget initialization
| CException |
Reimplemented in TbCountOfTypeOperation, and TbSumOperation.
Definition at line 908 of file TbExtendedGridView.php.
|
abstract |
Process the row data value
| $value |
Reimplemented in TbCountOfTypeOperation, and TbSumOperation.
| TbOperation::run | ( | ) |
Widget's run method
Definition at line 922 of file TbExtendedGridView.php.
| TbDataColumn TbOperation::$column |
Definition at line 902 of file TbExtendedGridView.php.
| TbOperation::$label |
Definition at line 897 of file TbExtendedGridView.php.
| TbOperation::$template = '{label}: {value}' |
Definition at line 887 of file TbExtendedGridView.php.
| TbOperation::$value = 0 |
Definition at line 892 of file TbExtendedGridView.php.