Class \Prado\Web\UI\WebControls\TListItemType
TListItemType class.
TListItemType defines the enumerable type for the possible types that databound list items could take.
The following enumerable values are defined:
- Header: header item
- Footer: footer item
- Item: content item (neither header nor footer)
- Separator: separator between items
- AlternatingItem: alternating content item
- EditItem: content item in edit mode
- SelectedItem: selected content item
- Pager: pager
Class hierarchy
- \Prado\Web\UI\WebControls\TListItemType
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
AlternatingItem
|
'AlternatingItem'
|
public
mixed
|
EditItem
|
'EditItem'
|
public
mixed
|
Footer
|
'Footer'
|
public
mixed
|
Header
|
'Header'
|
public
mixed
|
Item
|
'Item'
|
public
mixed
|
Pager
|
'Pager'
|
public
mixed
|
SelectedItem
|
'SelectedItem'
|
public
mixed
|
Separator
|
'Separator'
|