namespace sap.ui.layout.form

Control sample: sap.ui.layout.form
Visiblity:
Available since: N/A
Module:
Application Component: CA-UI5-CTR

Nodes Overview

Node Description
sap.ui.layout.form.ColumnCells

An int type that defines how many cells a control inside of a column of a Form control using the ColumnLayout control as layout can use.

sap.ui.layout.form.ColumnContainerData

The ColumnLayout-specific layout data for the FormContainer element.

sap.ui.layout.form.ColumnElementData

The ColumnLayout-specific layout data for the FormElement content fields.

sap.ui.layout.form.ColumnLayout

The ColumnLayout control renders a Form control in a column-based responsive way.

sap.ui.layout.form.ColumnsL

An int type that defines how many columns a Form control using the ColumnLayout as layout can have if it has large size

Allowed values are numbers from 1 to 3.

sap.ui.layout.form.ColumnsM

An int type that defines how many columns a Form control using the ColumnLayout as layout can have if it has medium size

Allowed values are numbers from 1 to 2.

sap.ui.layout.form.ColumnsXL

An int type that defines how many columns a Form control using the ColumnLayout as layout can have if it has extra-large size

Allowed values are numbers from 1 to 6. Note: In versions lower than 1.89 only 4 columns are allowed.

sap.ui.layout.form.EmptyCells

An int type that defines how many cells beside the controls inside of a column of a Form control using the ColumnLayout control as layout are empty.

sap.ui.layout.form.Form

A Form control arranges labels and fields (like input fields) into groups and rows.

sap.ui.layout.form.FormContainer

A FormContainer represents a group inside a Form.

sap.ui.layout.form.FormElement

A FormElement represents a row in a FormContainer.

sap.ui.layout.form.FormLayout

Base layout to render a Form.

sap.ui.layout.form.GridContainerData

The GridLayout-specific layout data for FormContainers.

sap.ui.layout.form.GridElementCells

A string that defines the number of used cells in a GridLayout.

sap.ui.layout.form.GridElementData

The GridLayout-specific layout data for FormElement fields.

sap.ui.layout.form.GridLayout

This FormLayout renders a Form using an HTML-table based grid.

sap.ui.layout.form.ResponsiveGridLayout

The ResponsiveGridLayout control renders a Form using a responsive grid.

sap.ui.layout.form.ResponsiveLayout

The ResponsiveLayout renders a Form with a responsive layout.

sap.ui.layout.form.SemanticFormElement

A SemanticFormElement element is a special FormElement that contains semantically connected fields.

sap.ui.layout.form.SimpleForm

The SimpleForm control provides an easy-to-use API to create simple forms.

sap.ui.layout.form.SimpleFormLayout

Available FormLayouts used to render a SimpleForm.


Methods Overview

Method Description