final | |
|---|---|
readonly | |
extends |
AbstractControl |
implements |
Payload |
Typed DTO for sap.m.NumericContent — a value-only Payload that goes
inside sap.m.GenericTile.tileContent.
One of the four canonical OpenUI5 TileContent subtypes shipped in
Core v0.9 (Numeric / Image / News / Feed).
value is the only always-carried property; everything else is an
emit-when-set seat (leave null for UI5's own default — see
{@see https://sdk.openui5.org/api/sap.m.NumericContent}). Set
{@see $indicator} + {@see $valueColor} together to render a coloured
deviation arrow, {@see $scale} for a unit/currency suffix.
| Methods | ||
|---|---|---|
public
|
__construct(
string $value,
?string $scale = null,
?DeviationIndicator $indicator = null,
?ValueColor $valueColor = null,
?LoadState $state = null,
?string $icon = null,
?string $iconDescription = null,
?int $truncateValueTo = null,
?string $width = null,
?bool $withMargin = null,
?bool $adaptiveFontSize = null,
?bool $animateTextChange = null,
?bool $formatterValue = null,
?bool $nullifyValue = null,
Margin|ContentPadding|string|null $class = null,
)
|
# |
public
|
ui5Class(): string
|
# |
| Methods inherited from LaravelUi5\Core\Ui5\Controls\AbstractControl |
|---|
jsonSerialize() |
| Properties | |||
|---|---|---|---|
public
|
string
|
$value
|
# |
public
|
?string
|
$scale
|
# |
public
|
?DeviationIndicator
|
$indicator
|
# |
public
|
?ValueColor
|
$valueColor
|
# |
public
|
?LoadState
|
$state
|
# |
public
|
?string
|
$icon
|
# |
public
|
?string
|
$iconDescription
|
# |
public
|
?int
|
$truncateValueTo
|
# |
public
|
?string
|
$width
|
# |
public
|
?bool
|
$withMargin
|
# |
public
|
?bool
|
$adaptiveFontSize
|
# |
public
|
?bool
|
$animateTextChange
|
# |
public
|
?bool
|
$formatterValue
|
# |
public
|
?bool
|
$nullifyValue
|
# |
public
|
Margin|ContentPadding|string|null
|
$class
|
# |