LinksBuilder
Link builder for the property grid provider.
It is necessary to separate the grid provider and the endpoint of using the grid (page or component).
Tags
Table of Contents
Methods
- getActionDeleteClick() : string|null
- JS code of "click" event, for "delete" action.
- getActionDeleteLink() : string|null
- Link for "delete" action.
- getActionOpenClick() : string|null
- JS code of "click" event, for "open" action.
- getActionOpenLink() : string|null
- Link for "open" action.
Methods
getActionDeleteClick()
JS code of "click" event, for "delete" action.
public
getActionDeleteClick(int $propertyId) : string|null
Parameters
- $propertyId : int
Return values
string|nullgetActionDeleteLink()
Link for "delete" action.
public
getActionDeleteLink(int $propertyId) : string|null
Parameters
- $propertyId : int
Return values
string|nullgetActionOpenClick()
JS code of "click" event, for "open" action.
public
getActionOpenClick(int $propertyId) : string|null
Parameters
- $propertyId : int
Return values
string|nullgetActionOpenLink()
Link for "open" action.
public
getActionOpenLink(int $propertyId) : string|null
Parameters
- $propertyId : int