final | |
|---|---|
readonly | |
extends |
AbstractControl |
implements |
Payload |
Typed DTO for sap.m.FeedContent — text feed Payload (value + caption)
that goes inside sap.m.GenericTile.tileContent.
One of the four canonical OpenUI5 TileContent subtypes shipped in
Core v0.9 (Numeric / Image / News / Feed).
contentText, subheader, value, and truncateValueTo are always
carried; {@see $valueColor} is an emit-when-set seat for colouring the
value semantically.
| Methods | ||
|---|---|---|
public
|
__construct(
string $contentText,
string $subheader = '',
string $value = '',
int $truncateValueTo = 4,
?ValueColor $valueColor = null,
Margin|ContentPadding|string|null $class = null,
)
|
# |
public
|
ui5Class(): string
|
# |
| Methods inherited from LaravelUi5\Core\Ui5\Controls\AbstractControl |
|---|
jsonSerialize() |
| Properties | |||
|---|---|---|---|
public
|
string
|
$contentText
|
# |
public
|
string
|
$subheader
|
# |
public
|
string
|
$value
|
# |
public
|
int
|
$truncateValueTo
|
# |
public
|
?ValueColor
|
$valueColor
|
# |
public
|
Margin|ContentPadding|string|null
|
$class
|
# |