display-uint32

display-uint32 #

@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/display-uint32.js';
exports DisplayUint32 js
exports <display-uint32> custom-element-definition
extends /src/typerenderer/display-int32.js
superclass DisplayInt32

Summary: display renderer for uint32

Description #

display-uint32 The display-uint32 component displays a FieldNode of type uint32 in read only mode.

The component uses locale from the environment to display the date value accordingly. https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat

Every display-xxx component should implement the following API:

  • function: bindData(fieldNode){…}

Attributes and Properties #

Methods #

onFnaFieldValueChanged #

onFnaFieldValueChanged(value `` ) ⟹ void

`` fn-on-fna-field-value-changed

  • value

_formatDisplay #

_formatDisplay(number `` ) ⟹ void

`` fn–format-display

  • number