Class QHtmlTableIndexedColumn
A type of column that should be used when the DataSource items are arrays
-
QBaseClass
-
QAbstractHtmlTableColumn
-
QAbstractHtmlTableDataColumn
-
QHtmlTableIndexedColumn
Methods summary
public
|
#
__construct( string $strName, integer|string $mixIndex )
Parameters
- $strName
- name of the column
- $mixIndex
- the index or key to use when accessing the DataSource row array
Overrides
|
public
|
#
FetchCellObject( mixed $item )
Return the value of the cell. FetchCellValue will process this more if needed.
Default returns an entire data row and relies on FetchCellValue to extract the needed data.
Return the value of the cell. FetchCellValue will process this more if needed.
Default returns an entire data row and relies on FetchCellValue to extract the needed data.
Parameters
|
public
boolean|integer|mixed|QHtmlTableBase |string
|
#
__get( string $strName )
PHP magic method
Parameters
Returns
Throws
Overrides
|
public
mixed|
|
#
__set( string $strName, string $mixValue )
PHP magic method
Parameters
Returns
mixed|
Throws
Overrides
|
Methods inherited from QAbstractHtmlTableColumn
FetchHeaderCellValue(),
GetCellClass(),
GetCellId(),
GetCellParams(),
GetCellStyle(),
GetColParams(),
GetHeaderCellParams(),
ParsePostData(),
RenderCell(),
RenderColTag(),
RenderHeaderCell()
|
Properties inherited from QAbstractHtmlTableColumn
$blnHtmlEntities,
$blnRenderAsHeader,
$blnVisible,
$cellParamsCallback,
$intSpan,
$objCellStyler,
$objColStyler,
$objHeaderCellStyler,
$objParentTable,
$strCssClass,
$strHeaderCssClass,
$strId,
$strName
|
Magic properties summary
public
integer|string
|
$Index
the index or key to use when accessing the arrays in the DataSource array
|
Magic properties inherited from QAbstractHtmlTableColumn
$CellParamsCallback,
$CellStyler,
$ColStyler,
$CssClass,
$HeaderCellStyler,
$HeaderCssClass,
$HtmlEntities,
$Id,
$Name,
$ParentTable,
$RenderAsHeader,
$Span,
$Visible,
$_ParentTable
|