Uses of Interface
nl.gx.webmanager.cms.presentation.PresentationVariantPropertyValue
-
Packages that use PresentationVariantPropertyValue Package Description nl.gx.webmanager.cms.presentation This package contains interfaces for the presentation of objects. -
-
Uses of PresentationVariantPropertyValue in nl.gx.webmanager.cms.presentation
Methods in nl.gx.webmanager.cms.presentation that return PresentationVariantPropertyValue Modifier and Type Method Description PresentationVariantPropertyValue
PresentationVariant. setPropertyValue(PresentationVariantPropertyDefinition definition, String name, String value)
Appends a property value to this variant for the specified definition.Methods in nl.gx.webmanager.cms.presentation that return types with arguments of type PresentationVariantPropertyValue Modifier and Type Method Description List<PresentationVariantPropertyValue>
PresentationVariant. getPropertyValues()
Returns the list of all property values assigned to this presentation variant.
-