final | |
|---|---|
readonly | |
implements |
EmitterInterface |
Default container emitter for a Dashboard — emits the root
sap.m.VBox whose items are the group control trees.
Per the constructor convention documented on
{@see EmitterInterface}, container emitters take
(artifact, array $children). The consumer authors the VBox template
via {@see Ui5DashboardInterface::getVBox()}; the framework injects the
built group elements via {@see \LaravelUi5\Core\Ui5\Controls\Sap\M\VBox::withItems()}.
| Methods | ||
|---|---|---|
public
|
__construct(Ui5DashboardInterface $dashboard, array $children)
|
# |
public
|
emit(EmitContext $ctx): WireElement
|
# |
public
|
subject(): Ui5ArtifactInterface
|
# |