GridRequest
Request to the grid.
Used to process the actions of the grid and all related entities.
Tags
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|nullgetGridId()
Grid id.
public
getGridId() : string|null
Return values
string|nullgetHttpRequest()
HTTP request
public
getHttpRequest() : HttpRequest
Return values
HttpRequestgetPanelActionId()
Id of panel action.
public
getPanelActionId() : string|null
Return values
string|nullgetRowActionId()
Id of row action.
public
getRowActionId() : string|null
Return values
string|nullisSelectedAllPanelGroupRows()
The "for all" checkbox is selected in the panel group action.
public
isSelectedAllPanelGroupRows() : bool
Return values
boolisSelectedAllPanelRows()
The "for all" checkbox is selected in the panel action.
public
isSelectedAllPanelRows() : bool