| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FormInputValueProperty |
FormInputValueProperty.clone() |
FormInputValueProperty |
ValueMapping.getDisplayValue()
The value to display for the complex object.
|
FormInputValueProperty |
ValueMapping.getValue()
The complex object.
|
FormInputValueProperty |
FormInputValueProperty.withBindingProperties(FormInputValuePropertyBindingProperties bindingProperties)
The information to bind fields to data at runtime.
|
FormInputValueProperty |
FormInputValueProperty.withConcat(Collection<FormInputValueProperty> concat)
A list of form properties to concatenate to create the value to assign to this field property.
|
FormInputValueProperty |
FormInputValueProperty.withConcat(FormInputValueProperty... concat)
A list of form properties to concatenate to create the value to assign to this field property.
|
FormInputValueProperty |
FormInputValueProperty.withValue(String value)
The value to assign to the input field.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormInputValueProperty> |
FormInputValueProperty.getConcat()
A list of form properties to concatenate to create the value to assign to this field property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValueMapping.setDisplayValue(FormInputValueProperty displayValue)
The value to display for the complex object.
|
void |
ValueMapping.setValue(FormInputValueProperty value)
The complex object.
|
FormInputValueProperty |
FormInputValueProperty.withConcat(FormInputValueProperty... concat)
A list of form properties to concatenate to create the value to assign to this field property.
|
ValueMapping |
ValueMapping.withDisplayValue(FormInputValueProperty displayValue)
The value to display for the complex object.
|
ValueMapping |
ValueMapping.withValue(FormInputValueProperty value)
The complex object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormInputValueProperty.setConcat(Collection<FormInputValueProperty> concat)
A list of form properties to concatenate to create the value to assign to this field property.
|
FormInputValueProperty |
FormInputValueProperty.withConcat(Collection<FormInputValueProperty> concat)
A list of form properties to concatenate to create the value to assign to this field property.
|
Copyright © 2024. All rights reserved.