| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
SortProperty |
SortProperty.clone() |
SortProperty |
SortProperty.withDirection(SortDirection direction)
The direction of the sort, either ascending or descending.
|
SortProperty |
SortProperty.withDirection(String direction)
The direction of the sort, either ascending or descending.
|
SortProperty |
SortProperty.withField(String field)
The field to perform the sort on.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortProperty> |
ComponentDataConfiguration.getSort()
Describes how to sort the component's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentDataConfiguration |
ComponentDataConfiguration.withSort(SortProperty... sort)
Describes how to sort the component's properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDataConfiguration.setSort(Collection<SortProperty> sort)
Describes how to sort the component's properties.
|
ComponentDataConfiguration |
ComponentDataConfiguration.withSort(Collection<SortProperty> sort)
Describes how to sort the component's properties.
|
Copyright © 2024. All rights reserved.