Uses of Enum Class
de.hybris.platform.cms2lib.enums.ProductListLayouts
Packages that use ProductListLayouts
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.cms2lib.components package.
-
Uses of ProductListLayouts in de.hybris.platform.cms2lib.enums
Methods in de.hybris.platform.cms2lib.enums that return ProductListLayoutsModifier and TypeMethodDescriptionstatic ProductListLayoutsReturns the enum constant of this class with the specified name.static ProductListLayouts[]ProductListLayouts.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProductListLayouts in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return ProductListLayoutsModifier and TypeMethodDescriptionProductListComponentModel.getLayout()Generated method - Getter of theProductListComponent.layoutattribute defined at extensioncms2lib.Methods in de.hybris.platform.cms2lib.model.components with parameters of type ProductListLayoutsModifier and TypeMethodDescriptionvoidProductListComponentModel.setLayout(ProductListLayouts value) Generated method - Setter ofProductListComponent.layoutattribute defined at extensioncms2lib.