display-furo-type-money

display-furo-type-money #

@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/display-furo-type-money.js';
exports DisplayFuroTypeMoney js
exports <display-furo-type-money> custom-element-definition
extends /src/typerenderer/display-google-type-money.js
superclass DisplayGoogleTypeMoney

Summary: display renderer for furo.type.Money

Description #

display-furo-type-money The display-furo-type-money component displays a FieldNode of type furo.type.Money in read only mode.

if the field display_name is set, the component will use that value for the display.

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 #

_formatDisplay #

_formatDisplay() ⟹ void

*fn–format-display



bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Binds a field node to the component

  • fieldNode