Uses of Class
de.hybris.platform.cms2lib.enums.CarouselScroll
-
Packages that use CarouselScroll Package Description de.hybris.platform.cms2lib.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cms2lib.model.components Contains generated models for each type of de.hybris.platform.cms2lib.components package. -
-
Uses of CarouselScroll in de.hybris.platform.cms2lib.enums
Methods in de.hybris.platform.cms2lib.enums that return CarouselScroll Modifier and Type Method Description static CarouselScrollCarouselScroll. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CarouselScroll[]CarouselScroll. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CarouselScroll in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return CarouselScroll Modifier and Type Method Description CarouselScrollProductCarouselComponentModel. getScroll()Generated method - Getter of theProductCarouselComponent.scrollattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type CarouselScroll Modifier and Type Method Description voidProductCarouselComponentModel. setScroll(CarouselScroll value)Generated method - Setter ofProductCarouselComponent.scrollattribute defined at extensioncms2lib.
-