Interface JcaComponentConfig

All Superinterfaces:
ComponentConfig
All Known Implementing Classes:
AbstractJcaComponentConfig, AbstractJcaTableConfig, JcaColumnConfig, JcaInfoConfig, JcaMiniInfoConfig, JcaMiniTableConfig, JcaPropertyConfig, com.ptc.jca.mvc.components.JcaPropertyPanelConfig, JcaTableConfig, JcaTreeConfig

public interface JcaComponentConfig extends ComponentConfig
A component config that can create a ComponentDescriptor Supported API: true
Extendable: false
  • Method Details

    • setDescriptorProperty

      void setDescriptorProperty(Object key, Object value)
      Set a property that will be assigned to ComponentDescriptor instances that this config buildes Supported API: true
      Parameters:
      key - key of the descriptor property
      value - value of the descriptor property