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, setLabelMethods inherited from class com._1c.g5.aef2.standard.definitions.AbstractDefinition
createComponent, equals, getComponentClass, getConstructor, getId, getLayoutData, getParametrization, getParent, hashCode, setComponentClass, setComponentFactory, setLayoutData, setModelFactory, setParameterization, setParentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponentMethods 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:IStringIdFieldDefinitionReturns the field string identifier.- Specified by:
getStringIdin interfaceIStringIdFieldDefinition- Returns:
- the field string identifier, never
null.
-