| Package | Description |
|---|---|
| com.liferay.faces.util.model |
Copyright (c) 2000-2020 Liferay, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortCriterion> |
OnDemandDataModel.getSortCriteria() |
List<SortCriterion> |
Sortable.getSortCriteria() |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<E> |
OnDemandDataModel.findRows(int startRow,
int finishRow,
List<SortCriterion> sortCritieria)
Returns a list of rows that is a subset of the entire list of rows.
|
void |
OnDemandDataModel.setSortCriteria(List<SortCriterion> sortCriteria) |
void |
Sortable.setSortCriteria(List<SortCriterion> sortCriteria) |
Copyright © 2020 Liferay, Inc.. All rights reserved.