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.
ファイルを表示
Open project: pradosoft/prado
Public Methods
Method Details
__construct()
public method
public __construct ( $item, $source, TCommandEventParameter $param ) |
$param |
Prado\Web\UI\TCommandEventParameter |
|
getCommandSource()
public method
public getCommandSource ( ) : TControl |
return |
TControl |
the control originally raises the Command event. |
public getItem ( ) : TDataGridItem |
return |
TDataGridItem |
the TDataGridItem control responsible for the event. |