19declare(strict_types=1);
Interface to be extended by components that have the possibility to bind to Javascript.
This describes a Presentation Table.
withEnvironment(array $environment)
Add a list of additional things the mapping-closure needs for processing.
getData()
Get the recordset of this table.
getEnvironment()
Get an array of additionally needed elements to build a data-entry.
withData(array $records)
Fill a recordset into the table.
withRowMapping(Closure $row_mapping)
Get a table like this with the closure $row_mapping.
getRowMapping()
Get the closure to construct row-entries with.
Trait for adding view controls to a component.
trait HasViewControls
Trait for panels supporting view controls.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.