Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Интерфейс GridRequest
+ Граф наследования:GridRequest:

Открытые члены

 getHttpRequest ()
 
 getGridId ()
 
 getGridActionId ()
 
 getPanelActionId ()
 
 getRowActionId ()
 
 isSelectedAllPanelRows ()
 
 isSelectedAllPanelGroupRows ()
 

Подробное описание

Request to the grid.

Used to process the actions of the grid and all related entities.

См. также
\Bitrix\Main\Grid\Grid method processRequest
\Bitrix\Main\Grid\Panel\Panel method processRequest
\Bitrix\Main\Grid\Row\Rows method processRequest

См. определение в файле gridrequest.php строка 16

Методы

◆ getGridActionId()

getGridActionId ( )

Id of grid action.

Возвращает
string|null

Замещается в GridRequest.

◆ getGridId()

getGridId ( )

Grid id.

Возвращает
string|null

Замещается в GridRequest.

◆ getHttpRequest()

getHttpRequest ( )

HTTP request

Возвращает
HttpRequest

Замещается в GridRequest.

◆ getPanelActionId()

getPanelActionId ( )

Id of panel action.

Возвращает
string|null

Замещается в GridRequest.

◆ getRowActionId()

getRowActionId ( )

Id of row action.

Возвращает
string|null

Замещается в GridRequest.

◆ isSelectedAllPanelGroupRows()

isSelectedAllPanelGroupRows ( )

The "for all" checkbox is selected in the panel group action.

Возвращает
bool

Замещается в GridRequest.

◆ isSelectedAllPanelRows()

isSelectedAllPanelRows ( )

The "for all" checkbox is selected in the panel action.

Возвращает
bool

Замещается в GridRequest.