Class SortCriteriaInformation
java.lang.Object
ro.sync.ecss.extensions.commons.sort.SortCriteriaInformation
Holds information about the sort criteria and scope.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal CriterionInformation[]
The criteria information array.final boolean
true
when the sort scope is represented only by the selected elements. -
Constructor Summary
ConstructorsConstructorDescriptionSortCriteriaInformation
(CriterionInformation[] info, boolean onlySelectedEntries) Constructor. -
Method Summary
-
Field Details
-
onlySelectedElements
public final boolean onlySelectedElementstrue
when the sort scope is represented only by the selected elements. -
criteriaInfo
The criteria information array.
-
-
Constructor Details
-
SortCriteriaInformation
Constructor.- Parameters:
info
- Array containing theCriterionInformation
objects which will be used to sort the element.onlySelectedEntries
-true
if the scope of the sort is "Selected elements",false
for "All elements".
-
-
Method Details