Class QcmSortingCriterion
java.lang.Object
de.xima.fc.gui.model.data.sorting.QcmSortingCriterion
- All Implemented Interfaces:
IEntitySortingCriterion
,IQcmEntitySortingCriterion
,Serializable
,Supplier<List<de.xima.cmn.criteria.SortingCriterion>>
Default sorting criterion.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
List<de.xima.cmn.criteria.SortingCriterion>
get()
getKey()
static QcmSortingCriterion
static QcmSortingCriterion
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.gui.interfaces.data.sort.IEntitySortingCriterion
getKey
-
Method Details
-
of
-
of
public static QcmSortingCriterion of(String key, List<de.xima.cmn.criteria.SortingCriterion> sortings) -
get
-
getKey
- Specified by:
getKey
in interfaceIEntitySortingCriterion
- Returns:
- unique key of the sorting criterion supplier. Usually the sorting keyword. Used for
Object.equals(Object)
.
-
equals
-