Class DynamicSupportedFieldType

java.lang.Object
org.broadleafcommerce.common.presentation.client.DynamicSupportedFieldType
All Implemented Interfaces:
Serializable, BroadleafEnumerationType

public class DynamicSupportedFieldType extends Object implements Serializable, BroadleafEnumerationType
This extensible enumeration controls the field types that are available for users to choose from when creating FieldDefinitions in the admin tool. This list should be a strict subset of SupportedFieldType and will throw an exception if a non-matching type is added.
Author:
Andre Azzolini (apazzolini)
See Also: