public class TextFieldConfiguratorSettingModel extends AbstractConfiguratorSettingModel
TextField Configurator that contains additional attribute describing text field configuration.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
TEXTFIELDDEFAULTVALUE
Generated constant - Attribute key of
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices. |
static String |
TEXTFIELDLABEL
Generated constant - Attribute key of
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices. |
_CONFIGURATIONCATEGORY2CONFIGURATORSETTINGSRELATION, CATALOGVERSION, CONFIGURATIONCATEGORY, CONFIGURATIONCATEGORYPOS, CONFIGURATORTYPE, ID, QUALIFIER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
TextFieldConfiguratorSettingModel()
Generated constructor - Default constructor for generic creation.
|
TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion,
ConfigurationCategoryModel _configurationCategory,
ConfiguratorType _configuratorType,
String _id,
ItemModel _owner,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion,
ConfigurationCategoryModel _configurationCategory,
ConfiguratorType _configuratorType,
String _id,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
TextFieldConfiguratorSettingModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTextFieldDefaultValue()
Generated method - Getter of the
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices. |
String |
getTextFieldDefaultValue(Locale loc)
Generated method - Getter of the
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices. |
String |
getTextFieldLabel()
Generated method - Getter of the
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices. |
String |
getTextFieldLabel(Locale loc)
Generated method - Getter of the
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices. |
void |
setTextFieldDefaultValue(String value)
Generated method - Setter of
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices. |
void |
setTextFieldDefaultValue(String value,
Locale loc)
Generated method - Setter of
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices. |
void |
setTextFieldLabel(String value)
Generated method - Setter of
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices. |
void |
setTextFieldLabel(String value,
Locale loc)
Generated method - Setter of
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices. |
getCatalogVersion, getConfigurationCategory, getConfiguratorType, getId, getQualifier, setCatalogVersion, setConfigurationCategory, setConfiguratorType, setId, setQualifiergetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String TEXTFIELDLABEL
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.public static final String TEXTFIELDDEFAULTVALUE
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.public TextFieldConfiguratorSettingModel()
public TextFieldConfiguratorSettingModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, String _id, String _qualifier)
_catalogVersion - initial attribute declared by type AbstractConfiguratorSetting at extension catalog_configurationCategory - initial attribute declared by type AbstractConfiguratorSetting at extension catalog_configuratorType - initial attribute declared by type AbstractConfiguratorSetting at extension catalog_id - initial attribute declared by type AbstractConfiguratorSetting at extension catalog_qualifier - initial attribute declared by type AbstractConfiguratorSetting at extension catalog@Deprecated public TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion, ConfigurationCategoryModel _configurationCategory, ConfiguratorType _configuratorType, String _id, ItemModel _owner, String _qualifier)
_catalogVersion - initial attribute declared by type AbstractConfiguratorSetting at extension catalog_configurationCategory - initial attribute declared by type AbstractConfiguratorSetting at extension catalog_configuratorType - initial attribute declared by type AbstractConfiguratorSetting at extension catalog_id - initial attribute declared by type AbstractConfiguratorSetting at extension catalog_owner - initial attribute declared by type Item at extension core_qualifier - initial attribute declared by type AbstractConfiguratorSetting at extension catalog@Accessor(qualifier="textFieldDefaultValue", type=GETTER) public String getTextFieldDefaultValue()
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.@Accessor(qualifier="textFieldDefaultValue", type=GETTER) public String getTextFieldDefaultValue(Locale loc)
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="textFieldLabel", type=GETTER) public String getTextFieldLabel()
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.@Accessor(qualifier="textFieldLabel", type=GETTER) public String getTextFieldLabel(Locale loc)
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="textFieldDefaultValue", type=SETTER) public void setTextFieldDefaultValue(String value)
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.value - the textFieldDefaultValue - Default value of the text field@Accessor(qualifier="textFieldDefaultValue", type=SETTER) public void setTextFieldDefaultValue(String value, Locale loc)
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.value - the textFieldDefaultValue - Default value of the text fieldloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="textFieldLabel", type=SETTER) public void setTextFieldLabel(String value)
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.value - the textFieldLabel - Label of the text field@Accessor(qualifier="textFieldLabel", type=SETTER) public void setTextFieldLabel(String value, Locale loc)
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.value - the textFieldLabel - Label of the text fieldloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.