HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbJsonCheckBoxColumn Class Reference

Public Member Functions

 renderHeaderCell ()
 renderDataCell ($row)

Protected Member Functions

 renderHeaderCellContent ()
 renderDataCellContent ($row, $data)

Detailed Description

Definition at line 20 of file TbJsonCheckBoxColumn.php.

Member Function Documentation

TbJsonCheckBoxColumn::renderDataCell (   $row)

Renders|returns the data cell.

Parameters
int$row
Returns
array|void

Definition at line 78 of file TbJsonCheckBoxColumn.php.

Here is the call graph for this function:

TbJsonCheckBoxColumn::renderDataCellContent (   $row,
  $data 
)
protected

Renders|returns the data cell content

Parameters
int$row
mixed$data
Returns
array|void

Definition at line 111 of file TbJsonCheckBoxColumn.php.

Here is the caller graph for this function:

TbJsonCheckBoxColumn::renderHeaderCell ( )

Renders the header cell.

Definition at line 25 of file TbJsonCheckBoxColumn.php.

Here is the call graph for this function:

TbJsonCheckBoxColumn::renderHeaderCellContent ( )
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.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: