PHP Interface Prado\Web\UI\WebControls\IItemDataRenderer
IItemDataRenderer defines the interface that an item renderer
needs to implement. Besides the {@link getData Data} property, a list item
renderer also needs to provide {@link getItemIndex ItemIndex} and
{@link getItemType ItemType} property.
Mostrar archivo
Open project: pradosoft/prado
Public Methods
Method |
Description |
|
getItemIndex ( ) : integer |
Returns a value indicating the zero-based index of the item in the corresponding data control's item collection. |
|
getItemType ( ) : TListItemType |
|
|
setItemIndex ( $value ) |
Sets the zero-based index for the item. |
|
setItemType ( $value ) |
|
|
Method Details
getItemIndex()
public method
If the item is not in the collection (e.g. it is a header item), it returns -1.
getItemType()
public method
public getItemType ( ) : TListItemType |
return |
TListItemType |
the item type. |
setItemIndex()
public method
If the item is not in the item collection (e.g. it is a header item), -1 should be used.
setItemType()
public method