Class SortSettings.Labels
java.lang.Object
com.broadleafcommerce.search.api.domain.constants.SortSettings.Labels
- Enclosing class:
- SortSettings
Controls how sort options are displayed to the user.
-
Field Details
-
SINGLE
Use a single label for all sort options. This requires the consumer to distinguish between ascending and descending when displaying the label.- See Also:
-
PER_OPTION
Use separate label fields for ascending and descending sort options. This label should be displayed as-is for ascending/descending options.- See Also:
-