Interface ComponentDefinition

All Known Implementing Classes:
DefaultComponentDefinition

public interface ComponentDefinition
Holds the config & data information of a component
Supported API: true

Extendable: false
  • Method Details

    • getComponentConfig

      ComponentConfig getComponentConfig()
      Returns the config information of the component

      Supported API: true
      Returns:
      ComponentConfig
    • getComponentData

      com.ptc.mvc.components.ComponentData getComponentData()
      Returns the data information of the component

      Supported API: true
      Returns:
      ComponentData
    • getComponentDefinition

      ComponentDefinition getComponentDefinition(String id)
      Returns the ComponentDefinition for the componentId

      Supported API: true
      Parameters:
      id -
      Returns:
      ComponentDefinition