Méthode |
Description |
|
__construct ( ) |
Constructor |
|
getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT ) : array |
Subclasses can override this template method to provide
cell specific actions. |
|
getTemplateVarsFromRowColumn ( $row, $column ) : array |
Subclasses have to implement this method to extract variables
for a given column from a data element so that they may be assigned
to template before rendering. |
|
render ( $request, $row, $column ) : string |
To be used by a GridRow to generate a rendered representation of
the element for the given column. |
|