Uses of Class
de.hybris.platform.cms2.enums.LinkTargets
-
Packages that use LinkTargets Package Description de.hybris.platform.cms2.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cms2.model.contents.components Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package.de.hybris.platform.cmsfacades.util.builder -
-
Uses of LinkTargets in de.hybris.platform.cms2.enums
Methods in de.hybris.platform.cms2.enums that return LinkTargets Modifier and Type Method Description static LinkTargetsLinkTargets. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LinkTargets[]LinkTargets. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LinkTargets in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return LinkTargets Modifier and Type Method Description LinkTargetsCMSLinkComponentModel. getTarget()Generated method - Getter of theCMSLinkComponent.targetattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents.components with parameters of type LinkTargets Modifier and Type Method Description voidCMSLinkComponentModel. setTarget(LinkTargets value)Generated method - Setter ofCMSLinkComponent.targetattribute defined at extensioncms2. -
Uses of LinkTargets in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type LinkTargets Modifier and Type Method Description LinkComponentModelBuilderLinkComponentModelBuilder. withTarget(LinkTargets target)
-