Interface ComponentDescriptor
- All Superinterfaces:
ComponentContext
Provides a reusable description of a UI component. The optional
Supported API: true
Extendable: false
mainType property can bind this UI
component to a particular object type, but this is not required.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetProperty(Object key, Object value) Set the property mapping in the underlying property map.Methods inherited from interface com.ptc.core.components.descriptor.ComponentContext
getDescriptorMode, getDescriptorType
-
Method Details
-
setProperty
Set the property mapping in the underlying property map. If the map doesn't exist yet, then it is automatically created.
Supported API: true- Parameters:
key- The key for the mappingvalue- The value of the mapping- Throws:
WTException- If the mapping can't be made
-