public class ConfigParameterDefinitionParser extends CategorizedElementDefinitionParser
_modelItemTypeExtensionPoint
Constructor and Description |
---|
ConfigParameterDefinitionParser(ConfigParameterTypeExtensionPoint configParameterTypeExtensionPoint,
ThreadSafeComponentManager<Enumerator> enumeratorManager,
ThreadSafeComponentManager<Validator> validatorManager)
Creates a configuration parameter definition parser.
|
Modifier and Type | Method and Description |
---|---|
protected String |
_getNameConfigurationAttribute()
Retrieves the name of the configuration attribute that contains the name of the model item
|
_createModelItem, _parseDefaultValue, parse
_parseAndSetEnumerator, _parseAndSetValidator, _parseDisableConditions, _parseMultiple, _parseWidget, _parseWidgetParameters, lookupComponents
_parseI18nizableText, _parseName, _parseType
public ConfigParameterDefinitionParser(ConfigParameterTypeExtensionPoint configParameterTypeExtensionPoint, ThreadSafeComponentManager<Enumerator> enumeratorManager, ThreadSafeComponentManager<Validator> validatorManager)
configParameterTypeExtensionPoint
- the extension point to use to get available element typesenumeratorManager
- the enumerator component manager.validatorManager
- the validator component manager.protected String _getNameConfigurationAttribute()
AbstractModelItemParser
_getNameConfigurationAttribute
in class AbstractModelItemParser