| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
DataItem |
DataItem.clone() |
DataItem |
DataItem.withFormattedValue(String formattedValue)
The formatted value of the data.
|
DataItem |
DataItem.withOverrideFormat(Format overrideFormat)
The overrideFormat is optional and is specified only if a particular row of data has a different format for the
data than the default format defined on the screen or the table.
|
DataItem |
DataItem.withOverrideFormat(String overrideFormat)
The overrideFormat is optional and is specified only if a particular row of data has a different format for the
data than the default format defined on the screen or the table.
|
DataItem |
DataItem.withRawValue(String rawValue)
The raw value of the data.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataItem> |
ResultRow.getDataItems()
List of all the data cells in a row.
|
| Modifier and Type | Method and Description |
|---|---|
ResultRow |
ResultRow.withDataItems(DataItem... dataItems)
List of all the data cells in a row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultRow.setDataItems(Collection<DataItem> dataItems)
List of all the data cells in a row.
|
ResultRow |
ResultRow.withDataItems(Collection<DataItem> dataItems)
List of all the data cells in a row.
|
Copyright © 2023. All rights reserved.