cell-furo-type-date

cell-furo-type-date #

@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/cell-furo-type-date.js';
exports CellFuroTypeDate js
exports <cell-furo-type-date> custom-element-definition
extends /src/typerenderer/cell-google-type-date.js
superclass CellGoogleTypeDate

Summary: cell display renderer for furo.type.Date

Description #

cell-furo-type-date The cell-furo-type-date component displays a FieldNode of type furo.type.Date 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/DateTimeFormat/format

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