PHP 클래스 Prado\Web\UI\WebControls\TPagerPageChangedEventParameter
TPagerPageChangedEventParameter encapsulates the parameter data for
{@link TPager::onPageIndexChanged PageIndexChanged} event of {@link TPager} controls.
The {@link getCommandSource CommandSource} property refers to the control
that originally raises the OnCommand event, while {@link getNewPageIndex NewPageIndex}
returns the new page index carried with the page command.
파일 보기
프로젝트 열기: pradosoft/prado
공개 메소드들
메소드 상세
getCommandSource()
공개 메소드
public getCommandSource ( ) : TControl |
리턴 |
Prado\Web\UI\TControl |
the control originally raises the OnCommand event. |