Package com.ptc.mvc.components
Interface ComponentDefinition
- All Known Implementing Classes:
DefaultComponentDefinition
public interface ComponentDefinition
Holds the config & data information of a component
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionReturns the config information of the component
Supported API: truecom.ptc.mvc.components.ComponentDataReturns the data information of the component
Supported API: trueReturns the ComponentDefinition for the componentId
Supported API: true
-
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
Returns the ComponentDefinition for the componentId
Supported API: true- Parameters:
id-- Returns:
- ComponentDefinition
-