PHP Class Prado\Web\UI\WebControls\TDataGridPager

TDataGridPager represents a datagrid pager.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends TPanel, implements Prado\Web\UI\INamingContainer
ファイルを表示 Open project: pradosoft/prado

Public Methods

Method Description
__construct ( $dataGrid ) Constructor.
bubbleEvent ( $sender, $param ) : boolean This method overrides parent's implementation by wrapping event parameter for OnCommand event with item information.
getDataGrid ( ) : TDataGrid
getItemType ( ) : string

Method Details

__construct() public method

Constructor.
public __construct ( $dataGrid )

bubbleEvent() public method

This method overrides parent's implementation by wrapping event parameter for OnCommand event with item information.
public bubbleEvent ( $sender, $param ) : boolean
return boolean whether the event bubbling should stop here.

getDataGrid() public method

public getDataGrid ( ) : TDataGrid
return TDataGrid the datagrid owning this pager

getItemType() public method

public getItemType ( ) : string
return string item type.