PHP Class Prado\Web\UI\WebControls\TDataGridItem
A TDataGridItem control represents an item in the {@link TDataGrid} control,
such as heading section, footer section, or a data item.
The index and data value of the item can be accessed via {@link getItemIndex ItemIndex}>
and {@link getDataItem DataItem} properties, respectively. The type of the item
is given by {@link getItemType ItemType} property. Property {@link getDataSourceIndex DataSourceIndex}
gives the index of the item from the bound data source.
显示文件
Open project: pradosoft/prado
Public Methods
Method Details
__construct()
public method
public __construct ( $itemIndex, $dataSourceIndex, $itemType ) |
bubbleEvent()
public method
This method overrides parent's implementation by wrapping event parameter
for OnCommand event with item information.
getDataItem()
public method
This property is deprecated since v3.1.0.
getDataSourceIndex()
public method
getItemIndex()
public method
getItemType()
public method
public getItemType ( ) : TListItemType |
return |
TListItemType |
item type. |
setDataItem()
public method
This property is deprecated since v3.1.0.
setItemType()
public method