Property | Type | Description | |
---|---|---|---|
$dateFormatShort | string |
Method | Description | |
---|---|---|
__construct ( ) | Constructor | |
getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT ) : array | Get cell actions associated with this row/column combination | |
getTemplateVarsFromRowColumn ( $row, $column ) : array | Extracts variables for a given column from a data element so that they may be assigned to template before rendering. |
public getCellActions ( $request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT ) : array | ||
$row | GridRow | |
$column | GridColumn | |
return | array | an array of LinkAction instances |
public getTemplateVarsFromRowColumn ( $row, $column ) : array | ||
$row | GridRow | |
$column | GridColumn | |
return | array |