Class \Prado\Web\UI\WebControls\TPagerMode
TPagerMode class.
TPagerMode defines the enumerable type for the possible modes that a TPager control can take.
The following enumerable values are defined:
- NextPrev: pager buttons are displayed as next and previous pages
- Numeric: pager buttons are displayed as numeric page numbers
- DropDownList: a dropdown list is used to select pages
Class hierarchy
- \Prado\Web\UI\WebControls\TPagerMode
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
DropDownList
|
'DropDownList'
|
public
mixed
|
NextPrev
|
'NextPrev'
|
public
mixed
|
Numeric
|
'Numeric'
|