| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FormBindingElement |
FormBindingElement.clone() |
FormBindingElement |
FormBindingElement.withElement(String element)
The name of the component to retrieve a value from.
|
FormBindingElement |
FormBindingElement.withProperty(String property)
The property to retrieve a value from.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FormBindingElement> |
ComponentProperty.getBindings()
The information to bind the component property to form data.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentProperty |
ComponentProperty.addBindingsEntry(String key,
FormBindingElement value)
Add a single Bindings entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentProperty.setBindings(Map<String,FormBindingElement> bindings)
The information to bind the component property to form data.
|
ComponentProperty |
ComponentProperty.withBindings(Map<String,FormBindingElement> bindings)
The information to bind the component property to form data.
|
Copyright © 2025. All rights reserved.