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 TypeMethodDescriptionbooleanList<de.xima.cmn.criteria.SortingCriterion>get()getKey()static QcmSortingCriterionstatic QcmSortingCriterionMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getKeyin interfaceIEntitySortingCriterion- Returns:
- unique key of the sorting criterion supplier. Usually the sorting keyword. Used for
Object.equals(Object).
-
equals
-