Uses of Class
com.hybris.merchandising.enums.ScrollType
-
Packages that use ScrollType Package Description com.hybris.merchandising.addon.model Contains generated models for each type of com.hybris.merchandising.addon.jalo package.com.hybris.merchandising.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package. -
-
Uses of ScrollType in com.hybris.merchandising.addon.model
Methods in com.hybris.merchandising.addon.model that return ScrollType Modifier and Type Method Description ScrollTypeMerchandisingCarouselComponentModel. getScroll()Generated method - Getter of theMerchandisingCarouselComponent.scrollattribute defined at extensionmerchandisingaddon.Methods in com.hybris.merchandising.addon.model with parameters of type ScrollType Modifier and Type Method Description voidMerchandisingCarouselComponentModel. setScroll(ScrollType value)Generated method - Setter ofMerchandisingCarouselComponent.scrollattribute defined at extensionmerchandisingaddon. -
Uses of ScrollType in com.hybris.merchandising.enums
Methods in com.hybris.merchandising.enums that return ScrollType Modifier and Type Method Description static ScrollTypeScrollType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScrollType[]ScrollType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-