public
|
__construct(
string $headerText = '',
WireElement[] $content = [],
?PanelAccessibleRole $accessibleRole = null,
?BackgroundDesign $backgroundDesign = null,
?bool $expandable = null,
?bool $expandAnimation = null,
?bool $expanded = null,
?string $height = null,
?bool $stickyHeader = null,
?string $width = null,
Margin|ContentPadding|string|null $class = null,
)
`sap.m.Panel` — Core's default container at the dashboard Group level.
sap.m.Panel — Core's default container at the dashboard Group level.
Every parameter carries the UI5 property of the same name; a null seat is omitted
from the wire, so UI5's own default applies. What each property means and what it
defaults to is SAP's documentation — follow the link rather than looking for a copy
of it here.
LaravelUi5's own seat, documented below: class.
Parameters
| $content |
framework-owned aggregation; set via {@see withContent()}
|
| $class |
optional CSS class(es) applied via addStyleClass(); omitted when null
|
|
#
|
public
|
withContent(WireElement[] $content): self
Framework injection seat. {@see \LaravelUi5\Core\Ui5\Dashboard\Emitters\GroupEmitter}
calls this with `[$gridContainer]…
Framework injection seat. {@see \LaravelUi5\Core\Ui5\Dashboard\Emitters\GroupEmitter}
calls this with [$gridContainer]; the consumer-set headerText
and appearance properties pass through unchanged.
|
#
|