Class QServerAction
Server actions are handled through a full-page postback.
- QBaseClass
- QAction
- QServerAction
Direct known subclasses
QServerControlAction
public
|
#
__construct( string $strMethodName = null, string $mixCausesValidationOverride = null, string $strJsReturnParam = '' )
|
public
mixed|null|string
|
|
protected
string
|
#
getActionParameter(
Determines the ActionParameter associated with the action and returns it |
public
string
|
#
RenderScript(
Returns the JS which will be called on the client side which will result in the event handler being called |
RenderActions(),
__set()
|
OverrideAttributes(),
__call()
|
protected
string
|
$strMethodName
Name of the method in the form to be called |
|
protected
mixed
|
$mixCausesValidationOverride
A constant from QCausesValidation enumeration class It is set in the constructor via the corresponding argument |
|
protected
string
|
$strJsReturnParam
An over-ride for the Control's ActionParameter |
$objEvent
|
public read-only
string
|
$MethodName
Name of the associated action handling method |
public read-only
mixed
|
$CausesValidationOverride
An override for CausesValidation property (if supplied) |
public read-only
string
|
$JsReturnParam
The parameter to be returned (overrides the Control's ActionParameter) |
$Event
|