classQAction
QAction Class Reference
Inherits QBaseClass.Inherited by QAjaxAction, QAlertAction, QBlurControlAction, QConfirmAction, QCssClassAction, QFocusControlAction, QHideCalendarAction, QHideDialogBox, QJavaScriptAction, QRegisterClickPositionAction, QResetTimerAction, QSelectControlAction, QServerAction, QShowCalendarAction, QShowDialogBox, QTerminateAction, QToggleDisplayAction, and QToggleEnableAction.

Public Member Functions
- RenderScript (QControl $objControl)
- __set ($strName, $mixValue)
- __get ($strName)
Static Public Member Functions
- static RenderActions (QControl $objControl, $strEventName, $objActions)
Protected Attributes
Member Function Documentation
| QAction::__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.
Reimplemented in QServerAction, QAjaxAction, QJavaScriptAction, QConfirmAction, and QAlertAction.
References QCallerException::IncrementOffset().
| QAction::__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 QType::Cast(), and QCallerException::IncrementOffset().
| static QAction::RenderActions | ( | QControl $ | objControl, | |
| $ | strEventName, | |||
| $ | objActions | |||
| ) | [static] |
| QAction::RenderScript | ( | QControl $ | objControl | ) | [abstract] |
Reimplemented in QServerAction, QAjaxAction, QJavaScriptAction, QConfirmAction, QAlertAction, QResetTimerAction, QTerminateAction, QToggleDisplayAction, QToggleEnableAction, QRegisterClickPositionAction, QShowDialogBox, QHideDialogBox, QFocusControlAction, QBlurControlAction, QSelectControlAction, QCssClassAction, QShowCalendarAction, and QHideCalendarAction.
Member Data Documentation
QAction::$objEvent [protected] |
The documentation for this class was generated from the following file:
- qcodo/_core/qform/_actions.inc.php
