Uses of Class
com._1c.g5.aef2.standard.components.FieldComponent
-
Packages that use FieldComponent Package Description com._1c.g5.aef2.standard.components com._1c.g5.v8.dt.md.ui.wizards.base.aef -
-
Uses of FieldComponent in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return FieldComponent Modifier and Type Method Description FieldComponent
ContainerComponent. field(ILabeledParametrization parametrization)
Creates a newFieldComponent
and adds it to this component.FieldComponent
ContainerComponent. field(String labelText)
Creates a newFieldComponent
and adds it to this component. -
Uses of FieldComponent in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Methods in com._1c.g5.v8.dt.md.ui.wizards.base.aef that return FieldComponent Modifier and Type Method Description protected FieldComponent
NewWizardPageComponent. field(org.eclipse.emf.ecore.EStructuralFeature feature)
Creates aFieldComponent
by the givenEStructuralFeature
and adds to the component.
-