furo-ui5-checkbox-input-labeled

furo-ui5-checkbox-input-labeled #

@furo/ui5 v1.18.0
import '@furo/ui5/src/furo-ui5-checkbox-input-labeled.js';
exports FuroUi5CheckboxInputLabeled js
exports <furo-ui5-checkbox-input-labeled> custom-element-definition
superclass LitElement
mixes FBP

Summary: labeled input field

Description #

The furo-ui5-checkbox-input-labeled is a composition to easily use a complete input field with label according to the design specification of SAP Fiori Design System.

1
<furo-ui5-checkbox-input-labeled fn-bind-data="--dao(FIELDNODE)"></furo-ui5-checkbox-labeled>

Example #

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<furo-form-layouter four>
  <furo-ui5-checkbox-input-labeled
    fn-bind-data="--doExp(*.furo_data_checkbox_input)"
  ></furo-ui5-checkbox-input-labeled>
  <furo-ui5-checkbox-input-labeled
      value-state="Success"
      text="Override"
      fn-bind-data="--doExp(*.furo_data_checkbox_input)"
   ></furo-ui5-checkbox-input-labeled>
</furo-form-layouter>

Attributes and Properties #

label #

label string default: ''

the label for the data-checkbox-input

full #

full boolean

This is only used to forward the state to the form-field-container

placeholder #

placeholder String

the placeholder is the additional information beside the label. it will be showed on the right side of the checkbox.

required #

required Boolean

A Boolean attribute which, if present, means this field is required and marked with *.

disabled #

disabled Boolean

A Boolean attribute which, if present, means this field cannot be edited by the user.

readonly #

readonly Boolean

A Boolean attribute which, if present, means this field is readonly.

Methods #

focus #

focus(options Object ) ⟹ void

Object fn-focus

Focuses the underlying ui5 input element

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Binds a FieldNode to the component.

Supported types: bool, google.protobuf.BoolValue, furo.fat.Bool

  • fieldNode Supported types: bool, google.protobuf.BoolValue, furo.fat.Bool