Detailed Description
Definition at line 27 of file TbExtendedGridView.php.
Member Function Documentation
TbExtendedGridView::getAttribute |
( |
|
$data, |
|
|
|
$attribute |
|
) |
| |
|
protected |
Helper function to get an attribute from the data
- Parameters
-
CActiveRecord | $data | |
string | $attribute | the attribute to get |
- Returns
- mixed the attribute value null if none found
Definition at line 290 of file TbExtendedGridView.php.
TbExtendedGridView::getColumnByName |
( |
|
$name | ) |
|
|
protected |
Helper function to get a column by its name
- Parameters
-
- Returns
- CDataColumn|null
Definition at line 863 of file TbExtendedGridView.php.
TbExtendedGridView::getPrimaryKey |
( |
|
$data | ) |
|
|
protected |
Helper function to return the primary key of the $data IMPORTANT: composite keys on CActiveDataProviders will return the keys joined by comma
- Parameters
-
- Returns
- null|string
Definition at line 317 of file TbExtendedGridView.php.
TbExtendedGridView::getSummaryOperationInstance |
( |
|
$name, |
|
|
|
$config |
|
) |
| |
|
protected |
Each type of 'extended' summary
- Parameters
-
string | $name | the name of the column |
array | $config | the configuration of the column at the extendedSummary |
- Returns
- mixed
- Exceptions
-
Definition at line 829 of file TbExtendedGridView.php.
TbExtendedGridView::init |
( |
| ) |
|
TbExtendedGridView::parseColumnValue |
( |
|
$column, |
|
|
|
$row |
|
) |
| |
|
protected |
- Parameters
-
CDataColumn | $column | |
integer | $row | the current row number |
- Returns
- string
Definition at line 799 of file TbExtendedGridView.php.
TbExtendedGridView::renderBulkActions |
( |
| ) |
|
TbExtendedGridView::renderChart |
( |
| ) |
|
TbExtendedGridView::renderContent |
( |
| ) |
|
TbExtendedGridView::renderExtendedSummary |
( |
| ) |
|
TbExtendedGridView::renderKeys |
( |
| ) |
|
TbExtendedGridView::renderTableHeader |
( |
| ) |
|
TbExtendedGridView::renderTableRow |
( |
|
$row | ) |
|
Renders a table body row.
- Parameters
-
integer | $row | the row number (zero-based). |
Definition at line 598 of file TbExtendedGridView.php.
Member Data Documentation
TbExtendedGridView::$afterSelectableCells |
TbExtendedGridView::$afterSortableUpdate |
TbExtendedGridView::$bulk |
|
protected |
TbExtendedGridView::$bulkActionAlign = 'right' |
TbExtendedGridView::$bulkActions = array() |
TbExtendedGridView::$chartOptions = array() |
TbExtendedGridView::$componentsAfterAjaxUpdate = array() |
TbExtendedGridView::$componentsReadyScripts = array() |
TbExtendedGridView::$displayChart |
|
protected |
TbExtendedGridView::$displayExtendedSummary |
|
protected |
TbExtendedGridView::$extendedSummary = array() |
TbExtendedGridView::$extendedSummaryCssClass = 'extended-summary' |
TbExtendedGridView::$extendedSummaryOperations |
|
protected |
Initial value: array(
'TbSumOperation',
'TbCountOfTypeOperation',
'TbPercentOfTypeOperation',
'TbPercentOfTypeEasyPieOperation',
'TbPercentOfTypeGooglePieOperation'
)
Definition at line 195 of file TbExtendedGridView.php.
TbExtendedGridView::$extendedSummaryOptions = array() |
TbExtendedGridView::$extendedSummaryTypes = array() |
|
protected |
TbExtendedGridView::$fixedHeader = false |
TbExtendedGridView::$headerOffset = 0 |
TbExtendedGridView::$selectableCells = false |
TbExtendedGridView::$selectableCellsFilter = 'td' |
TbExtendedGridView::$sortableAction |
TbExtendedGridView::$sortableAjaxSave = false |
TbExtendedGridView::$sortableAttribute = 'sort_order' |
TbExtendedGridView::$sortableRows = false |
TbExtendedGridView::$template = "{summary}\n{items}\n{pager}\n{extendedSummary}" |
The documentation for this class was generated from the following file: