public class ConfigParameterCheckerDescriptor extends ItemCheckerDescriptor
Modifier and Type | Field and Description |
---|---|
protected I18nizableText |
_uiRefCategory
The configuration category of the checked parameter
|
protected I18nizableText |
_uiRefGroup
The configuration group of the checked parameter
|
protected String |
_uiRefParamPath
The path of the configuration parameter to attach this parameter parameter checker to
|
_concreteClass, _description, _id, _label, _largeIconPath, _linkedParamsPaths, _mediumIconPath, _parameterChecker, _smallIconPath, _uiRefLocation, _uiRefOrder
Constructor and Description |
---|
ConfigParameterCheckerDescriptor() |
Modifier and Type | Method and Description |
---|---|
I18nizableText |
getUiRefCategory()
Retrieves the text of the configuration category the parameter checker is attached to
|
I18nizableText |
getUiRefGroup()
Retrieves the text of the configuration group the parameter checker is attached to
|
String |
getUiRefParamId()
Retrieves the id of the parameter the parameter checker is attached to
|
void |
setUiRefCategory(I18nizableText uiRefCategory)
Sets the text of the configuration category the parameter checker is attached to
|
void |
setUiRefGroup(I18nizableText uiRefGroup)
Sets the text of the configuration group the parameter checker is attached to
|
void |
setUiRefParamPath(String uiRefParamPath)
Sets the path of the parameter the parameter checker is attached to
|
getConcreteClass, getDescription, getId, getLabel, getLargeIconPath, getLinkedParamsPaths, getMediumIconPath, getName, getParameterChecker, getSmallIconPath, getUiRefLocation, getUiRefOrder, setClass, setDescription, setId, setLabel, setLargeIconPath, setLinkedParamsPaths, setMediumIconPath, setName, setParameterChecker, setSmallIconPath, setUiRefLocation, setUiRefOrder, toJSON, toSAX
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
protected String _uiRefParamPath
protected I18nizableText _uiRefGroup
protected I18nizableText _uiRefCategory
public ConfigParameterCheckerDescriptor()
public String getUiRefParamId()
public void setUiRefParamPath(String uiRefParamPath)
uiRefParamPath
- the id of the parameterpublic I18nizableText getUiRefGroup()
public void setUiRefGroup(I18nizableText uiRefGroup)
uiRefGroup
- the text of the configuration grouppublic I18nizableText getUiRefCategory()
public void setUiRefCategory(I18nizableText uiRefCategory)
uiRefCategory
- the text of the configuration group