Enum Class ComponentBuilderType

java.lang.Object
java.lang.Enum<ComponentBuilderType>
com.ptc.mvc.components.ComponentBuilderType
All Implemented Interfaces:
Serializable, Comparable<ComponentBuilderType>, Constable

public enum ComponentBuilderType extends Enum<ComponentBuilderType>
Specifies what type of builder the @ComponentBuilder annotation is
CONFIG_AND_DATA - With both ComponentConfigBuilder and ComponentDataBuilder implementations
CONFIG_ONLY - With ComponentConfigBuilder implementation only
DATA_ONLY - With ComponentDataBuilder implementation only

Supported API: true

Extendable: false
See Also:
  • Enum Constant Details

    • CONFIG_AND_DATA

      public static final ComponentBuilderType CONFIG_AND_DATA
      ComponentBuilder with both ComponentConfigBuilder and ComponentDataBuilder implementations

      Supported API: true
    • CONFIG_ONLY

      public static final ComponentBuilderType CONFIG_ONLY
      ComponentBuilder with ComponentConfigBuilder implementation only

      Supported API: true
    • DATA_ONLY

      public static final ComponentBuilderType DATA_ONLY
      ComponentBuilder with ComponentDataBuilder implementation only

      Supported API: true