display-furo-type-date #
@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/display-furo-type-date.js';
exports DisplayFuroTypeDate js
exports <display-furo-type-date>
custom-element-definition
extends /src/typerenderer/display-google-type-date.js
superclass DisplayGoogleTypeDate
Summary: display renderer for
furo.type.Date
Description #
display-furo-type-date
The display-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 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