Node | Description |
---|---|
sap.ui.commons.layout.AbsoluteLayout |
The Absolute Layout positions its child controls absolutely |
sap.ui.commons.layout.BackgroundDesign |
Background design (i.e. |
sap.ui.commons.layout.BorderLayout |
Based upon the border layout as it comes with the Java standard. |
sap.ui.commons.layout.BorderLayoutArea |
The BorderLayoutArea represents one area of a BorderLayout |
sap.ui.commons.layout.BorderLayoutAreaTypes |
The type (=position) of a BorderLayoutArea |
sap.ui.commons.layout.HAlign |
Horizontal alignment, e.g. |
sap.ui.commons.layout.HorizontalLayout |
A layout that provides support for horizontal alignment of controls |
sap.ui.commons.layout.MatrixLayout |
A matrix layout arranges controls in a grid structure, using rows which need not have the same number of cells. |
sap.ui.commons.layout.MatrixLayoutCell |
Non-control element used as part of a matrix layout's inner structure. |
sap.ui.commons.layout.MatrixLayoutRow |
Non-control element used as part of a matrix layout's inner structure. |
sap.ui.commons.layout.Padding |
Padding, e.g. |
sap.ui.commons.layout.PositionContainer |
Is used to specify the position of a control in the AbsoluteLayout |
sap.ui.commons.layout.ResponsiveFlowLayout |
This is a layout where several controls can be added. |
sap.ui.commons.layout.ResponsiveFlowLayoutData |
This is a LayoutData Element that can be added to a control if this control is used within a ResponsiveFlowLayout |
sap.ui.commons.layout.Separation |
Separation, e.g. |
sap.ui.commons.layout.VAlign |
Vertical alignment, e.g. |
sap.ui.commons.layout.VerticalLayout |
In this layout the elements are ordered one below the other |
Method | Description |
---|