Bitrix API

GridRequest

Request to the grid.

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

Tags
see
Grid

method processRequest

see
Panel

method processRequest

see
Rows

method processRequest

Table of Contents

Methods

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

getGridActionId()

Id of grid action.

public getGridActionId() : string|null
Return values
string|null

getGridId()

Grid id.

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

getHttpRequest()

HTTP request

public getHttpRequest() : HttpRequest
Return values
HttpRequest

getPanelActionId()

Id of panel action.

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

getRowActionId()

Id of row action.

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

isSelectedAllPanelGroupRows()

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

public isSelectedAllPanelGroupRows() : bool
Return values
bool

isSelectedAllPanelRows()

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

public isSelectedAllPanelRows() : bool
Return values
bool

        
On this page

Search results