Class StringFieldDefinition
java.lang.Object
com._1c.g5.aef2.standard.definitions.AbstractDefinition
com._1c.g5.aef2.standard.definitions.LabeledDefinition
com._1c.g5.aef2.standard.definitions.StringFieldDefinition
- All Implemented Interfaces:
IComponentFactory
,IDefinition
,ILabeledDefinition
,IStringIdFieldDefinition
The
IStringIdFieldDefinition
implementation.-
Constructor Summary
ConstructorsConstructorDescriptionStringFieldDefinition
(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, String stringIdentifier) Creates a new definition. -
Method Summary
Methods inherited from class com._1c.g5.aef2.standard.definitions.LabeledDefinition
getLabel, setLabel
Methods inherited from class com._1c.g5.aef2.standard.definitions.AbstractDefinition
createComponent, equals, getComponentClass, getConstructor, getId, getLayoutData, getParametrization, getParent, hashCode, setComponentClass, setComponentFactory, setLayoutData, setModelFactory, setParameterization, setParent
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponent
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinition
getComponentClass, getId, getLayoutData, getParametrization, getParent
-
Constructor Details
-
StringFieldDefinition
public StringFieldDefinition(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, String stringIdentifier) Creates a new definition.- Parameters:
componentClass
- the class of the component, cannot benull
.parameterization
- the parameterization, cannot benull
.label
- the label, cannot benull
.stringIdentifier
- the string identifier, cannot benull
.
-
-
Method Details
-
getStringId
Description copied from interface:IStringIdFieldDefinition
Returns the field string identifier.- Specified by:
getStringId
in interfaceIStringIdFieldDefinition
- Returns:
- the field string identifier, never
null
.
-