FieldPosition
Types
The field position is below the field specified by the string.
The field position is fixed and doesn't change in relation to other fields.
The field position is to the right of the field specified by the string.
Functions
Casts this FieldPosition as a Below and retrieves its kotlin.String value. Throws an exception if the FieldPosition is not a Below.
Casts this FieldPosition as a Below and retrieves its kotlin.String value. Returns null if the FieldPosition is not a Below.
Casts this FieldPosition as a Fixed and retrieves its aws.sdk.kotlin.services.amplifyuibuilder.model.FixedPosition value. Throws an exception if the FieldPosition is not a Fixed.
Casts this FieldPosition as a Fixed and retrieves its aws.sdk.kotlin.services.amplifyuibuilder.model.FixedPosition value. Returns null if the FieldPosition is not a Fixed.
Casts this FieldPosition as a RightOf and retrieves its kotlin.String value. Throws an exception if the FieldPosition is not a RightOf.
Casts this FieldPosition as a RightOf and retrieves its kotlin.String value. Returns null if the FieldPosition is not a RightOf.