cell-furo-fat-uint32

cell-furo-fat-uint32 #

@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/cell-furo-fat-uint32.js';
exports CellFuroFatUint32 js
exports <cell-furo-fat-uint32> custom-element-definition
extends /src/typerenderer/cell-furo-fat-int32.js
superclass CellFuroFatInt32

Summary: cell display renderer for furo.fat.Uint32

Description #

cell-furo-fat-uint32 The cell-furo-fat-uint32 component displays a FieldNode of type furo.fat.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 cell-xxx component should implement the following API:

  • function: bindData(fieldNode){…}

Attributes and Properties #

Methods #

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Binds a field node to the component

  • fieldNode