Uses of Enum Class
com.hp.lft.sdk.sap.ui5.FacetFilterMode
Packages that use FacetFilterMode
-
Uses of FacetFilterMode in com.hp.lft.sdk.sap.ui5
Methods in com.hp.lft.sdk.sap.ui5 that return FacetFilterModeModifier and TypeMethodDescriptionFacetFilter.getMode()
Returns the visual design of the facet filter.FacetFilterDescription.getMode()
Returns the visual mode of the facet filter.static FacetFilterMode
Returns the enum constant of this class with the specified name.static FacetFilterMode[]
FacetFilterMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.sap.ui5 with parameters of type FacetFilterModeModifier and TypeMethodDescriptionFacetFilterDescription.Init.mode
(FacetFilterMode mode) Initializes the visual mode of the facet filter.void
FacetFilterDescription.setMode
(FacetFilterMode mode) Sets the visual mode of the facet filter.