Class DropdownComponentTypeAttributePopulator

java.lang.Object
de.hybris.platform.cmsfacades.types.populator.DropdownComponentTypeAttributePopulator
All Implemented Interfaces:
Populator<AttributeDescriptorModel,ComponentTypeAttributeData>

public class DropdownComponentTypeAttributePopulator extends Object implements Populator<AttributeDescriptorModel,ComponentTypeAttributeData>
Populator aimed at setting all necessary information for the receiving end to build a dropdown widget:
  • identifies the cmsStructureType as EDITABLE_DROPDOWN
  • marks the dropdown to be paged by default
  • marks the dropdown to be a multi select if the proeprty getter is a Collection