display-google-type-money

display-google-type-money #

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

Summary: display renderer for google.type.Money

Description #

display-google-type-money The display-google-type-money component displays a FieldNode of type google.type.Money 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 #

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Binds a field node to the component

  • fieldNode

_formatDisplay #

_formatDisplay() ⟹ void

*fn–format-display