Uses of Class
com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
-
Packages that use AttributeChoiceValue Package Description com.broadleafcommerce.cartoperation.domain -
-
Uses of AttributeChoiceValue in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type AttributeChoiceValue Modifier and Type Method Description List<AttributeChoiceValue>
AttributeChoice. getAllowedValues()
Gives the customer more structured input to fill out their option, which can drive a select field or a color picker with particular colors.Method parameters in com.broadleafcommerce.cartoperation.domain with type arguments of type AttributeChoiceValue Modifier and Type Method Description void
AttributeChoice. setAllowedValues(List<AttributeChoiceValue> allowedValues)
Gives the customer more structured input to fill out their option, which can drive a select field or a color picker with particular colors.
-