Package com.ptc.mvc.components
Interface InfoComponentConfigFactory
- All Superinterfaces:
ComponentConfigFactory
A ComponentConfigFactory for InfoConfig component
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionapi to get the list of standard status glyph configs.api to get the list of standard version related configs.Methods inherited from interface com.ptc.mvc.components.ComponentConfigFactory
newAttributeConfig, newAttributeConfig, newAttributeConfig, newAttributePanelConfig, newAttributePanelConfig, newColumnConfig, newColumnConfig, newColumnConfig, newGroupConfig, newGroupConfig, newGroupConfig, newGroupConfig, newInfoConfig, newMiniInfoConfig, newMiniTableConfig, newPropertyConfig, newPropertyConfig, newTableConfig, newTreeConfig
-
Method Details
-
getStandardStatusConfigs
List<ComponentConfig> getStandardStatusConfigs()api to get the list of standard status glyph configs.
Supported API: true- Returns:
- List of ComponentConfig objects
-
getStandardVersionConfigs
List<ComponentConfig> getStandardVersionConfigs()api to get the list of standard version related configs.
Supported API: true- Returns:
- List of ComponentConfig objects
-