| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentPropertyBindingProperties |
ComponentPropertyBindingProperties.clone() |
ComponentPropertyBindingProperties |
ComponentProperty.getBindingProperties()
The information to bind the component property to data at runtime.
|
ComponentPropertyBindingProperties |
ComponentProperty.getCollectionBindingProperties()
The information to bind the component property to data at runtime.
|
ComponentPropertyBindingProperties |
ComponentPropertyBindingProperties.withField(String field)
The data field to bind the property to.
|
ComponentPropertyBindingProperties |
ComponentPropertyBindingProperties.withProperty(String property)
The component property to bind to the data field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentProperty.setBindingProperties(ComponentPropertyBindingProperties bindingProperties)
The information to bind the component property to data at runtime.
|
void |
ComponentProperty.setCollectionBindingProperties(ComponentPropertyBindingProperties collectionBindingProperties)
The information to bind the component property to data at runtime.
|
ComponentProperty |
ComponentProperty.withBindingProperties(ComponentPropertyBindingProperties bindingProperties)
The information to bind the component property to data at runtime.
|
ComponentProperty |
ComponentProperty.withCollectionBindingProperties(ComponentPropertyBindingProperties collectionBindingProperties)
The information to bind the component property to data at runtime.
|
Copyright © 2025. All rights reserved.