PHP Class Prado\Web\UI\WebControls\TDataGridCommandEventParameter
TDataGridCommandEventParameter encapsulates the parameter data for
{@link TDataGrid::onItemCommand ItemCommand} event of {@link TDataGrid} controls.
The {@link getItem Item} property indicates the datagrid 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 |
TControl |
the control originally raises the Command event. |
public getItem ( ) : TDataGridItem |
Résultat |
TDataGridItem |
the TDataGridItem control responsible for the event. |