Component UI5_SIMPLEFORM

Attribute summary

Typically used attributes

All attributes are

General attributes are

Attribute details

adapterbinding

Special binding to componet adapter object instance on server side.

The attribute value must be an expression.

#{tobedefined}Binding to IComponentAdapter instance

attributemacro

Name of macro that is used for generating certain attributes of this component. Please pay attention: the value of this attribute is read one time for each control and cannot be changed afterwards.

The attribute value must not be changed once the component is created.

breakpointl

Breakpoint between Medium size and Large size. (This property is only used if a ResponsiveGridLayout is used as Layout.)

 1024 (default)

breakpointm

Breakpoint between Small size and Medium size. (This property is only used if a ResponsiveGridLayout is used as Layout.)

 600 (default)

columnsl

Form columns for large size. The number of columns for large size must not be smaller that the number of columns for medium size. (This property is only used if a ResponsiveGridLayout is used as Layout.)

 2 (default)

columnsm

Form columns for medium size. (This property is only used if a ResponsiveGridLayout is used as Layout.)

 1 (default)

comment

Comment that can be asigned to any component. The comment is not operationally used.

Any textAny text

configinfo

Configuration information that is attached to this component. This information is not functionally used by CaptainCasa, but may be used for any application specific purpose.

editable

Indicator if component also allows user input or not.

trueUser input is allowed.
falseNo user input. Only selection allowed.

emptyspanl

Number of grid cells that are empty at the end of each line on large size. (This property is only used if a ResponsiveGridLayout is used as Layout.)

 0 (default)

emptyspanm

Number of grid cells that are empty at the end of each line on medium size. (This property is only used if a ResponsiveGridLayout is used as Layout.)

 0 (default)

emptyspans

Number of grid cells that are empty at the end of each line on small size. (This property is only used if a ResponsiveGridLayout is used as Layout.)

 0 (default)

labelminwidth

Specifies the min-width in pixels of the label in all form containers. (only used if ResponsiveLaout is used as Layout)

 192 (default)

labelspanl

Default span for labels in large size. This span is only used if more than 1 container is in one line, if only 1 container is in the line the labelSpanM value is used. (This property is only used if a ResponsiveGridLayout is used as Layout.)

 4 (default)

labelspanm

Default span for labels in medium size. This property is used for full size containers. If more than one Container is in one line, labelSpanL is used. (This property is only used if a ResponsiveGridLayout is used as Layout.)

 2 (default)

labelspans

Default span for labels in small size. (This property is only used if a ResponsiveGridLayout is used as Layout.)

 12 (default)

layout

The FormLayout that is used to render the SimpleForm.

ResponsiveLayoutResponsiveLayout (default)
GridLayoutGridLayout
ResponsiveGridLayoutResponsiveGridLayout

layoutdata

Layout definitions for the surrounding layout container.

maxcontainercols

minwidth

Minimum width in pixels.

 Default - no minimum width definition
100100 Pixels
200200 Pixels

reference

Reference to an outside object that is the content behind the component. E.g. a field is representing a certain field of a database table: in this case you could define the value table;column. The reference plays a siginficant role within the attributemacro management.

The attribute value must not be changed once the component is created.

refOne reference
ref1;ref2Two references
ref1;ref2;ref3Three references

rendered

Flag that indicated if this component is rendered at all. If set to false then the component is not rendered - there is no component data sent to the client.

The attribute value must be an expression.

trueComponent is rendered (default)
falseComponent is not rendered

styleseq

Semicolon separated sequence of style class names that are applied to this component.

stylevariant

In CaptainCasa you can define styles definitions for components. A style definition is a definition of a set of default attribute values that are applied to the component. In case you want to differenciate between different usage types of the component you can apply multiple styles - and use the stylevariant attribute to select between.

title

The title of the dialog.