| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FieldPosition |
FieldPosition.clone() |
FieldPosition |
FormButton.getPosition()
The position of the button.
|
FieldPosition |
SectionalElement.getPosition()
Specifies the position of the text in a field for a
Text sectional element. |
FieldPosition |
FieldConfig.getPosition()
Specifies the field position.
|
FieldPosition |
FieldPosition.withBelow(String below)
The field position is below the field specified by the string.
|
FieldPosition |
FieldPosition.withFixed(FixedPosition fixed)
The field position is fixed and doesn't change in relation to other fields.
|
FieldPosition |
FieldPosition.withFixed(String fixed)
The field position is fixed and doesn't change in relation to other fields.
|
FieldPosition |
FieldPosition.withRightOf(String rightOf)
The field position is to the right of the field specified by the string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormButton.setPosition(FieldPosition position)
The position of the button.
|
void |
SectionalElement.setPosition(FieldPosition position)
Specifies the position of the text in a field for a
Text sectional element. |
void |
FieldConfig.setPosition(FieldPosition position)
Specifies the field position.
|
FormButton |
FormButton.withPosition(FieldPosition position)
The position of the button.
|
SectionalElement |
SectionalElement.withPosition(FieldPosition position)
Specifies the position of the text in a field for a
Text sectional element. |
FieldConfig |
FieldConfig.withPosition(FieldPosition position)
Specifies the field position.
|
Copyright © 2024. All rights reserved.