| SectionLayout |
The options for the layout pattern of a section
|
| UICssLayout |
Marks a group of components in a Div.
|
| UIFormLayout |
Marks a group of components vertically placed below each other in a two-column FormLayout
with captions to the left of the input fields.
|
| UIFormSection |
Responsible for creating a BaseSection in the UI from the annotated PMO class that may
include other UI elements.
|
| UIHorizontalLayout |
Marks a group of components horizontally placed next to each other in a HorizontalLayout.
|
| UISection |
Responsible for creating a section in the UI from the annotated PMO class that may include other UI
elements.
|
| UIVerticalLayout |
Marks a group of components vertically placed below each other in a VerticalLayout, labels
above their corresponding input fields.
|