classQDataGridColumn
QDataGridColumn Class Reference
Inherits QBaseClass.

Public Member Functions
- __construct ($strName, $strHtml=null, $objOverrideParameters=null)
- GetAttributes ($blnIncludeCustom=true, $blnIncludeAction=true)
- __get ($strName)
- __set ($strName, $mixValue)
Protected Attributes
- $strBackColor = null
- $strBorderColor = null
- $strBorderStyle = QBorderStyle::NotSet
- $strBorderWidth = null
- $strCssClass = null
- $blnFontBold = false
- $blnFontItalic = false
- $strFontNames = null
- $blnFontOverline = false
- $strFontSize = null
- $blnFontStrikeout = false
- $blnFontUnderline = false
- $strForeColor = null
- $strHorizontalAlign = QHorizontalAlign::NotSet
- $strVerticalAlign = QVerticalAlign::NotSet
- $strWidth = null
- $blnWrap = true
- $objOrderByClause = null
- $objReverseOrderByClause = null
- $strName
- $strHtml
- $blnHtmlEntities = true
Constructor & Destructor Documentation
| QDataGridColumn::__construct | ( | $ | strName, | |
| $ | strHtml = null, |
|||
| $ | objOverrideParameters = null | |||
| ) |
References $strHtml, $strName, QCallerException::IncrementOffset(), and QBaseClass::OverrideAttributes().
Member Function Documentation
| QDataGridColumn::__get | ( | $ | strName | ) |
Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to get
- Returns:
- mixed the returned property
Reimplemented from QBaseClass.
References $strName, and QCallerException::IncrementOffset().
| QDataGridColumn::__set | ( | $ | strName, | |
| $ | mixValue | |||
| ) |
Override method to perform a property "Set" This will set the property $strName to be $mixValue All inhereted objects that call __set() should always fall through to calling parent::__set() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to set string $mixValue New value of the property
- Returns:
- mixed the property that was set
Reimplemented from QBaseClass.
References $strName, QType::Boolean, QType::Cast(), QCallerException::IncrementOffset(), and QType::String.
| QDataGridColumn::GetAttributes | ( | $ | blnIncludeCustom = true, |
|
| $ | blnIncludeAction = true | |||
| ) |
Member Data Documentation
QDataGridColumn::$blnFontBold = false [protected] |
QDataGridColumn::$blnFontItalic = false [protected] |
QDataGridColumn::$blnFontOverline = false [protected] |
QDataGridColumn::$blnFontStrikeout = false [protected] |
QDataGridColumn::$blnFontUnderline = false [protected] |
QDataGridColumn::$blnHtmlEntities = true [protected] |
QDataGridColumn::$blnWrap = true [protected] |
QDataGridColumn::$objOrderByClause = null [protected] |
QDataGridColumn::$objReverseOrderByClause = null [protected] |
QDataGridColumn::$strBackColor = null [protected] |
QDataGridColumn::$strBorderColor = null [protected] |
QDataGridColumn::$strBorderStyle = QBorderStyle::NotSet [protected] |
QDataGridColumn::$strBorderWidth = null [protected] |
QDataGridColumn::$strCssClass = null [protected] |
QDataGridColumn::$strFontNames = null [protected] |
QDataGridColumn::$strFontSize = null [protected] |
QDataGridColumn::$strForeColor = null [protected] |
QDataGridColumn::$strHorizontalAlign = QHorizontalAlign::NotSet [protected] |
QDataGridColumn::$strHtml [protected] |
Referenced by __construct().
QDataGridColumn::$strName [protected] |
Referenced by __construct(), __get(), and __set().
QDataGridColumn::$strVerticalAlign = QVerticalAlign::NotSet [protected] |
QDataGridColumn::$strWidth = null [protected] |
The documentation for this class was generated from the following file:
- qcodo/_core/qform/QDataGridColumn.class.php
