HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbRelationalColumn Class Reference
Inheritance diagram for TbRelationalColumn:
Collaboration diagram for TbRelationalColumn:

Public Member Functions

 init ()
 renderDataCell ($row)
- Public Member Functions inherited from TbDataColumn
 renderFilterCell ()

Public Attributes

 $url
 $cssClass = 'tbrelational-column'
 $cacheData = true
 $afterAjaxUpdate
 $ajaxErrorMessage = 'Error'
 $submitData = array()
- Public Attributes inherited from TbDataColumn
 $filterInputOptions

Protected Member Functions

 getPrimaryKey ($data)
- Protected Member Functions inherited from TbDataColumn
 renderHeaderCellContent ()
 renderFilterCellContent ()

Detailed Description

Definition at line 18 of file TbRelationalColumn.php.

Member Function Documentation

TbRelationalColumn::getPrimaryKey (   $data)
protected

Helper function to return the primary key of the $data

  • IMPORTANT: composite keys on CActiveDataProviders will return the keys joined by two dashes: --
Parameters
CActiveRecord$data
Returns
null|string

Definition at line 120 of file TbRelationalColumn.php.

Here is the caller graph for this function:

TbRelationalColumn::init ( )

widget initialization

Definition at line 74 of file TbRelationalColumn.php.

TbRelationalColumn::renderDataCell (   $row)

Overrides CDataColumn renderDataCell in order to wrap up its content with the object that will be used as a trigger. Important: Making use of links as a content for this of column is an error.

Parameters
int$row

Definition at line 91 of file TbRelationalColumn.php.

Here is the call graph for this function:

Member Data Documentation

TbRelationalColumn::$afterAjaxUpdate

Definition at line 57 of file TbRelationalColumn.php.

TbRelationalColumn::$ajaxErrorMessage = 'Error'

Definition at line 63 of file TbRelationalColumn.php.

TbRelationalColumn::$cacheData = true

Definition at line 37 of file TbRelationalColumn.php.

TbRelationalColumn::$cssClass = 'tbrelational-column'

Definition at line 30 of file TbRelationalColumn.php.

TbRelationalColumn::$submitData = array()

Definition at line 69 of file TbRelationalColumn.php.

TbRelationalColumn::$url

Definition at line 23 of file TbRelationalColumn.php.


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