class GridFieldVersionedState extends VersionedGridFieldState (View source)

deprecated 4.1.0:5.0.0

Methods

__construct($versionedLabelFields = ['Name', 'Title'])

No description

string
getColumn()

Column to decorate with version state

setColumn(string $column)

No description

array
getVersionedLabelFields()

Search list for default column

setVersionedLabelFields(array $versionedLabelFields)

No description

augmentColumns(GridField $gridField, array $columns)

Modify the list of columns displayed in the table.

array
getColumnsHandled(GridField $gridField)

Names of all columns which are affected by this component.

string
getColumnContent(GridField $gridField, DataObject $record, string $columnName)

HTML for the column, content of the element.

array
getColumnAttributes(GridField $gridField, DataObject $record, string $columnName)

Attributes for the element containing the content returned by {@link getColumnContent()}.

array
getColumnMetadata(GridField $gridField, string $columnName)

Additional metadata about the column which can be used by other components, e.g. to set a title for a search column header.

Details

__construct($versionedLabelFields = ['Name', 'Title'])

Parameters

$versionedLabelFields

string getColumn()

Column to decorate with version state

Return Value

string

VersionedGridFieldState setColumn(string $column)

Parameters

string $column

Return Value

VersionedGridFieldState

array getVersionedLabelFields()

Search list for default column

Return Value

array

VersionedGridFieldState setVersionedLabelFields(array $versionedLabelFields)

Parameters

array $versionedLabelFields

Return Value

VersionedGridFieldState

augmentColumns(GridField $gridField, array $columns)

Modify the list of columns displayed in the table.

Parameters

GridField $gridField
array $columns

List reference of all column names.

See also

{@link GridFieldDataColumns->getDisplayFields()}
{@link GridFieldDataColumns}.

array getColumnsHandled(GridField $gridField)

Names of all columns which are affected by this component.

Parameters

GridField $gridField

Return Value

array

string getColumnContent(GridField $gridField, DataObject $record, string $columnName)

HTML for the column, content of the element.

Parameters

GridField $gridField
DataObject $record
  • Record displayed in this row
string $columnName

Return Value

string
  • HTML for the column. Return NULL to skip.

array getColumnAttributes(GridField $gridField, DataObject $record, string $columnName)

Attributes for the element containing the content returned by {@link getColumnContent()}.

Parameters

GridField $gridField
DataObject $record

displayed in this row

string $columnName

Return Value

array

array getColumnMetadata(GridField $gridField, string $columnName)

Additional metadata about the column which can be used by other components, e.g. to set a title for a search column header.

Parameters

GridField $gridField
string $columnName

Return Value

array
  • Map of arbitrary metadata identifiers to their values.