| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
SectionalElement |
SectionalElement.clone() |
SectionalElement |
SectionalElement.withExcluded(Boolean excluded)
Excludes a sectional element that was generated by default for a specified data model.
|
SectionalElement |
SectionalElement.withLevel(Integer level)
Specifies the size of the font for a
Heading sectional element. |
SectionalElement |
SectionalElement.withOrientation(String orientation)
Specifies the orientation for a
Divider sectional element. |
SectionalElement |
SectionalElement.withPosition(FieldPosition position)
Specifies the position of the text in a field for a
Text sectional element. |
SectionalElement |
SectionalElement.withText(String text)
The text for a
Text sectional element. |
SectionalElement |
SectionalElement.withType(String type)
The type of sectional element.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SectionalElement> |
UpdateFormData.getSectionalElements()
The configuration information for the visual helper elements for the form.
|
Map<String,SectionalElement> |
Form.getSectionalElements()
Stores the visual helper elements for the form that are not associated with any data.
|
Map<String,SectionalElement> |
CreateFormData.getSectionalElements()
The configuration information for the visual helper elements for the form.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFormData |
UpdateFormData.addSectionalElementsEntry(String key,
SectionalElement value)
Add a single SectionalElements entry
|
Form |
Form.addSectionalElementsEntry(String key,
SectionalElement value)
Add a single SectionalElements entry
|
CreateFormData |
CreateFormData.addSectionalElementsEntry(String key,
SectionalElement value)
Add a single SectionalElements entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFormData.setSectionalElements(Map<String,SectionalElement> sectionalElements)
The configuration information for the visual helper elements for the form.
|
void |
Form.setSectionalElements(Map<String,SectionalElement> sectionalElements)
Stores the visual helper elements for the form that are not associated with any data.
|
void |
CreateFormData.setSectionalElements(Map<String,SectionalElement> sectionalElements)
The configuration information for the visual helper elements for the form.
|
UpdateFormData |
UpdateFormData.withSectionalElements(Map<String,SectionalElement> sectionalElements)
The configuration information for the visual helper elements for the form.
|
Form |
Form.withSectionalElements(Map<String,SectionalElement> sectionalElements)
Stores the visual helper elements for the form that are not associated with any data.
|
CreateFormData |
CreateFormData.withSectionalElements(Map<String,SectionalElement> sectionalElements)
The configuration information for the visual helper elements for the form.
|
Copyright © 2025. All rights reserved.