| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FormStyleConfig |
FormStyleConfig.clone() |
FormStyleConfig |
FormStyle.getHorizontalGap()
The spacing for the horizontal gap.
|
FormStyleConfig |
FormStyle.getOuterPadding()
The size of the outer padding for the form.
|
FormStyleConfig |
FormStyle.getVerticalGap()
The spacing for the vertical gap.
|
FormStyleConfig |
FormStyleConfig.withTokenReference(String tokenReference)
A reference to a design token to use to bind the form's style properties to an existing theme.
|
FormStyleConfig |
FormStyleConfig.withValue(String value)
The value of the style setting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormStyle.setHorizontalGap(FormStyleConfig horizontalGap)
The spacing for the horizontal gap.
|
void |
FormStyle.setOuterPadding(FormStyleConfig outerPadding)
The size of the outer padding for the form.
|
void |
FormStyle.setVerticalGap(FormStyleConfig verticalGap)
The spacing for the vertical gap.
|
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.
|
Copyright © 2024. All rights reserved.