@FunctionalInterface public static interface ItemDataSource.PropertySortGenerator<PROPERTY> extends Serializable
QuerySort generator to provide query sorts for an item property.| Modifier and Type | Method and Description |
|---|---|
com.holonplatform.core.query.QuerySort |
getQuerySort(PROPERTY property,
boolean ascending)
Get the
QuerySort to use for given property with specified sort direction. |
com.holonplatform.core.query.QuerySort getQuerySort(PROPERTY property, boolean ascending)
QuerySort to use for given property with specified sort direction.property - Property to sortascending - Sort directionCopyright © 2019 The Holon Platform. All rights reserved.