Class X2ActiveGridView
Custom grid view display function.
Displays a dynamic grid view that permits save-able resizing and reordering of columns and also the adding of new columns based on the available fields for the model.
- CComponent
- CBaseController
- CWidget
- CBaseListView
- CGridView
- X2GridViewBase
- X2ActiveGridView
Indirect known subclasses
X2GridViewForSortableWidgets
Package: application\components
Located at x2engine/protected/components/X2GridView/X2ActiveGridView.php
Located at x2engine/protected/components/X2GridView/X2ActiveGridView.php
public
|
|
public
|
|
public
|
|
protected
|
|
protected
|
#
addFieldNames( )
Used to populate allFieldNames property with attribute labels indexed by attribute names. |
protected
|
|
protected
|
|
protected
array
|
|
protected
|
createDataColumn(),
getFormatter(),
getHasFooter(),
renderDataCell(),
renderFilter(),
renderTableBody(),
renderTableFooter(),
renderTableRow()
|
renderContent(),
renderEmptyText(),
renderPager(),
renderSection()
|
actions(),
getController(),
getId(),
getOwner(),
getViewFile(),
getViewPath(),
render(),
setId()
|
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderFile(),
renderInternal(),
widget()
|
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
FILTER_POS_BODY,
FILTER_POS_FOOTER,
FILTER_POS_HEADER
|
public
mixed
|
$modelName |
|
|
public
string
|
$fieldFormatter | 'X2ActiveRecordFieldFormatter' |
|
public
array
|
$specialColumns | array () |
|
public
array
|
$columnOverrides | array () |
|
public
array
|
$includedFields | array () |
|
public
array
|
$excludedFields | array () |
|
public
boolean
|
$isAdmin | false |
|
protected
array
|
$specialColumnNames | array() |
|
protected
mixed
|
$_model |
|
$afterAjaxUpdate,
$ajaxType,
$ajaxUpdate,
$ajaxUpdateError,
$ajaxUrl,
$ajaxVar,
$baseScriptUrl,
$beforeAjaxUpdate,
$blankDisplay,
$columns,
$cssFile,
$enableHistory,
$filter,
$filterCssClass,
$filterPosition,
$filterSelector,
$hideHeader,
$nullDisplay,
$rowCssClass,
$rowCssClassExpression,
$rowHtmlOptionsExpression,
$selectionChanged,
$showTableOnEmpty,
$updateSelector
|
$dataProvider,
$emptyCssClass,
$emptyTagName,
$emptyText,
$enablePagination,
$enableSorting,
$htmlOptions,
$itemsCssClass,
$pager,
$pagerCssClass,
$summaryCssClass,
$summaryTagName,
$tagName,
$template
|
$actionPrefix,
$skin
|
$formatter,
$hasFooter
|
$controller,
$id,
$owner,
$viewPath
|