getShowSignal()
Get the signal to expand the row.
withSubheadline($subheadline)
Get a row like this with the given subheadline.
A component is the most general form of an entity in the UI.
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($headline)
Get a row like this with a headline for the field-list in the expanded row.
This describes a Row used in Presentation Table.
getCloseSignal()
Get the signal to collapse the row.
withHeadline($headline)
Get a row like this with the given headline.
withImportantFields(array $fields)
Get a row like this with the record-fields and labels to be shown in the collapsed row...
withAction($action)
Get a row like this with a button or a dropdown for actions in the expanded row.
withContent(\ILIAS\UI\Component\Listing\Descriptive $content)
Get a row like this with a descriptive listing as content.