abstract | |
---|---|
extends |
HtmlContainer |
Базовый клас для компонентов - списков(таблиц) данных
Methods | ||
---|---|---|
public
|
__construct($id, $DataSource)
|
# |
public
|
getAllRowsCount()
|
# |
public
|
getPageRowsCount()
|
# |
public
|
getPageSize()
|
# |
public
|
setPageSize($pagesize)
|
# |
public
|
getCurrentPage(): int
|
# |
public
|
setCurrentPage($page)
|
# |
final
public
|
getPageCount()
|
# |
public
|
Reload($resetpage = true)
|
# |
public
|
getDataSource()
|
# |
public
|
setDataSource($ds)
|
# |
protected
|
getItems()
|
# |
public
|
getDataRows()
|
# |
public
|
Render()
|
# |
final
public
|
setSorting($field, $dir = 'asc')
|
# |
final
public
|
getSorting()
|
# |
Methods inherited from Zippy\Html\HtmlContainer |
---|
add(), getComponent(), __get(), getURLNode(), RenderImpl(), RequestHandle(), getChildComponents() |
Properties | |||
---|---|---|---|
protected
|
|
$pagesize = PHP_INT_MAX
|
# |
protected
|
|
$currentpage = 1
|
# |
protected
|
|
$DataSource
|
# |
protected
|
|
$pagerowscount = 0
|
# |
protected
|
|
$rowscount = -1
|
# |
protected
|
|
$sortf = null
|
# |
protected
|
|
$sortd = null
|
# |
Properties inherited from Zippy\Html\HtmlContainer |
---|
$components |
Properties inherited from Zippy\Html\HtmlComponent |
---|
$id, $disabled, $visible, $owner, $tag |