| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FormStyle |
FormStyle.clone() |
FormStyle |
CreateFormData.getStyle()
The configuration for the form's style.
|
FormStyle |
UpdateFormData.getStyle()
The configuration for the form's style.
|
FormStyle |
Form.getStyle()
Stores the configuration for the form's style.
|
FormStyle |
FormStyle.withHorizontalGap(FormStyleConfig horizontalGap)
The spacing for the horizontal gap.
|
FormStyle |
FormStyle.withOuterPadding(FormStyleConfig outerPadding)
The size of the outer padding for the form.
|
FormStyle |
FormStyle.withVerticalGap(FormStyleConfig verticalGap)
The spacing for the vertical gap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFormData.setStyle(FormStyle style)
The configuration for the form's style.
|
void |
UpdateFormData.setStyle(FormStyle style)
The configuration for the form's style.
|
void |
Form.setStyle(FormStyle style)
Stores the configuration for the form's style.
|
CreateFormData |
CreateFormData.withStyle(FormStyle style)
The configuration for the form's style.
|
UpdateFormData |
UpdateFormData.withStyle(FormStyle style)
The configuration for the form's style.
|
Form |
Form.withStyle(FormStyle style)
Stores the configuration for the form's style.
|
Copyright © 2024. All rights reserved.