Uses of Class
com.funnelback.publicui.search.model.transaction.facet.FacetDisplayType
-
Packages that use FacetDisplayType Package Description com.funnelback.publicui.search.model.transaction Provides classes used for a search transaction, from the input parameters to the search results.com.funnelback.publicui.search.model.transaction.facet -
-
Uses of FacetDisplayType in com.funnelback.publicui.search.model.transaction
Fields in com.funnelback.publicui.search.model.transaction declared as FacetDisplayType Modifier and Type Field Description private @NotNull @NonNull FacetDisplayType
Facet. guessedDisplayType
The guessed type of the facet based on its configuration.Methods in com.funnelback.publicui.search.model.transaction that return FacetDisplayType Modifier and Type Method Description @NonNull FacetDisplayType
Facet. getGuessedDisplayType()
The guessed type of the facet based on its configuration.Constructors in com.funnelback.publicui.search.model.transaction with parameters of type FacetDisplayType Constructor Description Facet(String name, String unselectAllUrl, @NonNull FacetSelectionType selectionType, @NonNull FacetConstraintJoin constraintJoin, @NonNull List<FacetValuesOrder> order, @NonNull FacetValues facetValues, @NonNull FacetDisplayType guessedDisplayType, Comparator<Facet.CategoryValue> customComparator)
-
Uses of FacetDisplayType in com.funnelback.publicui.search.model.transaction.facet
Methods in com.funnelback.publicui.search.model.transaction.facet that return FacetDisplayType Modifier and Type Method Description static FacetDisplayType
FacetDisplayType. getType(FacetSelectionType selectionType, FacetConstraintJoin constraintJoin, FacetValues values)
static FacetDisplayType
FacetDisplayType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FacetDisplayType[]
FacetDisplayType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-