PerPageSelector
class PerPageSelector extends AbstractTool
Properties
protected Grid | $grid | from AbstractTool | |
protected bool | $disabled | from AbstractTool | |
protected string | $perPage | ||
protected string | $perPageName |
Methods
getOptions()
Get options for selector.
string
render()
Render PerPageSelector。
void
initialize()
Do initialize work.
Details
in
AbstractTool at line 29
AbstractTool
disable(bool $disable = true)
Toggle this button.
in
AbstractTool at line 39
bool
allowed()
If the tool is allowed.
in
AbstractTool at line 47
Grid
getGrid()
No description
in
AbstractTool at line 59
AbstractTool
setGrid(Grid $grid)
Set parent grid.
in
AbstractTool at line 68
string
__toString()
No description
at line 24
__construct(Grid $grid)
Create a new PerPageSelector instance.
at line 34
getOptions()
Get options for selector.
at line 48
string
render()
Render PerPageSelector。
at line 82
protected void
initialize()
Do initialize work.