Class \Prado\Web\UI\WebControls\TDataGridItem
TDataGridItem class
A TDataGridItem control represents an item in the TDataGrid control, such as heading section, footer section, or a data item. The index and data value of the item can be accessed via \Prado\Web\UI\WebControls\getItemIndex> and \Prado\Web\UI\WebControls\getData properties, respectively. The type of the item is given by \Prado\Web\UI\WebControls\getItemType property. Property \Prado\Web\UI\WebControls\getDataSourceIndex gives the index of the item from the bound data source.
Class hierarchy
- \Prado\Web\UI\WebControls\TDataGridItem implements INamingContainer
- \Prado\Web\UI\WebControls\TTableRow
- \Prado\Web\UI\WebControls\TWebControl implements IStyleable
- \Prado\Web\UI\TControl implements IRenderable, IBindable
- \Prado\TApplicationComponent
- \Prado\TComponent
Since: 3.0
public
|
|
public
|
bubbleEvent(TControl $sender, TEventParameter $param) : bool
This method overrides parent's implementation by wrapping event parameter
for <b>OnCommand</b> event with item information.
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|