Package com.ptc.mvc.components
Enum Class ComponentBuilderType
- All Implemented Interfaces:
Serializable,Comparable<ComponentBuilderType>,Constable
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
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionComponentBuilder with both ComponentConfigBuilder and ComponentDataBuilder implementations
Supported API: trueComponentBuilder with ComponentConfigBuilder implementation only
Supported API: trueComponentBuilder with ComponentDataBuilder implementation only
Supported API: true -
Method Summary
-
Enum Constant Details
-
CONFIG_AND_DATA
ComponentBuilder with both ComponentConfigBuilder and ComponentDataBuilder implementations
Supported API: true -
CONFIG_ONLY
ComponentBuilder with ComponentConfigBuilder implementation only
Supported API: true -
DATA_ONLY
ComponentBuilder with ComponentDataBuilder implementation only
Supported API: true
-