final | |
|---|---|
readonly | |
extends |
AbstractControl |
implements |
Tile |
Typed DTO for sap.m.SlideTile — a {@see Tile} container that cycles
through a set of {@see GenericTile}s as changing slides (since OpenUI5
1.34). Pinned to 1.136 — see {@see Tile}.
tiles is the always-carried content aggregation (the default
aggregation of the SAP control). Everything else is an emit-when-set
seat: leave it null for UI5's own default (displayTime 5000ms,
transitionTime 500ms, scope Display, sizeBehavior Responsive —
see {@see https://sdk.openui5.org/api/sap.m.SlideTile}).
layoutData is the grid-placement seat for the SlideTile sitting
inside a sap.f.GridContainer.
| Methods | ||
|---|---|---|
public
|
__construct(
GenericTile[] $tiles = [],
?int $displayTime = null,
?int $transitionTime = null,
?GenericTileScope $scope = null,
?TileSizeBehavior $sizeBehavior = null,
?string $width = null,
?string $height = null,
?GridContainerItemLayoutData $layoutData = null,
Margin|ContentPadding|string|null $class = null,
)
|
# |
public
|
ui5Class(): string
|
# |
| Methods inherited from LaravelUi5\Core\Ui5\Controls\AbstractControl |
|---|
jsonSerialize() |
| Properties | |||
|---|---|---|---|
public
|
GenericTile[]
|
$tiles
|
# |
public
|
?int
|
$displayTime
|
# |
public
|
?int
|
$transitionTime
|
# |
public
|
?GenericTileScope
|
$scope
|
# |
public
|
?TileSizeBehavior
|
$sizeBehavior
|
# |
public
|
?string
|
$width
|
# |
public
|
?string
|
$height
|
# |
public
|
?GridContainerItemLayoutData
|
$layoutData
|
# |
public
|
Margin|ContentPadding|string|null
|
$class
|
# |