Uses of Enum Class
de.hybris.platform.cms2.enums.ThumbnailSelectorOptions
Packages that use ThumbnailSelectorOptions
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.cms2.jalo.contents.components package.
-
Uses of ThumbnailSelectorOptions in de.hybris.platform.cms2.enums
Methods in de.hybris.platform.cms2.enums that return ThumbnailSelectorOptionsModifier and TypeMethodDescriptionstatic ThumbnailSelectorOptionsReturns the enum constant of this class with the specified name.static ThumbnailSelectorOptions[]ThumbnailSelectorOptions.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ThumbnailSelectorOptions in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return ThumbnailSelectorOptionsModifier and TypeMethodDescriptionVideoComponentModel.getThumbnailSelector()Generated method - Getter of theVideoComponent.thumbnailSelectorattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents.components with parameters of type ThumbnailSelectorOptionsModifier and TypeMethodDescriptionvoidVideoComponentModel.setThumbnailSelector(ThumbnailSelectorOptions value) Generated method - Setter ofVideoComponent.thumbnailSelectorattribute defined at extensioncms2.