HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
renderHeaderCell () | |
renderDataCell ($row) |
Protected Member Functions | |
renderHeaderCellContent () | |
renderDataCellContent ($row, $data) |
Definition at line 20 of file TbJsonCheckBoxColumn.php.
TbJsonCheckBoxColumn::renderDataCell | ( | $row | ) |
Renders|returns the data cell.
int | $row |
Definition at line 78 of file TbJsonCheckBoxColumn.php.
|
protected |
Renders|returns the data cell content
int | $row | |
mixed | $data |
Definition at line 111 of file TbJsonCheckBoxColumn.php.
TbJsonCheckBoxColumn::renderHeaderCell | ( | ) |
Renders the header cell.
Definition at line 25 of file TbJsonCheckBoxColumn.php.
|
protected |
Renders the header cell content. This method will render a checkbox in the header when selectableRows is greater than 1 or in case selectableRows is null when CGridView::selectableRows is greater than 1.
Definition at line 44 of file TbJsonCheckBoxColumn.php.