GridFieldViewButton
class GridFieldViewButton implements GridField_ColumnProvider
A button that allows a user to view readonly details of a record. This is disabled by default and intended for use in readonly {@link GridField} instances.
Methods
Modify the list of columns displayed in the table.
Names of all columns which are affected by this component.
HTML for the column, content of the
Attributes for the element containing the content returned by {@link getColumnContent()}.
Additional metadata about the column which can be used by other components, e.g. to set a title for a search column header.
Details
at line 12
augmentColumns($field, $cols)
Modify the list of columns displayed in the table.
at line 16
array
getColumnsHandled($field)
Names of all columns which are affected by this component.
at line 20
string
getColumnContent($field, DataObject $record, $col)
HTML for the column, content of the
at line 29
array
getColumnAttributes($field, DataObject $record, $col)
Attributes for the element containing the content returned by {@link getColumnContent()}.
at line 33
array
getColumnMetadata(GridField $gridField, $col)
Additional metadata about the column which can be used by other components, e.g. to set a title for a search column header.