| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentProperty |
ComponentProperty.addBindingsEntry(String key,
FormBindingElement value)
Add a single Bindings entry
|
ComponentProperty |
ComponentProperty.clearBindingsEntries()
Removes all the entries added into Bindings.
|
ComponentProperty |
ComponentProperty.clone() |
ComponentProperty |
ComponentConditionProperty.getElse()
The value to assign to the property if the condition is not met.
|
ComponentProperty |
ComponentConditionProperty.getThen()
The value to assign to the property if the condition is met.
|
ComponentProperty |
ComponentProperty.withBindingProperties(ComponentPropertyBindingProperties bindingProperties)
The information to bind the component property to data at runtime.
|
ComponentProperty |
ComponentProperty.withBindings(Map<String,FormBindingElement> bindings)
The information to bind the component property to form data.
|
ComponentProperty |
ComponentProperty.withCollectionBindingProperties(ComponentPropertyBindingProperties collectionBindingProperties)
The information to bind the component property to data at runtime.
|
ComponentProperty |
ComponentProperty.withConcat(Collection<ComponentProperty> concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
ComponentProperty |
ComponentProperty.withConcat(ComponentProperty... concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
ComponentProperty |
ComponentProperty.withCondition(ComponentConditionProperty condition)
The conditional expression to use to assign a value to the component property..
|
ComponentProperty |
ComponentProperty.withConfigured(Boolean configured)
Specifies whether the user configured the property in Amplify Studio after importing it.
|
ComponentProperty |
ComponentProperty.withDefaultValue(String defaultValue)
The default value to assign to the component property.
|
ComponentProperty |
ComponentProperty.withEvent(String event)
An event that occurs in your app.
|
ComponentProperty |
ComponentProperty.withImportedValue(String importedValue)
The default value assigned to property when the component is imported into an app.
|
ComponentProperty |
ComponentProperty.withModel(String model)
The data model to use to assign a value to the component property.
|
ComponentProperty |
ComponentProperty.withType(String type)
The component type.
|
ComponentProperty |
ComponentProperty.withUserAttribute(String userAttribute)
An authenticated user attribute to use to assign a value to the component property.
|
ComponentProperty |
ComponentProperty.withValue(String value)
The value to assign to the component property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentProperty> |
ComponentProperty.getConcat()
A list of component properties to concatenate to create the value to assign to this component property.
|
Map<String,ComponentProperty> |
UpdateComponentData.getProperties()
Describes the component's properties.
|
Map<String,ComponentProperty> |
ComponentChild.getProperties()
Describes the properties of the child component.
|
Map<String,ComponentProperty> |
CreateComponentData.getProperties()
Describes the component's properties.
|
Map<String,ComponentProperty> |
Component.getProperties()
Describes the component's properties.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentData |
UpdateComponentData.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
ComponentChild |
ComponentChild.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
CreateComponentData |
CreateComponentData.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
Component |
Component.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
void |
ComponentConditionProperty.setElse(ComponentProperty elseValue)
The value to assign to the property if the condition is not met.
|
void |
ComponentConditionProperty.setThen(ComponentProperty then)
The value to assign to the property if the condition is met.
|
ComponentProperty |
ComponentProperty.withConcat(ComponentProperty... concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
ComponentConditionProperty |
ComponentConditionProperty.withElse(ComponentProperty elseValue)
The value to assign to the property if the condition is not met.
|
ComponentConditionProperty |
ComponentConditionProperty.withThen(ComponentProperty then)
The value to assign to the property if the condition is met.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentProperty.setConcat(Collection<ComponentProperty> concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
void |
UpdateComponentData.setProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
void |
ComponentChild.setProperties(Map<String,ComponentProperty> properties)
Describes the properties of the child component.
|
void |
CreateComponentData.setProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
void |
Component.setProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
ComponentProperty |
ComponentProperty.withConcat(Collection<ComponentProperty> concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
UpdateComponentData |
UpdateComponentData.withProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
ComponentChild |
ComponentChild.withProperties(Map<String,ComponentProperty> properties)
Describes the properties of the child component.
|
CreateComponentData |
CreateComponentData.withProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
Component |
Component.withProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
Copyright © 2022. All rights reserved.