PHP 클래스 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.
파일 보기
프로젝트 열기: pradosoft/prado
공개 메소드들
메소드 상세
public __construct ( $item, $source, TCommandEventParameter $param ) |
$param |
Prado\Web\UI\TCommandEventParameter |
|
getCommandSource()
공개 메소드
public getCommandSource ( ) : TControl |
리턴 |
Prado\Web\UI\TControl |
the control originally raises the OnCommand event. |
public getItem ( ) : TControl |
리턴 |
Prado\Web\UI\TControl |
the repeater item control responsible for the event. |