| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders | |
| com.holonplatform.vaadin.flow.data |
| Modifier and Type | Method and Description |
|---|---|
default void |
ItemListing.sort(ItemSort<P>... sorts)
Sort the listing using given
ItemSort directives. |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemListing.sort(List<ItemSort<P>> sorts)
Sort the listing using given
ItemSort directives. |
| Modifier and Type | Method and Description |
|---|---|
C |
ItemListingConfigurator.ItemListingColumnConfigurator.sortProvider(Function<com.holonplatform.core.query.QuerySort.SortDirection,Stream<ItemSort<P>>> sortProvider)
Set the function to use to obtain the
ItemSorts to use when the column is user-sorted. |
C |
ItemListingConfigurator.sortProvider(P property,
Function<com.holonplatform.core.query.QuerySort.SortDirection,Stream<ItemSort<P>>> sortProvider)
Set the function to use to obtain the
ItemSorts to use when the column which corresponds to given
property is user-sorted. |
| Modifier and Type | Method and Description |
|---|---|
static <PROPERTY> ItemSort<PROPERTY> |
ItemSort.asc(PROPERTY property)
Create an ascending
ItemSort using given property. |
static <PROPERTY> ItemSort<PROPERTY> |
ItemSort.desc(PROPERTY property)
Create an descending
ItemSort using given property. |
static <PROPERTY> ItemSort<PROPERTY> |
ItemSort.of(PROPERTY property,
boolean ascending)
Create an
ItemSort using given property and sort direction. |
Copyright © 2019 The Holon Platform. All rights reserved.