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.
부터: 3.0.2
저자: Qiang Xue ([email protected])
상속: extends Prado\TEventParameter
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__construct ( $source, $newPageIndex ) Constructor.
getCommandSource ( ) : TControl
getNewPageIndex ( ) : integer

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $source, $newPageIndex )

getCommandSource() 공개 메소드

public getCommandSource ( ) : TControl
리턴 Prado\Web\UI\TControl the control originally raises the OnCommand event.

getNewPageIndex() 공개 메소드

public getNewPageIndex ( ) : integer
리턴 integer new page index