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 booleantruewhen 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 onlySelectedElementstruewhen the sort scope is represented only by the selected elements. -
criteriaInfo
The criteria information array.
-
-
Constructor Details
-
SortCriteriaInformation
Constructor.- Parameters:
info- Array containing theCriterionInformationobjects which will be used to sort the element.onlySelectedEntries-trueif the scope of the sort is "Selected elements",falsefor "All elements".
-
-
Method Details