HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
init () | |
processValue ($value) | |
displaySummary () | |
Public Member Functions inherited from TbOperation | |
run () |
Public Attributes | |
$template = '{label}: {types}' | |
$typeTemplate = '{label}({value})' | |
$types = array() | |
Public Attributes inherited from TbOperation | |
$template = '{label}: {value}' | |
$value = 0 | |
$label | |
$column |
Definition at line 1033 of file TbExtendedGridView.php.
TbCountOfTypeOperation::displaySummary | ( | ) |
(no phpDoc)
Reimplemented from TbOperation.
Reimplemented in TbPercentOfTypeEasyPieOperation, TbPercentOfTypeGooglePieOperation, and TbPercentOfTypeOperation.
Definition at line 1105 of file TbExtendedGridView.php.
TbCountOfTypeOperation::init | ( | ) |
Widget's initialization
CException |
Reimplemented from TbOperation.
Definition at line 1063 of file TbExtendedGridView.php.
TbCountOfTypeOperation::processValue | ( | $value | ) |
(no phpDoc)
$value |
Reimplemented from TbOperation.
Definition at line 1088 of file TbExtendedGridView.php.
string TbCountOfTypeOperation::$template = '{label}: {types}' |
Definition at line 1039 of file TbExtendedGridView.php.
TbCountOfTypeOperation::$types = array() |
Definition at line 1057 of file TbExtendedGridView.php.
TbCountOfTypeOperation::$typeTemplate = '{label}({value})' |
Definition at line 1044 of file TbExtendedGridView.php.