Package com.ptc.jca.mvc.components
Class AbstractJcaComponentConfig
java.lang.Object
com.ptc.jca.mvc.components.AbstractJcaComponentConfig
- All Implemented Interfaces:
JcaComponentConfig,ComponentConfig,Serializable,Cloneable
- Direct Known Subclasses:
AbstractJcaTableConfig,JcaPropertyConfig
public abstract class AbstractJcaComponentConfig
extends Object
implements JcaComponentConfig, Serializable, Cloneable
- See Also:
-
Method Summary
Modifier and TypeMethodDescription
Supported API: truefinal StringgetLabel()Get the localized label for this component.final voidsetComponentMode(ComponentMode componentMode) final voidsetComponentType(ComponentType componentType)
Supported API: truefinal voidsetDescriptorProperty(Object key, Object value) For detailed description check:JcaComponentConfig.setDescriptorProperty(Object, Object)
Supported API: truefinal void
-
Method Details
-
getComponents
Supported API: true- Specified by:
getComponentsin interfaceComponentConfig- Returns:
- List
-
setDescriptorProperty
For detailed description check:JcaComponentConfig.setDescriptorProperty(Object, Object)
Supported API: true- Specified by:
setDescriptorPropertyin interfaceJcaComponentConfig- Parameters:
key- key of the descriptor propertyvalue- value of the descriptor property
-
setComponentMode
- Specified by:
setComponentModein interfaceComponentConfig- Parameters:
componentMode-
-
setComponentType
Supported API: true- Specified by:
setComponentTypein interfaceComponentConfig- Parameters:
componentType-
-
getLabel
Get the localized label for this component.
Supported API: true- Specified by:
getLabelin interfaceComponentConfig- Returns:
- String
-
setLabel
- Specified by:
setLabelin interfaceComponentConfig- Parameters:
label-
-