Interface SortingParameter
- All Superinterfaces:
RichPageParameter
Parameter for configuring sorting of items by the
Must be put inside the
fields()
Must be put inside the
DataSetParameter
using the DataSetParameter.Builder.add(String, RichPageParameter)
to work correctly.- Since:
- 3.9.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
Nested classes/interfaces inherited from interface com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter
RichPageParameter.Visuals
-
Method Summary
Methods inherited from interface com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter
label, visuals
-
Method Details
-
fields
-
asLuceneSortString
Can be used inDataSetAccessor.sort(String)
.- Returns:
- null when no sorting fields were selected by user.
-
set
- Returns:
- interface for setting parameter configuration which can be used inside
RichPageWidget.processParameterDependencies(RichPageWidgetDependenciesContext)
to change parameter configuration depending on values set by user in other parameters. - Throws:
UnsupportedOperationException
- if this parameter is a page parameter.- Since:
- 3.9.2
-