cell #
@furo/ui5 v1.18.0
import '@furo/ui5/src/typerenderer/cell-float.js';
exports CellFloat js
exports <cell-float>
custom-element-definition
superclass LitElement
Summary: cell display renderer for
float
Description #
cell-float
The cell-float component displays a FieldNode of type float
in read only mode.
Every cell-xxx component should implement the following API:
- function: bindData(fieldNode){…}
Attributes and Properties #
_displayValue #
default: ''
Methods #
bindData #
bindData(fieldNode FieldNode
) ⟹ void
FieldNode
→
fn-bind-data
Binds a field node to the component
- fieldNode