Uses of Interface
com._1c.g5.aef2.models.value.IValue
-
-
Uses of IValue in com._1c.g5.aef2.emf.models
Classes in com._1c.g5.aef2.emf.models that implement IValue Modifier and Type Class Description class
EmfValue<T>
Represents a EMF value. -
Uses of IValue in com._1c.g5.aef2.models.pojo
Classes in com._1c.g5.aef2.models.pojo that implement IValue Modifier and Type Class Description class
PojoValue<T>
POJO value model implementation. -
Uses of IValue in com._1c.g5.aef2.models.value
Subinterfaces of IValue in com._1c.g5.aef2.models.value Modifier and Type Interface Description interface
IEmfValueAttribute<T,O extends org.eclipse.emf.ecore.EObject>
TheIValue
that works with attribute.Classes in com._1c.g5.aef2.models.value that implement IValue Modifier and Type Class Description class
Value<T>
BaseIValue
implementation.class
ValueWorkingCopy<T>
Value working copy – editable proxy buffer for another value.Methods in com._1c.g5.aef2.models.value that return IValue Modifier and Type Method Description IValue<T>
IValue. createWorkingCopy()
protected IValue<T>
ValueWorkingCopy. getOriginalModel()
Returns the original value model.Methods in com._1c.g5.aef2.models.value with parameters of type IValue Modifier and Type Method Description void
IValueListener. valueChanged(IValue<T> value, ChangeOrigin changeOrigin)
Invoked when the value is changed.void
ValueListener. valueChanged(IValue<T> value, ChangeOrigin changeOrigin)
Constructors in com._1c.g5.aef2.models.value with parameters of type IValue Constructor Description ValueWorkingCopy(IValue<T> original)
Instantiates a new value working copy. -
Uses of IValue in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return IValue Modifier and Type Method Description protected <DMR,VMR>
IValue<VMR>StandardComponent. bindValue(IValue<DMR> modelValue, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature viewModelFeature)
Binds model value and view model feature together.protected <DMR,VMR>
IValue<VMR>StandardComponent. bindValue(IValue<DMR> modelValue, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature viewModelFeature, IMapper<DMR,VMR> mapper)
Binds model value and view model feature together.Methods in com._1c.g5.aef2.standard.components with parameters of type IValue Modifier and Type Method Description protected <DMR,VMR>
IValue<VMR>StandardComponent. bindValue(IValue<DMR> modelValue, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature viewModelFeature)
Binds model value and view model feature together.protected <DMR,VMR>
IValue<VMR>StandardComponent. bindValue(IValue<DMR> modelValue, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature viewModelFeature, IMapper<DMR,VMR> mapper)
Binds model value and view model feature together.CheckBoxComponent
ContainerComponent. checkBox(IValue<Boolean> value)
Creates a newCheckBoxComponent
, sets the given model and adds it to this component.CheckBoxComponent
ContainerComponent. checkBox(IValue<Boolean> value, ILabeledParametrization parameterization)
Creates a newCheckBoxComponent
, sets the given model and adds it to this component.<T> ComboComponent<T>
ContainerComponent. combo(IValue<T> item, Collection<T> items)
Creates a newComboComponent
, sets the given model and adds it to this component.SpinnerComponent
ContainerComponent. spinner(IValue<Integer> value, int min, int max)
Creates a newSpinnerComponent
, sets the given model and adds it to this component.TextComponent
ContainerComponent. text(IValue<String> text)
Creates a newTextComponent
, sets the given model and adds it to this component. -
Uses of IValue in com._1c.g5.aef2.standard.models
Subinterfaces of IValue in com._1c.g5.aef2.standard.models Modifier and Type Interface Description interface
IViewModelValue<T>
TheIViewModelModel
contract forIValue
model type.Classes in com._1c.g5.aef2.standard.models that implement IValue Modifier and Type Class Description class
ViewModelValue<T>
The special model implementation forIViewModel
. -
Uses of IValue in com._1c.g5.v8.dt.addin.ui.aef
Subinterfaces of IValue in com._1c.g5.v8.dt.addin.ui.aef Modifier and Type Interface Description interface
IAddInModel
Addin ui modelClasses in com._1c.g5.v8.dt.addin.ui.aef that implement IValue Modifier and Type Class Description class
AddInModel
The bm value model implementation forIAddInModel
-
Uses of IValue in com._1c.g5.v8.dt.aef2.bm.models
Classes in com._1c.g5.v8.dt.aef2.bm.models that implement IValue Modifier and Type Class Description class
BmInlineTaskValue<T>
A BM value with a supplier of customIBmTask
.class
BmSkipNullValue<T>
RepresentsBmValue
which avoids setting ofnull
values to the model.class
BmValue<T>
Represents a BM object feature value. -
Uses of IValue in com._1c.g5.v8.dt.bp.scheme.ui.aef.components
Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.components with parameters of type IValue Modifier and Type Method Description protected void
HandlerSelectionComponent. bindViewModelText(IValue<String> model, EditableComboViewModel viewModel)
-
Uses of IValue in com._1c.g5.v8.dt.bp.scheme.ui.aef.models
Subinterfaces of IValue in com._1c.g5.v8.dt.bp.scheme.ui.aef.models Modifier and Type Interface Description interface
IAddressingAttributeModel
Model for single addressing attribute.interface
IGraphicalSchemeLineModel
Interface for graphical scheme line model.interface
IGraphicalSchemeValue<TValue,TSelection extends org.eclipse.emf.ecore.EObject>
The value model for graphical scheme bundlesinterface
IHandlerModel<T extends org.eclipse.emf.ecore.EObject>
The single handler model.Classes in com._1c.g5.v8.dt.bp.scheme.ui.aef.models that implement IValue Modifier and Type Class Description class
AddressingAttributeModel
Implementation ofIAddressingAttributeModel
.class
BmGraphicalSchemeLineModel
Graphical scheme line model.class
EventHandlerModel
Model for addressing event handler selection component.class
GraphicalSchemeCaseValue
class
GraphicalSchemeItemValue
BmValue
implementation forGraphicalSchemeItem
name.Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.models that return IValue Modifier and Type Method Description IValue<GraphicalSchemeLineType>
BmGraphicalSchemeLineModel. getLineTypeModel()
IValue<GraphicalSchemeLineType>
IGraphicalSchemeLineModel. getLineTypeModel()
Returns line type model. -
Uses of IValue in com._1c.g5.v8.dt.dcs.ui.aef.models.chart
Classes in com._1c.g5.v8.dt.dcs.ui.aef.models.chart that implement IValue Modifier and Type Class Description class
EmfChartColorPaletteDescriptionModel
Component EMF-model forChartColorPaletteDescription
.class
EmfChartScaleModelValue
Implementation ofIChartScaleModel
forChartScaleValueEditor
. -
Uses of IValue in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference
Methods in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference that return IValue Modifier and Type Method Description IValue<IndexedChartReferenceBand>
DcsChartReferenceBandGridModel. getSelectedElementModel()
IValue<IndexedChartReferenceLine>
DcsChartReferenceLineGridModel. getSelectedElementModel()
-
Uses of IValue in com._1c.g5.v8.dt.form.internal.ui.properties.models
Subinterfaces of IValue in com._1c.g5.v8.dt.form.internal.ui.properties.models with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interface
com._1c.g5.v8.dt.form.internal.ui.properties.models.IFormValue<TValue,TSelection extends org.eclipse.emf.ecore.EObject>
The value model for form bundles. -
Uses of IValue in com._1c.g5.v8.dt.form.ui.aef.components
Methods in com._1c.g5.v8.dt.form.ui.aef.components with parameters of type IValue Modifier and Type Method Description protected void
HandlerSelectionComponent. bindViewModelText(IValue<String> model, EditableComboViewModel viewModel)
-
Uses of IValue in com._1c.g5.v8.dt.form.ui.chart.aef.models
Subinterfaces of IValue in com._1c.g5.v8.dt.form.ui.chart.aef.models Modifier and Type Interface Description interface
IChartColorPaletteDescriptionModel
Component model forChartColorPaletteDescription
interface.interface
IChartScaleModel
Chart scale model interface.Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models that implement IValue Modifier and Type Class Description class
EmfChartLineModel
The implementation ofIChartLineModel
.Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models that return IValue Modifier and Type Method Description IValue<Date>
IIntervalBoundModelValue. getDateValue()
Gets the date value.IValue<Integer>
ChartColorPaletteDescriptionDetailedModel. getGradientPaletteMaxColors()
IValue<Integer>
IChartColorPaletteDescriptionDetailedModel. getGradientPaletteMaxColors()
Returns count of the gradient colors.IValue<GridLinesShowMode>
ChartScaleDetailedModel. getGridLinesShowModeValue()
IValue<GridLinesShowMode>
IChartScaleDetailedModel. getGridLinesShowModeValue()
Gets model value for editing chart scale's "grid lines show mode" property.IValue<Integer>
ChartScaleDetailedModel. getLabelAngleValue()
IValue<Integer>
IChartScaleDetailedModel. getLabelAngleValue()
Gets model value for editing chart scale's "label angle" property.IValue<LabelsOrientation>
ChartScaleDetailedModel. getLabelOrientationValue()
IValue<LabelsOrientation>
IChartScaleDetailedModel. getLabelOrientationValue()
Gets model value for editing chart scale's "label orientation" property.IValue<ChartLineType>
EmfChartLineModel. getLineTypeModel()
IValue<Integer>
ChartScaleDetailedModel. getMaxLabelLinesValue()
IValue<Integer>
IChartScaleDetailedModel. getMaxLabelLinesValue()
Gets model value for editing chart scale's "max label lines" property.IValue<Double>
IIntervalBoundModelValue. getNumberValue()
Gets the number value.IValue<PaletteKind>
ChartColorPaletteDescriptionDetailedModel. getPaletteKind()
IValue<PaletteKind>
IChartColorPaletteDescriptionDetailedModel. getPaletteKind()
Returns palette kind.IValue<ScaleLabelLocation>
ChartScaleDetailedModel. getScaleLabelLocationValue()
IValue<ScaleLabelLocation>
IChartScaleDetailedModel. getScaleLabelLocationValue()
Gets model value for editing chart scale's "scale label position" property.IValue<ScaleLocation>
ChartScaleDetailedModel. getScaleLocationValue()
IValue<ScaleLocation>
IChartScaleDetailedModel. getScaleLocationValue()
Gets model value for editing chart scale's "scale position" property.IValue<ScaleMarkLocation>
ChartScaleDetailedModel. getScaleMarkLocationValue()
IValue<ScaleMarkLocation>
IChartScaleDetailedModel. getScaleMarkLocationValue()
Gets model value for editing chart scale's "scale mark position" property.IValue<Integer>
ChartScaleDetailedModel. getScaleStepValue()
IValue<Integer>
IChartScaleDetailedModel. getScaleStepValue()
Gets model value for editing chart scale's "scale step" property.IValue<ShowOnChart>
ChartScaleDetailedModel. getShowInChart()
IValue<ShowOnChart>
IChartScaleDetailedModel. getShowInChart()
Gets model value for editing chart scale's "show in chart" property.IValue<ShowChartScaleTitle>
ChartScaleDetailedModel. getShowTitleValue()
IValue<ShowChartScaleTitle>
IChartScaleDetailedModel. getShowTitleValue()
Gets model value for editing chart scale's "show title" property.IValue<ScaleTitlePlacement>
ChartScaleDetailedModel. getTitlePlacementValue()
IValue<ScaleTitlePlacement>
IChartScaleDetailedModel. getTitlePlacementValue()
Gets model value for editing chart scale's "title placement" property.IValue<ScaleTitleTextSource>
ChartScaleDetailedModel. getTitleTextSourceValue()
IValue<ScaleTitleTextSource>
IChartScaleDetailedModel. getTitleTextSourceValue()
Gets model value for editing chart scale's "title text source" property. -
Uses of IValue in com._1c.g5.v8.dt.form.ui.chart.aef.models.labelarea
Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models.labelarea that implement IValue Modifier and Type Class Description class
EmfLabelAreaModelValue
BM model forLabelArea
. -
Uses of IValue in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference that return IValue Modifier and Type Method Description <T1> IValue<T1>
IndexedChartReference. getModel(org.eclipse.emf.ecore.EStructuralFeature feature)
Gets model for given feature. -
Uses of IValue in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline that return IValue Modifier and Type Method Description IValue<com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendline.IndexedTrendline>
TrendlineArrayGridModel. getSelectedElementModel()
-
Uses of IValue in com._1c.g5.v8.dt.form.ui.properties.models
Subinterfaces of IValue in com._1c.g5.v8.dt.form.ui.properties.models Modifier and Type Interface Description interface
IAdjustableBooleanModel
{@link AdjustableBoolean) model.interface
IHandlerModel<T extends org.eclipse.emf.ecore.EObject>
The single handler model.Classes in com._1c.g5.v8.dt.form.ui.properties.models that implement IValue Modifier and Type Class Description class
BmAdjustableBooleanModel
IAdjustableBooleanModel
implementation.class
CommandActionModel
TheIHandlerModel
implementation for form command.class
EventHandlerModel
TheIHandlerModel
implementation for event container. -
Uses of IValue in com._1c.g5.v8.dt.form.ui.wizard
Methods in com._1c.g5.v8.dt.form.ui.wizard that return IValue Modifier and Type Method Description IValue<Integer>
FormWizard.FormModel. getColumnCount()
IValue<Boolean>
FormWizard.FormModel. getDefaultItemValue()
IValue<Boolean>
FormWizard.FormModel. getDefaultValue()
-
Uses of IValue in com._1c.g5.v8.dt.md.help.ui.aef.model
Subinterfaces of IValue in com._1c.g5.v8.dt.md.help.ui.aef.model Modifier and Type Interface Description interface
IOpenMdHelpModel
The contract of model forOpenMdHelpComponent
.Classes in com._1c.g5.v8.dt.md.help.ui.aef.model that implement IValue Modifier and Type Class Description class
BmOpenMdHelpModel
TheIOpenMdHelpModel
BM implementation. -
Uses of IValue in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type IValue Modifier and Type Method Description protected void
HandlerSelectComponent. bindViewModelText(IValue<String> model, EditableComboViewModel viewModel)
protected LocalStringDialog
AbstractSingleLanguageComponent. createMultiLanguageDialog(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, IValue<String> inputData)
Creates dialog for editing strings on multiple languages.protected LocalStringDialog
SingleLanguageFormattedTextComponent. createMultiLanguageDialog(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, IValue<String> inputData)
protected void
AbstractSingleLanguageComponent. onDialogClosedByOK(LocalStringDialog dialog, IValue<String> workingCopy)
Called when dialog is closed by pressing OK button.protected void
SingleLanguageFormattedTextComponent. onDialogClosedByOK(LocalStringDialog dialog, IValue<String> workingCopy)
-
Uses of IValue in com._1c.g5.v8.dt.md.ui.aef.models
Classes in com._1c.g5.v8.dt.md.ui.aef.models with type parameters of type IValue Modifier and Type Class Description class
StandardObjectSwitchingSourceValue<T,M extends IValue<T>>
The value model implementation forStandardObjectSwitchingSourceModel
.Subinterfaces of IValue in com._1c.g5.v8.dt.md.ui.aef.models Modifier and Type Interface Description interface
IBaseBmHandlerNameModel
Model value for handler name editinginterface
IBmCommonAttributeDataSeparationModel
The Bm model forCommonAttributeDataSeparation
interface
ICharacteristicsDescriptionDataPathModel<T extends org.eclipse.emf.ecore.EObject>
CharacteristicsDescription
data path field model interface.interface
ICharacteristicsDescriptionFieldModel<T extends org.eclipse.emf.ecore.EObject>
Field
model interface.interface
ICodeModel<O extends org.eclipse.emf.ecore.EObject>
Model forPredefinedItem
code feature supports.interface
IColorModel
The model for color component.interface
IEventSubscriptionEventsModel
Event subscription event modelinterface
IEventSubscriptionHandlerNameModel
Event subscription handler modelinterface
IFontSelectionModel
The contract of model for font selection component.interface
IHandlerModel
The handler model.interface
IMdPictureModel
MdPicture
model.interface
IMdTypeLinkModel
The contract of models for Type link feature of MD object attributes.interface
IPictureModel
Picture model.interface
ISingleLanguageFormattedTextModel
The contract of the model forSingleLanguageFormattedTextComponent
.interface
ISingleLanguageModel
The contract of the model forAbstractSingleLanguageComponent
.interface
ISourceUrlModel<T extends org.eclipse.emf.ecore.EObject>
WS-reference source URL model.interface
IUsedMobileApplicationFunctionalitiesModel
TheIList
model implementation for used mobile application functionalities component.Methods in com._1c.g5.v8.dt.md.ui.aef.models that return IValue Modifier and Type Method Description protected IValue<TypeDescription>
BmTypeDescriptionModel. createTypeDescriptionModel(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference feature)
protected IValue<TypeDescription>
EmfTypeDescriptionModel. createTypeDescriptionModel(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference feature)
IValue<T>
StandardObjectSwitchingSourceValue. createWorkingCopy()
IValue<TypeItem>
StandardObjectValueModel. getTypeItemModel()
-
Uses of IValue in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture
Methods in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture that return IValue Modifier and Type Method Description IValue<Boolean>
CommonPictureContentEditModel. getCollectionModeValue()
IValue<Boolean>
ICommonPictureContentEditModel. getCollectionModeValue()
Flag value of collection mode activityIValue<ZipPictureManifestEntry>
CommonPictureContentGridModel. getSelectedElementModel()
IValue<CommonPictureContentType>
CommonPictureContentEditModel. getSelectedPictureContentTypeValue()
IValue<CommonPictureContentType>
ICommonPictureContentEditModel. getSelectedPictureContentTypeValue()
Selected value of common picture content type -
Uses of IValue in com._1c.g5.v8.dt.md.ui.aef.models.type
Methods in com._1c.g5.v8.dt.md.ui.aef.models.type that return IValue Modifier and Type Method Description protected abstract IValue<TypeDescription>
AbstractTypeDescriptionModel. createTypeDescriptionModel(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference feature)
Creates a newIValue
model ofTypeDescription
type.IValue<Boolean>
AbstractTypeDescriptionModel. getBinaryFixed()
IValue<Boolean>
ITypeDescriptionModel. getBinaryFixed()
IValue<Integer>
AbstractTypeDescriptionModel. getBinaryLength()
IValue<Integer>
ITypeDescriptionModel. getBinaryLength()
IValue<Boolean>
AbstractTypeDescriptionDialogModel. getCompositeType()
IValue<Boolean>
ITypeDescriptionDialogModel. getCompositeType()
IValue<DateFractions>
AbstractTypeDescriptionModel. getDateFractions()
IValue<DateFractions>
ITypeDescriptionModel. getDateFractions()
IValue<Boolean>
AbstractTypeDescriptionModel. getNumberNonNegative()
IValue<Boolean>
ITypeDescriptionModel. getNumberNonNegative()
IValue<Integer>
AbstractTypeDescriptionModel. getNumberPrecision()
IValue<Integer>
ITypeDescriptionModel. getNumberPrecision()
IValue<Integer>
AbstractTypeDescriptionModel. getNumberScale()
IValue<Integer>
ITypeDescriptionModel. getNumberScale()
IValue<TypeItem>
AbstractTypeDescriptionDialogModel. getSelectedItem()
IValue<TypeItem>
ITypeDescriptionDialogModel. getSelectedItem()
IValue<TypeItem>
AbstractTypeDescriptionModel. getSingleTypeItem()
IValue<TypeItem>
ITypeDescriptionModel. getSingleTypeItem()
IValue<Boolean>
AbstractTypeDescriptionModel. getStringFixed()
IValue<Boolean>
ITypeDescriptionModel. getStringFixed()
IValue<Integer>
AbstractTypeDescriptionModel. getStringLength()
IValue<Integer>
ITypeDescriptionModel. getStringLength()
IValue<TypeDescription>
AbstractTypeDescriptionModel. getTypeDescription()
IValue<TypeDescription>
ITypeDescriptionModel. getTypeDescription()
-
Uses of IValue in com._1c.g5.v8.dt.md.ui.aef.models.value
Subinterfaces of IValue in com._1c.g5.v8.dt.md.ui.aef.models.value Modifier and Type Interface Description interface
IValueModel
The AEF model for component that works withValue
.Classes in com._1c.g5.v8.dt.md.ui.aef.models.value that implement IValue Modifier and Type Class Description class
BmCharacteristicsDescriptionValueModel
TheCharacteristicsDescription
BMIValueModel
implementation.class
BmValueModel
The BMIValueModel
implementation.class
EmfCharacteristicsDescriptionValueModel
TheCharacteristicsDescription
EmfIValueModel
implementation.class
EmfValueModel
The EmfIValueModel
implementation.class
UnfilledParentValueModel
Special value model for "Unfilled parent value" property.Fields in com._1c.g5.v8.dt.md.ui.aef.models.value declared as IValue Modifier and Type Field Description protected IValue<TypeDescription>
BmValueModel. typeDescriptionValue
protected IValue<TypeDescription>
EmfValueModel. typeDescriptionValue
protected IValue<TypeItem>
BmValueModel. typeItemValue
protected IValue<TypeItem>
EmfValueModel. typeItemValue
Methods in com._1c.g5.v8.dt.md.ui.aef.models.value that return IValue Modifier and Type Method Description IValue<TypeItem>
BmValueModel. getTypeItemModel()
IValue<TypeItem>
EmfValueModel. getTypeItemModel()
IValue<TypeItem>
IValueModel. getTypeItemModel()
Returns the model ofTypeItem
. -
Uses of IValue in com._1c.g5.v8.dt.md.ui.extension.aef.components
Constructors in com._1c.g5.v8.dt.md.ui.extension.aef.components with parameters of type IValue Constructor Description ExtendedTypeDescriptionComponent(IValue<MdPropertyState> propertyStateModel)
Constructor ofExtendedTypeDescriptionComponent
.ExtendedTypeDescriptionComponent(IValue<MdPropertyState> propertyStateModel, List<MdPropertyType> types)
Constructor ofExtendedTypeDescriptionComponent
. -
Uses of IValue in com._1c.g5.v8.dt.md.ui.extension.aef.models
Classes in com._1c.g5.v8.dt.md.ui.extension.aef.models that implement IValue Modifier and Type Class Description class
CommonAttributeAutoUsePropertyStateModel
CustomPropertyStateModel
implementation forCommonAttributeAutoUse
propertyclass
CommonAttributeDataSeparationPropertyStateModel
CustomPropertyStateModel
implementation forCommonAttributeDataSeparation
propertyclass
ExtendedConfigurationObjectPropertyStateModel
CustomPropertyStateModel
for edit property state without value change side effectsclass
FormPropertyStateModel
AEF model for metadata property state for forms that also adopts original form or generates a new one on "extend" state change.class
PropertyStateModel
AEF model for metadata property state. -
Uses of IValue in com._1c.g5.v8.dt.md.ui.extension.aef.models.type
Subinterfaces of IValue in com._1c.g5.v8.dt.md.ui.extension.aef.models.type Modifier and Type Interface Description interface
ITypeDescriptionExtensionModel
AEF model forTypeDescriptionExtension
editor -
Uses of IValue in com._1c.g5.v8.dt.md.ui.properties.models
Classes in com._1c.g5.v8.dt.md.ui.properties.models that implement IValue Modifier and Type Class Description class
SimpleGroupValue<T>
The group model.Methods in com._1c.g5.v8.dt.md.ui.properties.models that return IValue Modifier and Type Method Description IValue<String>
MdPropertyPaletteModel. getSelectedObjectModel()
Constructors in com._1c.g5.v8.dt.md.ui.properties.models with parameters of type IValue Constructor Description SimpleGroupValue(IValue<T>... values)
Creates a new instance. -
Uses of IValue in com._1c.g5.v8.dt.md.ui.wizards
Fields in com._1c.g5.v8.dt.md.ui.wizards declared as IValue Modifier and Type Field Description IValue<String>
AbstractDependentProjectWizard.DependentWizardModel. baseProjectName
IValue<String>
AbstractProjectWizard.WizardModel. comment
IValue<String>
AbstractProjectWizard.WizardModel. name
Field values:IValue<Path>
AbstractProjectWizard.WizardModel. projectLocation
IValue<String>
AbstractProjectWizard.WizardModel. projectName
IValue<String>
AbstractProjectWizard.WizardModel. synonym
IValue<Boolean>
AbstractProjectWizard.WizardModel. useDefaultLocation
IValue<Version>
AbstractProjectWizard.WizardModel. version
Methods in com._1c.g5.v8.dt.md.ui.wizards that return types with arguments of type IValue Modifier and Type Method Description AbstractDtComboSelectComponent<Version,IValue<Version>,?>
RootObjectPage. getVersionCombo()
-
Uses of IValue in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Methods in com._1c.g5.v8.dt.md.ui.wizards.aef.models that return IValue Modifier and Type Method Description protected IValue<TypeDescription>
TypeDescriptionModel. createTypeDescriptionModel(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference feature)
IValue<String>
IMdObjectModel. getComment()
IValue<String>
MdObjectModel. getComment()
IValue<String>
IPredefinedItemModel. getDescription()
IValue<String>
PredefinedItemModel. getDescription()
IValue<MdModelTypesExtension>
IMdTypedObjectModel. getExtension()
IValue<MdModelTypesExtension>
MdTypedObjectModel. getExtension()
IValue<String>
IMdObjectModel. getName()
IValue<String>
IPredefinedItemModel. getName()
IValue<String>
MdObjectModel. getName()
IValue<String>
PredefinedItemModel. getName()
IValue<String>
IPredefinedAccountModel. getOrder()
TheIValue
model that represents theChartOfAccountsPredefinedItem
order.IValue<String>
PredefinedAccountModel. getOrder()
-
Uses of IValue 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 types with arguments of type IValue Modifier and Type Method Description protected <T> AbstractDtComboSelectComponent<T,IValue<T>,?>
NewWizardPageComponent. createCombo(IValue<T> value, Collection<T> items)
Creates a simple DT combo componentprotected <T> AbstractDtComboSelectComponent<T,IValue<T>,?>
NewWizardPageComponent. createCombo(IValue<T> value, Collection<T> items, ILabelProvider itemsLabelProvider)
Creates a simple DT combo componentMethods in com._1c.g5.v8.dt.md.ui.wizards.base.aef with parameters of type IValue Modifier and Type Method Description protected <T> AbstractDtComboSelectComponent<T,IValue<T>,?>
NewWizardPageComponent. createCombo(IValue<T> value, Collection<T> items)
Creates a simple DT combo componentprotected <T> AbstractDtComboSelectComponent<T,IValue<T>,?>
NewWizardPageComponent. createCombo(IValue<T> value, Collection<T> items, ILabelProvider itemsLabelProvider)
Creates a simple DT combo componentprotected DtTextComponent
NewWizardPageComponent. createText(IValue<String> text)
Creates a text component with immediate commit.protected DtTextComponent
NewWizardPageComponent. createText(IDtActionBarParameterization parameterization, IValue<String> text)
Creates a text component with the givenparameterization
. -
Uses of IValue in com._1c.g5.v8.dt.ui.aef.component
Classes in com._1c.g5.v8.dt.ui.aef.component with type parameters of type IValue Modifier and Type Class Description class
AbstractDtComboSelectComponent<T,M extends IValue<T>,P extends IComboSelectParameterization>
Abstract implementation of the component for manipulating with the model as with the selectable from DT combo value.class
AbstractDtEditableComboComponent<T,M extends IValue<T>,P extends IEditableComboParameterization>
Abstract implementation of the component for manipulating with the model as with the editable value via combo box.Subinterfaces of IValue in com._1c.g5.v8.dt.ui.aef.component Modifier and Type Interface Description interface
IUnsettablePropertyFieldModel<T,O extends org.eclipse.emf.ecore.EObject>
Unsettable property field model.Methods in com._1c.g5.v8.dt.ui.aef.component that return IValue Modifier and Type Method Description IValue<Boolean>
IUnsettablePropertyFieldModel. getSetStateModel()
Returns the set state model.Methods in com._1c.g5.v8.dt.ui.aef.component with parameters of type IValue Modifier and Type Method Description protected abstract void
AbstractDtEditableComboComponent. bindViewModelText(IValue<T> model, EditableComboViewModel viewModel)
Binds the model to view model text feature.protected void
DtBorderStyleComponent. bindViewModelText(IValue<Border> model, EditableComboViewModel viewModel)
protected IMapper<Date,?>
DtDateComponent. createMapper(DateControlViewModel viewModel, IValue<Date> model)
Creates aIMapper
instance that maps the model objects to the item view model objects. -
Uses of IValue in com._1c.g5.v8.dt.ui.aef.models
Subinterfaces of IValue in com._1c.g5.v8.dt.ui.aef.models Modifier and Type Interface Description interface
IBorderValueModel
The Border value modelinterface
IEmfTreeToSingleItemSelectionModel<T,O extends org.eclipse.emf.ecore.EObject>
The model interface forTreeToSingleItemSelectionComponent
.interface
IEmfValueSelectionModel<T,O extends org.eclipse.emf.ecore.EObject>
The model interface forValueSelectionComponent
.interface
ITypeLinkModel<T extends AbstractTypeLink,U>
The contract for type link models.Classes in com._1c.g5.v8.dt.ui.aef.models that implement IValue Modifier and Type Class Description class
BmTreeToSingleItemSelectionModel<T>
TheIEmfTreeSelectionModel
implementation for single item selection.class
BmUnsettablePropertyFieldModel<T>
AEF model for unsettable property field.class
BmValueSelectionModel<T>
The BmIEmfValueSelectionModel
implementation.class
BmVersionedValue<T>
Represents a version-aware BM object feature value.class
EmfTreeToSingleItemSelectionModel<T>
TheIEmfTreeToSingleItemSelectionModel
implementation for single item selection.class
EmfUnsettablePropertyFieldModel<T>
Emf model for unsettable property field.class
EmfValueSelectionModel<T>
TheIEmfValueSelectionModel
implementation.class
EmfVersionedValue<T>
Represents a version-aware EMF object feature value.Methods in com._1c.g5.v8.dt.ui.aef.models that return IValue Modifier and Type Method Description IValue<T>
IGridModel. getSelectedElementModel()
Returns the model of currently selected element in grid.IValue<Boolean>
BmUnsettablePropertyFieldModel. getSetStateModel()
IValue<Boolean>
EmfUnsettablePropertyFieldModel. getSetStateModel()
-
Uses of IValue in com.e1c.g5.dt.applications.ui.editor.aef.models
Subinterfaces of IValue in com.e1c.g5.dt.applications.ui.editor.aef.models Modifier and Type Interface Description interface
IRadioGroupModel<T>
The AEF 2.0 model for radio group component.
-