Grido@master
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • Grido
    • Components
      • Actions
      • Columns
      • Filters
    • DataSources
    • PropertyAccessors
    • Translations

Classes

  • Component
  • Container
  • Export
  • Operation
  • Paginator

Class Paginator

Paginating grid.

Nette\Utils\Paginator
Extended by Grido\Components\Paginator
Namespace: Grido\Components
Package: Grido\Components
Author: Petr Bugyík
Located at Components/Paginator.php

Methods summary

public Grido\Components\Paginator
# setGrid( Grido\Grid $grid )

Parameters

$grid

Returns

Grido\Components\Paginator
public integer
# getPage( )

Returns

integer
public array
# getSteps( )

Returns

array
public integer
# getCountBegin( )

Returns

integer
public integer
# getCountEnd( )

Returns

integer

Magic methods summary

Properties summary

protected integer $page
#
protected array $steps
# array()
protected integer $countBegin
#
protected integer $countEnd
#
protected Grido\Grid $grid
#

Magic properties

public read-only integer $page
public read-only array $steps
public read-only integer $countEnd
public read-only integer $countBegin
public write-only Grido\Grid $grid
Grido@master API documentation generated by ApiGen