public class TextFieldConfiguratorSettingModel extends AbstractConfiguratorSettingModel
TextField Configurator that contains additional attribute describing text field configuration.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
TEXTFIELDDEFAULTVALUE
Generated constant - Attribute key of
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices. |
static java.lang.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, PK, SEALEDLANGUAGE_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,
java.lang.String _id,
ItemModel _owner,
java.lang.String _qualifier)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
TextFieldConfiguratorSettingModel(CatalogVersionModel _catalogVersion,
ConfigurationCategoryModel _configurationCategory,
ConfiguratorType _configuratorType,
java.lang.String _id,
java.lang.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 |
|---|---|
java.lang.String |
getTextFieldDefaultValue()
Generated method - Getter of the
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices. |
java.lang.String |
getTextFieldDefaultValue(java.util.Locale loc)
Generated method - Getter of the
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices. |
java.lang.String |
getTextFieldLabel()
Generated method - Getter of the
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices. |
java.lang.String |
getTextFieldLabel(java.util.Locale loc)
Generated method - Getter of the
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices. |
void |
setTextFieldDefaultValue(java.lang.String value)
Generated method - Setter of
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices. |
void |
setTextFieldDefaultValue(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices. |
void |
setTextFieldLabel(java.lang.String value)
Generated method - Setter of
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices. |
void |
setTextFieldLabel(java.lang.String value,
java.util.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, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String TEXTFIELDLABEL
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.public static final java.lang.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, java.lang.String _id, java.lang.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, java.lang.String _id, ItemModel _owner, java.lang.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 java.lang.String getTextFieldDefaultValue()
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.@Accessor(qualifier="textFieldDefaultValue", type=GETTER) public java.lang.String getTextFieldDefaultValue(java.util.Locale loc)
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="textFieldLabel", type=GETTER) public java.lang.String getTextFieldLabel()
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.@Accessor(qualifier="textFieldLabel", type=GETTER) public java.lang.String getTextFieldLabel(java.util.Locale loc)
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="textFieldDefaultValue", type=SETTER) public void setTextFieldDefaultValue(java.lang.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(java.lang.String value, java.util.Locale loc)
TextFieldConfiguratorSetting.textFieldDefaultValue attribute defined at extension textfieldconfiguratortemplateservices.value - the textFieldDefaultValue - Default value of the text fieldloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="textFieldLabel", type=SETTER) public void setTextFieldLabel(java.lang.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(java.lang.String value, java.util.Locale loc)
TextFieldConfiguratorSetting.textFieldLabel attribute defined at extension textfieldconfiguratortemplateservices.value - the textFieldLabel - Label of the text fieldloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2018 SAP SE. All Rights Reserved.