GridRequest implements GridRequest
Grid's request for `bitrix:main.ui.grid` component.
Table of Contents
Interfaces
- GridRequest
- Request to the grid.
Methods
- __construct() : mixed
- getGridActionId() : string|null
- Id of grid action.
- getGridId() : string|null
- Grid id.
- getHttpRequest() : HttpRequest
- HTTP request
- getPanelActionId() : string|null
- Id of panel action.
- getRowActionId() : string|null
- Id of row action.
- isSelectedAllPanelGroupRows() : bool
- The "for all" checkbox is selected in the panel group action.
- isSelectedAllPanelRows() : bool
- The "for all" checkbox is selected in the panel action.
Methods
__construct()
public
__construct(HttpRequest $request) : mixed
Parameters
- $request : HttpRequest
getGridActionId()
Id of grid action.
public
getGridActionId() : string|null
Tags
Return values
string|nullgetGridId()
Grid id.
public
getGridId() : string|null
Tags
Return values
string|nullgetHttpRequest()
HTTP request
public
final getHttpRequest() : HttpRequest
Tags
Return values
HttpRequestgetPanelActionId()
Id of panel action.
public
getPanelActionId() : string|null
Tags
Return values
string|nullgetRowActionId()
Id of row action.
public
getRowActionId() : string|null
Tags
Return values
string|nullisSelectedAllPanelGroupRows()
The "for all" checkbox is selected in the panel group action.
public
isSelectedAllPanelGroupRows() : bool
Tags
Return values
boolisSelectedAllPanelRows()
The "for all" checkbox is selected in the panel action.
public
isSelectedAllPanelRows() : bool