| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components | |
| com.holonplatform.vaadin7.data |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemListing.sort(ItemDataSource.ItemSort<P>... sorts)
Sort the listing using given
ItemDataSource.ItemSort directives. |
| Modifier and Type | Method and Description |
|---|---|
static <PROPERTY> ItemDataSource.ItemSort<PROPERTY> |
ItemDataSource.ItemSort.asc(PROPERTY property)
Create an ascending
ItemDataSource.ItemSort using given property. |
static <PROPERTY> ItemDataSource.ItemSort<PROPERTY> |
ItemDataSource.ItemSort.desc(PROPERTY property)
Create an descending
ItemDataSource.ItemSort using given property. |
static <PROPERTY> ItemDataSource.ItemSort<PROPERTY> |
ItemDataSource.ItemSort.of(PROPERTY property,
boolean ascending)
Create an
ItemDataSource.ItemSort using given property and sort direction. |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemDataSource.sort(ItemDataSource.ItemSort<PROPERTY>... sorts)
Sort the data source items using given
ItemDataSource.ItemSort directives. |
Copyright © 2019 The Holon Platform. All rights reserved.