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
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode 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 méthode

Constructor.
public __construct ( $dataGrid )

bubbleEvent() public méthode

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

getDataGrid() public méthode

public getDataGrid ( ) : TDataGrid
Résultat TDataGrid the datagrid owning this pager

getItemType() public méthode

public getItemType ( ) : string
Résultat string item type.