classQCheckBoxList
QCheckBoxList Class Reference
Inherits QListControl.

Public Member Functions
- ParsePostData ()
- GetJavaScriptAction ()
- Validate ()
- __get ($strName)
- __set ($strName, $mixValue)
Protected Member Functions
Protected Attributes
- $strTextAlign = QTextAlign::Right
- $blnHtmlEntities = true
- $intCellPadding = -1
- $intCellSpacing = -1
- $intRepeatColumns = 1
- $strRepeatDirection = QRepeatDirection::Vertical
Member Function Documentation
| QCheckBoxList::__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 QListControl.
References QControlBase::$strName, and QCallerException::IncrementOffset().
| QCheckBoxList::__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 QListControl.
References QControlBase::$strName, QType::Boolean, QType::Cast(), QCallerException::IncrementOffset(), QType::Integer, and QType::String.
| QCheckBoxList::GetControlHtml | ( | ) | [protected] |
| QCheckBoxList::GetJavaScriptAction | ( | ) |
| QCheckBoxList::ParsePostData | ( | ) |
Reimplemented from QControlBase.
| QCheckBoxList::Validate | ( | ) |
Reimplemented from QControlBase.
Member Data Documentation
QCheckBoxList::$blnHtmlEntities = true [protected] |
QCheckBoxList::$intCellPadding = -1 [protected] |
QCheckBoxList::$intCellSpacing = -1 [protected] |
QCheckBoxList::$intRepeatColumns = 1 [protected] |
QCheckBoxList::$strRepeatDirection = QRepeatDirection::Vertical [protected] |
QCheckBoxList::$strTextAlign = QTextAlign::Right [protected] |
The documentation for this class was generated from the following file:
- qcodo/_core/qform/QCheckBoxList.class.php
