Class QVirtualAttributeColumn
A column to display a virtual attribute from a database record.
-
QBaseClass
-
QAbstractHtmlTableColumn
-
QAbstractHtmlTableDataColumn
-
QVirtualAttributeColumn
Methods summary
public
|
#
__construct( string $strName, $strAttribute = null )
Parameters
- $strName
- Name of the column
- $strAttribute
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|null|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 inherited from QAbstractHtmlTableColumn
$CellParamsCallback,
$CellStyler,
$ColStyler,
$CssClass,
$HeaderCellStyler,
$HeaderCssClass,
$HtmlEntities,
$Id,
$Name,
$ParentTable,
$RenderAsHeader,
$Span,
$Visible,
$_ParentTable
|