1C-Bitrix 25.700.0
|
Открытые члены | |
__construct (Settings $settings) | |
getId () | |
getSettings () | |
getOptions () | |
getColumns () | |
getRows () | |
getPanel () | |
getFilter () | |
getPagination () | |
setRawRows (iterable $rawValue) | |
prepareRows () | |
prepareColumns () | |
processRequest (?HttpRequest $request=null) | |
getOrmParams () | |
getOrmSelect () | |
getOrmFilter () | |
getOrmOrder () | |
getVisibleColumnsIds () |
Защищенные члены | |
getRawRows () | |
getActions () | |
getActionById (string $id) | |
processGridActionsRequest (GridRequest $request) | |
getDefaultSorting () | |
createColumns () | |
createRows () | |
createPanel () | |
createFilter () | |
createPagination () |
Защищенные данные | |
GridRequestFactory | $gridRequestFactory |
GridResponseFactory | $gridResponseFactory |
Grid object.
Contains all the necessary information to work with the grid: columns, settings, actions. There is no work with the filter here, there is a separate Filter class for this.
Usage example:
__construct | ( | Settings | $settings | ) |
|
abstractprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
finalprotected |
|
protected |
|
protected |
getOrmFilter | ( | ) |
getOrmOrder | ( | ) |
getOrmParams | ( | ) |
getOrmSelect | ( | ) |
|
final |
|
final |
|
finalprotected |
|
final |
getVisibleColumnsIds | ( | ) |
prepareColumns | ( | ) |
prepareRows | ( | ) |
|
protected |
processRequest | ( | ?HttpRequest | $request = null | ) |
setRawRows | ( | iterable | $rawValue | ) |
|
protected |
|
protected |