Bitrix API

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
inheritDoc
Return values
string|null

getGridId()

Grid id.

public getGridId() : string|null
Tags
inheritDoc
Return values
string|null

getHttpRequest()

HTTP request

public final getHttpRequest() : HttpRequest
Tags
inheritDoc
Return values
HttpRequest

getPanelActionId()

Id of panel action.

public getPanelActionId() : string|null
Tags
inheritDoc
Return values
string|null

getRowActionId()

Id of row action.

public getRowActionId() : string|null
Tags
inheritDoc
Return values
string|null

isSelectedAllPanelGroupRows()

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

public isSelectedAllPanelGroupRows() : bool
Tags
inheritDoc
Return values
bool

isSelectedAllPanelRows()

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

public isSelectedAllPanelRows() : bool
Tags
inheritDoc
Return values
bool

        
On this page

Search results