19 declare(strict_types=1);
 
getShowSignal()
Get the signal to expand the row. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getToggleSignal()
Get the signal to toggle (expand/collapse) the row. 
 
withFurtherFields(array $fields)
Get a row like this with the record-fields and labels to be shown in the list of the expanded row...
 
withFurtherFieldsHeadline(string $headline)
Get a row like this with a headline for the field-list in the expanded row. 
 
withHeadline(string $headline)
Get a row like this with the given headline. 
 
withContent(Block $content)
Get a row like this with content. 
 
withSubheadline(string $subheadline)
Get a row like this with the given subheadline. 
 
This describes a Row used in Presentation Table. 
 
getCloseSignal()
Get the signal to collapse the row. 
 
withImportantFields(array $fields)
Get a row like this with the record-fields and labels to be shown in the collapsed row...
 
This is the interface for Blocks. 
 
withLeadingSymbol(Symbol $symbol)
Add a Symbol to the row's title. 
 
withAction($action)
Get a row like this with a button or a dropdown for actions in the expanded row.