| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static FieldPosition |
FieldPosition.fromBelow(String below)
Create an instance of this class with
below() initialized to the given value. |
static FieldPosition |
FieldPosition.fromFixed(FixedPosition fixed)
Create an instance of this class with
fixedAsString() initialized to the given value. |
static FieldPosition |
FieldPosition.fromFixed(String fixed)
Create an instance of this class with
fixedAsString() initialized to the given value. |
static FieldPosition |
FieldPosition.fromRightOf(String rightOf)
Create an instance of this class with
rightOf() initialized to the given value. |
FieldPosition |
FormButton.position()
The position of the button.
|
FieldPosition |
FieldConfig.position()
Specifies the field position.
|
FieldPosition |
SectionalElement.position()
Specifies the position of the text in a field for a
Text sectional element. |
| Modifier and Type | Method and Description |
|---|---|
FormButton.Builder |
FormButton.Builder.position(FieldPosition position)
The position of the button.
|
FieldConfig.Builder |
FieldConfig.Builder.position(FieldPosition position)
Specifies the field position.
|
SectionalElement.Builder |
SectionalElement.Builder.position(FieldPosition position)
Specifies the position of the text in a field for a
Text sectional element. |
Copyright © 2022. All rights reserved.