| Package | Description |
|---|---|
| com.holonplatform.vaadin.components.builders | |
| com.holonplatform.vaadin.data |
| Modifier and Type | Method and Description |
|---|---|
VirtualPropertyColumnBuilder<T,I,P,C,B> |
VirtualPropertyColumnBuilder.sortGenerator(ItemDataSource.PropertySortGenerator<P> generator)
Set a
ItemDataSource.PropertySortGenerator to generate QuerySorts for this virtual property. |
B |
ItemListingBuilder.sortGenerator(P property,
ItemDataSource.PropertySortGenerator<P> generator)
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ItemDataSource.PropertySortGenerator<PROPERTY>> |
ItemDataSource.Configuration.getPropertySortGenerator(PROPERTY property)
Get the
ItemDataSource.PropertySortGenerator bound to given property, if any. |
| Modifier and Type | Method and Description |
|---|---|
ItemDataSource.Builder<ITEM,PROPERTY> |
ItemDataSource.Builder.withPropertySortGenerator(PROPERTY property,
ItemDataSource.PropertySortGenerator<PROPERTY> propertySortGenerator)
|
Copyright © 2019 The Holon Platform. All rights reserved.