PHP Class Prado\Web\UI\WebControls\TRepeaterCommandEventParameter
TRepeaterCommandEventParameter encapsulates the parameter data for
{@link TRepeater::onItemCommand ItemCommand} event of {@link TRepeater} controls.
The {@link getItem Item} property indicates the repeater item related with the event.
The {@link getCommandSource CommandSource} refers to the control that originally
raises the Command event.
Afficher le fichier
Open project: pradosoft/prado
Méthodes publiques
Method Details
__construct()
public méthode
public __construct ( $item, $source, TCommandEventParameter $param ) |
$param |
Prado\Web\UI\TCommandEventParameter |
|
getCommandSource()
public méthode
public getCommandSource ( ) : TControl |
Résultat |
Prado\Web\UI\TControl |
the control originally raises the OnCommand event. |
public getItem ( ) : TControl |
Résultat |
Prado\Web\UI\TControl |
the repeater item control responsible for the event. |