Uses of Class
com.broadleafcommerce.cartoperation.domain.AttributeChoiceValue
Packages that use AttributeChoiceValue
-
Uses of AttributeChoiceValue in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type AttributeChoiceValueModifier and TypeMethodDescriptionAttributeChoice.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 AttributeChoiceValueModifier and TypeMethodDescriptionvoid
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.