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>>
public class QcmSortingCriterion extends Object implements IQcmEntitySortingCriterion
Default sorting criterion.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
List<de.xima.cmn.criteria.SortingCriterion>
get()
String
getKey()
static QcmSortingCriterion
of(String key, de.xima.cmn.criteria.SortingCriterion sorting)
static QcmSortingCriterion
of(String key, List<de.xima.cmn.criteria.SortingCriterion> sortings)
-
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 Detail
-
of
public static QcmSortingCriterion of(String key, de.xima.cmn.criteria.SortingCriterion sorting)
-
of
public static QcmSortingCriterion of(String key, List<de.xima.cmn.criteria.SortingCriterion> sortings)
-
get
public List<de.xima.cmn.criteria.SortingCriterion> get()
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceIEntitySortingCriterion
- Returns:
- unique key of the sorting criterion supplier. Usually the sorting keyword. Used for
Object.equals(Object)
.
-
-