Uses of Interface
com._1c.g5.aef2.viewModels.IViewModel
-
-
Uses of IViewModel in com._1c.g5.aef2.components
Methods in com._1c.g5.aef2.components that return types with arguments of type IViewModel Modifier and Type Method Description Iterable<IViewModel>
Component. getViewModels()
Iterable<IViewModel>
IComponent. getViewModels()
Methods in com._1c.g5.aef2.components with parameters of type IViewModel Modifier and Type Method Description protected void
Component. addViewModel(IViewModel viewModel)
Adds the view model to the view models of this component.protected void
Component. removeViewModel(IViewModel viewModel)
Removes the view model from the view models of this component. -
Uses of IViewModel in com._1c.g5.aef2.events
Methods in com._1c.g5.aef2.events that return IViewModel Modifier and Type Method Description IViewModel
ViewModelEvent. getViewModel()
Returns the event view model.Constructors in com._1c.g5.aef2.events with parameters of type IViewModel Constructor Description FocusEvent(IViewModel viewModel)
Instantiates a new event.ViewModelEvent(IViewModel viewModel)
Instantiates a newViewModelEvent
with the givenviewModel
. -
Uses of IViewModel in com._1c.g5.aef2.lwt
Methods in com._1c.g5.aef2.lwt with parameters of type IViewModel Modifier and Type Method Description protected boolean
LwtRenderer. viewCanBeReused(IView<?,?,?> view, IViewModel oldViewModel, IViewModel newViewModel)
Checks if the specified view associated with theoldViewModel
can be reused for the givennewViewModel
.Method parameters in com._1c.g5.aef2.lwt with type arguments of type IViewModel Modifier and Type Method Description void
LwtDialogRenderer. render(Iterable<IViewModel> viewModels)
void
LwtRenderer. render(Iterable<IViewModel> viewModels)
-
Uses of IViewModel in com._1c.g5.aef2.renderers
Methods in com._1c.g5.aef2.renderers that return types with arguments of type IViewModel Modifier and Type Method Description Collection<IViewModel>
ChangelessTreeTransformation. getChildren(IViewModel viewModel)
Iterable<IViewModel>
ITreeTransformation. getChildren(IViewModel viewModel)
Returns the child view models of the given view model.Collection<IViewModel>
ChangelessTreeTransformation. getRoots(Iterable<IViewModel> viewModels)
Iterable<IViewModel>
ITreeTransformation. getRoots(Iterable<IViewModel> roots)
Returns the transformed root view models.Methods in com._1c.g5.aef2.renderers with parameters of type IViewModel Modifier and Type Method Description Collection<IViewModel>
ChangelessTreeTransformation. getChildren(IViewModel viewModel)
Iterable<IViewModel>
ITreeTransformation. getChildren(IViewModel viewModel)
Returns the child view models of the given view model.IContainerViewModel
ChangelessTreeTransformation. getParent(IViewModel viewModel)
IContainerViewModel
ITreeTransformation. getParent(IViewModel viewModel)
Returns the parent view model of the given one.Method parameters in com._1c.g5.aef2.renderers with type arguments of type IViewModel Modifier and Type Method Description Collection<IViewModel>
ChangelessTreeTransformation. getRoots(Iterable<IViewModel> viewModels)
Iterable<IViewModel>
ITreeTransformation. getRoots(Iterable<IViewModel> roots)
Returns the transformed root view models.void
IRenderer. render(Iterable<IViewModel> viewModels)
Renders the provided view models. -
Uses of IViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components with parameters of type IViewModel Modifier and Type Method Description protected void
LinkComponent. handleLinkClicked(IViewModel viewModel)
Handles the link clicked event. -
Uses of IViewModel in com._1c.g5.aef2.standard.events
Constructors in com._1c.g5.aef2.standard.events with parameters of type IViewModel Constructor Description ClickEvent(IViewModel viewModel)
Instantiates a new event with the given args.ExecuteActionEvent(IViewModel viewModel)
Creates a new event.SelectionEvent(IViewModel viewModel)
Instantiates a new event.SelectionEvent(IViewModel viewModel, ClientSelectionEvent.ClientSelectionType type)
Instantiates a new event with the givenClientSelectionEvent.ClientSelectionType
(which will be translated intoSelectionEvent.SelectionType
).SelectionEvent(IViewModel viewModel, SelectionEvent.SelectionType type)
Instantiates a new event with the given type.ValidationRequiredEvent(IViewModel viewModel, Object target, boolean discardModelChanges)
Creates a new event. -
Uses of IViewModel in com._1c.g5.aef2.standard.lwt.renderers
Methods in com._1c.g5.aef2.standard.lwt.renderers with type parameters of type IViewModel Modifier and Type Method Description protected <VM extends IViewModel>
booleanLwtStandardRenderer. containsHeavyControls(VM viewModel)
Returnstrue
if the view model or one of its child corresponds to heavy view.Method parameters in com._1c.g5.aef2.standard.lwt.renderers with type arguments of type IViewModel Modifier and Type Method Description void
LwtStandardRenderer. render(Iterable<IViewModel> viewModels)
-
Uses of IViewModel in com._1c.g5.aef2.standard.models
Methods in com._1c.g5.aef2.standard.models that return IViewModel Modifier and Type Method Description IViewModel
ViewModelValue. getObject()
Constructors in com._1c.g5.aef2.standard.models with parameters of type IViewModel Constructor Description ViewModelList(IViewModel object, org.eclipse.emf.ecore.EStructuralFeature feature, IEventChannel channel)
Instantiates a new ViewModel list.ViewModelValue(IViewModel object, org.eclipse.emf.ecore.EStructuralFeature feature, IEventChannel channel)
Instantiates a new ViewModel value. -
Uses of IViewModel in com._1c.g5.aef2.standard.swt.renderers
Method parameters in com._1c.g5.aef2.standard.swt.renderers with type arguments of type IViewModel Modifier and Type Method Description void
SwtStandardRenderer. render(Iterable<IViewModel> viewModels)
-
Uses of IViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of IViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
AbstractDoubleSpinnerViewModel
A representation of the model object 'Abstract Double Spinner View Model'.interface
AbstractLongSpinnerViewModel
A representation of the model object 'Abstract Long Spinner View Model'.interface
AbstractSpinnerViewModel
A representation of the model object 'Abstract Spinner View Model'.interface
BigDecimalSpinnerViewModel
A representation of the model object 'Big Decimal Spinner View Model'.interface
ButtonViewModel
A representation of the model object 'Button View Model'.interface
CheckableLabelViewModel
A representation of the model object 'Checkable Label View Model'.interface
CheckboxViewModel
A representation of the model object 'Checkbox View Model'.interface
CheckedItemViewModel
A representation of the model object 'Checked Item View Model'.interface
ComboItemViewModel
A representation of the model object 'Combo Item View Model'.interface
ComboLabelViewModel
A representation of the model object 'Combo Label View Model'.interface
ComboViewModel
A representation of the model object 'Combo View Model'.interface
CompositeControlViewModel
A representation of the model object 'Composite Control View Model'.interface
CompositeViewModel
A representation of the model object 'Composite View Model'.interface
ContainerViewModel
A representation of the model object 'Container View Model'.interface
ControlViewModel
A representation of the model object 'Control View Model'.interface
DialogViewModel
A representation of the model object 'Dialog View Model'.interface
DoubleSpinnerViewModel
A representation of the model object 'Double Spinner View Model'.interface
FieldViewModel
A representation of the model object 'Field View Model'.interface
ImageButtonViewModel
A representation of the model object 'Image Button View Model'.interface
ItemViewModel
A representation of the model object 'Item View Model'.interface
LabelViewModel
A representation of the model object 'Label View Model'.interface
LinkViewModel
A representation of the model object 'Link View Model'.interface
LongSpinnerViewModel
A representation of the model object 'Long Spinner View Model'.interface
RadioGroupItemViewModel
A representation of the model object 'Radio Group Item View Model'.interface
RadioGroupViewModel
A representation of the model object 'Radio Group View Model'.interface
ScrolledCompositeContentViewModel
A representation of the model object 'Scrolled Composite Content View Model'.interface
ScrolledCompositeViewModel
A representation of the model object 'Scrolled Composite View Model'.interface
SectionActionItemViewModel
A representation of the model object 'Section Action Item View Model'.interface
SectionViewModel
A representation of the model object 'Section View Model'.interface
SeparatorViewModel
A representation of the model object 'Separator View Model'.interface
SpinnerViewModel
A representation of the model object 'Spinner View Model'.interface
StaticTableItemViewModel
A representation of the model object 'Static Table Item View Model'.interface
StaticTreeItemViewModel
A representation of the model object 'Static Tree Item View Model'.interface
StructuredViewModel
A representation of the model object 'Structured View Model'.interface
TableItemViewModel
A representation of the model object 'Table Item View Model'.interface
TableViewModel
A representation of the model object 'Table View Model'.interface
TextViewModel
A representation of the model object 'Text View Model'.interface
TreeItemViewModel
A representation of the model object 'Tree Item View Model'.interface
TreeViewModel
A representation of the model object 'Tree View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return IViewModel Modifier and Type Method Description IViewModel
DialogViewModel. getActiveChildViewModel()
Returns the value of the 'Active Child View Model' reference.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type IViewModel Modifier and Type Method Description void
DialogViewModel. setActiveChildViewModel(IViewModel value)
Sets the value of the 'Active Child View Model
' reference. -
Uses of IViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement IViewModel Modifier and Type Class Description class
AbstractDoubleSpinnerViewModelImpl
An implementation of the model object 'Abstract Double Spinner View Model'.class
AbstractLongSpinnerViewModelImpl
An implementation of the model object 'Abstract Long Spinner View Model'.class
AbstractSpinnerViewModelImpl
An implementation of the model object 'Abstract Spinner View Model'.class
BigDecimalSpinnerViewModelImpl
An implementation of the model object 'Big Decimal Spinner View Model'.class
ButtonViewModelImpl
An implementation of the model object 'Button View Model'.class
CheckableLabelViewModelImpl
An implementation of the model object 'Checkable Label View Model'.class
CheckboxViewModelImpl
An implementation of the model object 'Checkbox View Model'.class
CheckedItemViewModelImpl
An implementation of the model object 'Checked Item View Model'.class
ComboItemViewModelImpl
An implementation of the model object 'Combo Item View Model'.class
ComboLabelViewModelImpl
An implementation of the model object 'Combo Label View Model'.class
ComboViewModelImpl
An implementation of the model object 'Combo View Model'.class
CompositeControlViewModelImpl
An implementation of the model object 'Composite Control View Model'.class
CompositeViewModelImpl
An implementation of the model object 'Composite View Model'.class
ContainerViewModelImpl
An implementation of the model object 'Container View Model'.class
ControlViewModelImpl
An implementation of the model object 'Control View Model'.class
DialogViewModelImpl
An implementation of the model object 'Dialog View Model'.class
DoubleSpinnerViewModelImpl
An implementation of the model object 'Double Spinner View Model'.class
FieldViewModelImpl
An implementation of the model object 'Field View Model'.class
ImageButtonViewModelImpl
An implementation of the model object 'Image Button View Model'.class
ItemViewModelImpl
An implementation of the model object 'Item View Model'.class
LabelViewModelImpl
An implementation of the model object 'Label View Model'.class
LinkViewModelImpl
An implementation of the model object 'Link View Model'.class
LongSpinnerViewModelImpl
An implementation of the model object 'Long Spinner View Model'.class
RadioGroupItemViewModelImpl
An implementation of the model object 'Radio Group Item View Model'.class
RadioGroupViewModelImpl
An implementation of the model object 'Radio Group View Model'.class
ScrolledCompositeContentViewModelImpl
An implementation of the model object 'Scrolled Composite Content View Model'.class
ScrolledCompositeViewModelImpl
An implementation of the model object 'Scrolled Composite View Model'.class
SectionActionItemViewModelImpl
An implementation of the model object 'Section Action Item View Model'.class
SectionViewModelImpl
An implementation of the model object 'Section View Model'.class
SeparatorViewModelImpl
An implementation of the model object 'Separator View Model'.class
SpinnerViewModelImpl
An implementation of the model object 'Spinner View Model'.class
StaticTableItemViewModelImpl
An implementation of the model object 'Static Table Item View Model'.class
StaticTreeItemViewModelImpl
An implementation of the model object 'Static Tree Item View Model'.class
StructuredViewModelImpl
An implementation of the model object 'Structured View Model'.class
TableItemViewModelImpl
An implementation of the model object 'Table Item View Model'.class
TableViewModelImpl
An implementation of the model object 'Table View Model'.class
TextViewModelImpl
An implementation of the model object 'Text View Model'.class
TreeItemViewModelImpl
An implementation of the model object 'Tree Item View Model'.class
TreeViewModelImpl
An implementation of the model object 'Tree View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as IViewModel Modifier and Type Field Description protected IViewModel
DialogViewModelImpl. activeChildViewModel
The cached value of the 'Active Child View Model
' reference.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type IViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<IViewModel>
CompositeControlViewModelImpl. children
The cached value of the 'Children
' containment reference list.protected org.eclipse.emf.common.util.EList<IViewModel>
ContainerViewModelImpl. children
The cached value of the 'Children
' containment reference list.protected org.eclipse.emf.common.util.EList<IViewModel>
DialogViewModelImpl. children
The cached value of the 'Children
' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels.impl that return IViewModel Modifier and Type Method Description IViewModel
DialogViewModelImpl. basicGetActiveChildViewModel()
IViewModel
DialogViewModelImpl. getActiveChildViewModel()
Methods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type IViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<IViewModel>
CompositeControlViewModelImpl. getChildren()
org.eclipse.emf.common.util.EList<IViewModel>
ContainerViewModelImpl. getChildren()
org.eclipse.emf.common.util.EList<IViewModel>
DialogViewModelImpl. getChildren()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type IViewModel Modifier and Type Method Description void
DialogViewModelImpl. setActiveChildViewModel(IViewModel newActiveChildViewModel)
-
Uses of IViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type IViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.aef2.swt.renderers
Method parameters in com._1c.g5.aef2.swt.renderers with type arguments of type IViewModel Modifier and Type Method Description void
SwtDialogRenderer. render(Iterable<IViewModel> viewModels)
void
SwtRenderer. render(Iterable<IViewModel> viewModels)
-
Uses of IViewModel in com._1c.g5.aef2.viewModels
Subinterfaces of IViewModel in com._1c.g5.aef2.viewModels Modifier and Type Interface Description interface
IContainerControlViewModel
A representation of the model object 'IContainer Control View Model'.interface
IContainerViewModel
A representation of the model object 'IContainer View Model'.interface
IControlViewModel
A representation of the model object 'IControl View Model'.interface
IDialogViewModel
A representation of the model object 'IDialog View Model'.Methods in com._1c.g5.aef2.viewModels that return types with arguments of type IViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<IViewModel>
IContainerViewModel. getChildren()
Returns the value of the 'Children' containment reference list. -
Uses of IViewModel in com._1c.g5.aef2.viewModels.util
Methods in com._1c.g5.aef2.viewModels.util with parameters of type IViewModel Modifier and Type Method Description T
AefSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.properties.ui.transformation
Methods in com._1c.g5.properties.ui.transformation that return types with arguments of type IViewModel Modifier and Type Method Description Collection<IViewModel>
AlphabeticalTreeTransformation. getChildren(IViewModel viewModel)
Collection<IViewModel>
CategoreisTreeTransformation. getChildren(IViewModel viewModel)
Methods in com._1c.g5.properties.ui.transformation with parameters of type IViewModel Modifier and Type Method Description Collection<IViewModel>
AlphabeticalTreeTransformation. getChildren(IViewModel viewModel)
Collection<IViewModel>
CategoreisTreeTransformation. getChildren(IViewModel viewModel)
IContainerViewModel
AlphabeticalTreeTransformation. getParent(IViewModel viewModel)
IContainerViewModel
CategoreisTreeTransformation. getParent(IViewModel viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel
Subinterfaces of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel Modifier and Type Interface Description interface
AggregatesTableColumnViewModel
A representation of the model object 'Aggregates Table Column View Model'.interface
AggregatesTableViewModel
A representation of the model object 'Aggregates Table View Model'.interface
AggregateTableItemViewModel
A representation of the model object 'Aggregate Table Item View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl
Classes in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that implement IViewModel Modifier and Type Class Description class
AggregatesTableColumnViewModelImpl
An implementation of the model object 'Aggregates Table Column View Model'.class
AggregatesTableViewModelImpl
An implementation of the model object 'Aggregates Table View Model'.class
AggregateTableItemViewModelImpl
An implementation of the model object 'Aggregate Table Item View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.util
Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.util with parameters of type IViewModel Modifier and Type Method Description T
AggregatesAefSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Method Description protected void
GraphicalSchemeLineComponent. handleButtonClicked(IViewModel viewModel)
protected void
HandlerSelectionComponent. handleButtonClicked(IViewModel viewModel)
-
Uses of IViewModel 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 IViewModel Modifier and Type Method Description protected void
HandlerSelectionComponent. handleButtonClicked(IViewModel viewModel)
protected void
OpenEditorInFormByLinkComponent. handleLinkClicked(IViewModel viewModel)
protected void
OpenGeographicalSchemaEditorInFormByLinkComponent. handleLinkClicked(IViewModel viewModel)
protected void
OpenGraphicalSchemeEditorInFormByLinkComponent. handleLinkClicked(IViewModel viewModel)
protected void
OpenMoxelEditorByLinkComponent. handleLinkClicked(IViewModel viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels Modifier and Type Interface Description interface
ConditionalAppearanceControlViewModel
A representation of the model object 'Conditional Appearance Control View Model'.interface
DataPathItem
A representation of the model object 'Data Path Item'.interface
DataPathRowItem
A representation of the model object 'Data Path Row Item'.interface
DataPathTableItem
A representation of the model object 'Data Path Table Item'.interface
DataPathViewModel
A representation of the model object 'Data Path View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.form.ui.aef.viewModels.impl that implement IViewModel Modifier and Type Class Description class
ConditionalAppearanceControlViewModelImpl
An implementation of the model object 'Conditional Appearance Control View Model'.class
DataPathItemImpl
An implementation of the model object 'Data Path Item'.class
DataPathRowItemImpl
An implementation of the model object 'Data Path Row Item'.class
DataPathTableItemImpl
An implementation of the model object 'Data Path Table Item'.class
DataPathViewModelImpl
An implementation of the model object 'Data Path View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.form.ui.aef.viewModels.util with parameters of type IViewModel Modifier and Type Method Description T
FormAefSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.chart.aef.components
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.components with parameters of type IViewModel Modifier and Type Method Description protected void
IntervalBoundComponent. handleButtonClicked(IViewModel viewModel)
protected void
OpenTimeScaleEditorByLinkComponent. handleLinkClicked(IViewModel viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.md.help.ui.aef
Methods in com._1c.g5.v8.dt.md.help.ui.aef with parameters of type IViewModel Modifier and Type Method Description protected void
OpenMdHelpComponent. handleLinkClicked(IViewModel viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.md.mobiledigisign.ui
Methods in com._1c.g5.v8.dt.md.mobiledigisign.ui with parameters of type IViewModel Modifier and Type Method Description protected void
MobileDigiSignComponent. handleLinkClicked(IViewModel viewModel)
-
Uses of IViewModel 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 IViewModel Modifier and Type Method Description protected void
AbstractChoiceParameterLinksComponent. handleButtonClicked(IViewModel viewModel)
protected void
AbstractDtActionBarHandlerSelectComponent. handleButtonClicked(IViewModel viewModel)
protected void
AbstractMultilanguageComponent. handleButtonClicked(IViewModel viewModel)
protected void
AbstractSingleLanguageComponent. handleButtonClicked(IViewModel viewModel)
protected void
AbstractTypeLinkComponent. handleButtonClicked(IViewModel viewModel)
protected void
ColorComponent. handleButtonClicked(IViewModel viewModel)
protected void
FontSelectionComponent. handleButtonClicked(IViewModel viewModel)
protected void
FormatStringComponent. handleButtonClicked(IViewModel viewModel)
protected void
FormSelectionComponent. handleButtonClicked(IViewModel viewModel)
protected void
HandlerSelectComponent. handleButtonClicked(IViewModel viewModel)
protected void
MainDataCompositionSchemeComponent. handleButtonClicked(IViewModel viewModel)
protected void
PictureSelectionComponent. handleButtonClicked(IViewModel viewModel)
protected void
ReportFormSelectionComponent. handleButtonClicked(IViewModel viewModel)
protected void
SourceUrlComponent. handleButtonClicked(IViewModel viewModel)
protected void
MdPictureComponent. handleLinkClicked(IViewModel viewModel)
protected void
OpenEditorByLinkComponent. handleLinkClicked(IViewModel viewModel)
protected void
AbstractDtActionBarHandlerSelectComponent. handleOpenButton(IViewModel viewModel)
Handle of open button click event.protected void
AbstractDtActionBarHandlerSelectComponent. handleSelectButton(IViewModel viewModel)
Handle of select button click event. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.components.choiceparameters
Methods in com._1c.g5.v8.dt.md.ui.aef.components.choiceparameters with parameters of type IViewModel Modifier and Type Method Description protected void
ChoiceParametersComponent. handleButtonClicked(IViewModel viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.components.value
Methods in com._1c.g5.v8.dt.md.ui.aef.components.value with parameters of type IViewModel Modifier and Type Method Description protected void
ValueComponent. handleButtonClicked(IViewModel viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.lwt
Methods in com._1c.g5.v8.dt.md.ui.aef.lwt with type parameters of type IViewModel Modifier and Type Method Description protected <VM extends IViewModel>
booleanMdLwtRenderer. containsHeavyControls(VM viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels Modifier and Type Interface Description interface
AccountingFlagsItemViewModel
A representation of the model object 'Accounting Flags Item View Model'.interface
AccountingFlagsViewModel
A representation of the model object 'Accounting Flags View Model'.interface
BooleanValueControlViewModel
A representation of the model object 'Boolean Value Control View Model'.interface
BorderValueControlViewModel
A representation of the model object 'Border Value Control View Model'.interface
CharacteristicsTableItemViewModel
A representation of the model object 'Characteristics Table Item View Model'.interface
CharacteristicsTableViewModel
A representation of the model object 'Characteristics Table View Model'.interface
ChoiceParameterItem
A representation of the model object 'Choice Parameter Item'.interface
ChoiceParametersViewModel
A representation of the model object 'Choice Parameters View Model'.interface
ColorValueControlViewModel
A representation of the model object 'Color Value Control View Model'.interface
CommonAttributeContentItemViewModel
A representation of the model object 'Common Attribute Content Item View Model'.interface
CommonAttributeContentViewModel
A representation of the model object 'Common Attribute Content View Model'.interface
CommonAttributesDataItemViewModel
A representation of the model object 'Common Attributes Data Item View Model'.interface
CommonAttributesDataViewModel
A representation of the model object 'Common Attributes Data View Model'.interface
DataExchangeItemViewModel
A representation of the model object 'Data Exchange Item View Model'.interface
DataExchangeViewModel
A representation of the model object 'Data Exchange View Model'.interface
DateValueControlViewModel
A representation of the model object 'Date Value Control View Model'.interface
EnumValueControlViewModel
A representation of the model object 'Enum Value Control View Model'.interface
ExchangePlanContentItemViewModel
A representation of the model object 'Exchange Plan Content Item View Model'.interface
ExchangePlanContentViewModel
A representation of the model object 'Exchange Plan Content View Model'.interface
ExtDimensionTypesItemViewModel
A representation of the model object 'Ext Dimension Types Item View Model'.interface
ExtDimensionTypesViewModel
A representation of the model object 'Ext Dimension Types View Model'.interface
FontValueControlViewModel
A representation of the model object 'Font Value Control View Model'.interface
MobileApplicationUrlItemViewModel
A representation of the model object 'Mobile Application Url Item View Model'.interface
MobileApplicationUrlsViewModel
A representation of the model object 'Mobile Application Urls View Model'.interface
NumberValueControlViewModel
A representation of the model object 'Number Value Control View Model'.interface
PredefinedDataItemViewModel
A representation of the model object 'Predefined Data Item View Model'.interface
PredefinedDataViewModel
A representation of the model object 'Predefined Data View Model'.interface
PredefinedItemCodeViewModel
A representation of the model object 'Predefined Item Code View Model'.interface
PredefinedValueControlViewModel
A representation of the model object 'Predefined Value Control View Model'.interface
RequiredPermissionMessageItemViewModel
A representation of the model object 'Required Permission Message Item View Model'.interface
RequiredPermissionMessagesViewModel
A representation of the model object 'Required Permission Messages View Model'.interface
RequiredPermissionsItemViewModel
A representation of the model object 'Required Permissions Item View Model'.interface
RequiredPermissionsViewModel
A representation of the model object 'Required Permissions View Model'.interface
StringValueControlViewModel
A representation of the model object 'String Value Control View Model'.interface
SysEnumValueControlViewModel
A representation of the model object 'Sys Enum Value Control View Model'.interface
TypeSelectionControlViewModel
A representation of the model object 'Type Selection Control View Model'.interface
ValueControlViewModel
A representation of the model object 'Value Control View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that implement IViewModel Modifier and Type Class Description class
AccountingFlagsItemViewModelImpl
An implementation of the model object 'Accounting Flags Item View Model'.class
AccountingFlagsViewModelImpl
An implementation of the model object 'Accounting Flags View Model'.class
BooleanValueControlViewModelImpl
An implementation of the model object 'Boolean Value Control View Model'.class
BorderValueControlViewModelImpl
An implementation of the model object 'Border Value Control View Model'.class
CharacteristicsTableItemViewModelImpl
An implementation of the model object 'Characteristics Table Item View Model'.class
CharacteristicsTableViewModelImpl
An implementation of the model object 'Characteristics Table View Model'.class
ChoiceParameterItemImpl
An implementation of the model object 'Choice Parameter Item'.class
ChoiceParametersViewModelImpl
An implementation of the model object 'Choice Parameters View Model'.class
ColorValueControlViewModelImpl
An implementation of the model object 'Color Value Control View Model'.class
CommonAttributeContentItemViewModelImpl
An implementation of the model object 'Common Attribute Content Item View Model'.class
CommonAttributeContentViewModelImpl
An implementation of the model object 'Common Attribute Content View Model'.class
CommonAttributesDataItemViewModelImpl
An implementation of the model object 'Common Attributes Data Item View Model'.class
CommonAttributesDataViewModelImpl
An implementation of the model object 'Common Attributes Data View Model'.class
DataExchangeItemViewModelImpl
An implementation of the model object 'Data Exchange Item View Model'.class
DataExchangeViewModelImpl
An implementation of the model object 'Data Exchange View Model'.class
DateValueControlViewModelImpl
An implementation of the model object 'Date Value Control View Model'.class
EnumValueControlViewModelImpl
An implementation of the model object 'Enum Value Control View Model'.class
ExchangePlanContentItemViewModelImpl
An implementation of the model object 'Exchange Plan Content Item View Model'.class
ExchangePlanContentViewModelImpl
An implementation of the model object 'Exchange Plan Content View Model'.class
ExtDimensionTypesItemViewModelImpl
An implementation of the model object 'Ext Dimension Types Item View Model'.class
ExtDimensionTypesViewModelImpl
An implementation of the model object 'Ext Dimension Types View Model'.class
FontValueControlViewModelImpl
An implementation of the model object 'Font Value Control View Model'.class
MobileApplicationUrlItemViewModelImpl
An implementation of the model object 'Mobile Application Url Item View Model'.class
MobileApplicationUrlsViewModelImpl
An implementation of the model object 'Mobile Application Urls View Model'.class
NumberValueControlViewModelImpl
An implementation of the model object 'Number Value Control View Model'.class
PredefinedDataItemViewModelImpl
An implementation of the model object 'Predefined Data Item View Model'.class
PredefinedDataViewModelImpl
An implementation of the model object 'Predefined Data View Model'.class
PredefinedItemCodeViewModelImpl
An implementation of the model object 'Predefined Item Code View Model'.class
PredefinedValueControlViewModelImpl
An implementation of the model object 'Predefined Value Control View Model'.class
RequiredPermissionMessageItemViewModelImpl
An implementation of the model object 'Required Permission Message Item View Model'.class
RequiredPermissionMessagesViewModelImpl
An implementation of the model object 'Required Permission Messages View Model'.class
RequiredPermissionsItemViewModelImpl
An implementation of the model object 'Required Permissions Item View Model'.class
RequiredPermissionsViewModelImpl
An implementation of the model object 'Required Permissions View Model'.class
StringValueControlViewModelImpl
An implementation of the model object 'String Value Control View Model'.class
SysEnumValueControlViewModelImpl
An implementation of the model object 'Sys Enum Value Control View Model'.class
TypeSelectionControlViewModelImpl
An implementation of the model object 'Type Selection Control View Model'.class
ValueControlViewModelImpl
An implementation of the model object 'Value Control View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.util with parameters of type IViewModel Modifier and Type Method Description T1
MdAefSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels Modifier and Type Interface Description interface
NewWizardPageViewModel
A representation of the model object 'New Wizard Page View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl that implement IViewModel Modifier and Type Class Description class
NewWizardPageViewModelImpl
An implementation of the model object 'New Wizard Page View Model'.Fields in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl with type parameters of type IViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<IViewModel>
NewWizardPageViewModelImpl. children
The cached value of the 'Children
' containment reference list.Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl that return types with arguments of type IViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<IViewModel>
NewWizardPageViewModelImpl. getChildren()
-
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.util with parameters of type IViewModel Modifier and Type Method Description T
AefWizardsSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.editor.aef
Methods in com._1c.g5.v8.dt.md.ui.editor.aef that return types with arguments of type IViewModel Modifier and Type Method Description Collection<IViewModel>
SkipEmptySectionTreeTransformation. getChildren(IViewModel viewModel)
Methods in com._1c.g5.v8.dt.md.ui.editor.aef with parameters of type IViewModel Modifier and Type Method Description Collection<IViewModel>
SkipEmptySectionTreeTransformation. getChildren(IViewModel viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.aef.components
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.components with parameters of type IViewModel Modifier and Type Method Description protected void
ExtendedConfigurationObjectComponent. handleButtonClicked(IViewModel viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels Modifier and Type Interface Description interface
ExtendedCommonAttributeContentItemViewModel
A representation of the model object 'Extended Common Attribute Content Item View Model'.interface
ExtendedCommonAttributeContentViewModel
A representation of the model object 'Extended Common Attribute Content View Model'.interface
ExtendedExchangePlanContentItemViewModel
A representation of the model object 'Extended Exchange Plan Content Item View Model'.interface
ExtendedExchangePlanContentViewModel
A representation of the model object 'Extended Exchange Plan Content View Model'.interface
ExtendedPredefinedDataItemViewModel
A representation of the model object 'Extended Predefined Data Item View Model'.interface
ExtendedPredefinedDataViewModel
A representation of the model object 'Extended Predefined Data View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl that implement IViewModel Modifier and Type Class Description class
ExtendedCommonAttributeContentItemViewModelImpl
An implementation of the model object 'Extended Common Attribute Content Item View Model'.class
ExtendedCommonAttributeContentViewModelImpl
An implementation of the model object 'Extended Common Attribute Content View Model'.class
ExtendedExchangePlanContentItemViewModelImpl
An implementation of the model object 'Extended Exchange Plan Content Item View Model'.class
ExtendedExchangePlanContentViewModelImpl
An implementation of the model object 'Extended Exchange Plan Content View Model'.class
ExtendedPredefinedDataItemViewModelImpl
An implementation of the model object 'Extended Predefined Data Item View Model'.class
ExtendedPredefinedDataViewModelImpl
An implementation of the model object 'Extended Predefined Data View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.util with parameters of type IViewModel Modifier and Type Method Description T
AefEditorExtensionSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels Modifier and Type Interface Description interface
ComboLabelExtensionViewModel
A representation of the model object 'Combo Label Extension View Model'.interface
LabelExtensionViewModel
A representation of the model object 'Label Extension View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.extension.viewModels.impl that implement IViewModel Modifier and Type Class Description class
ComboLabelExtensionViewModelImpl
An implementation of the model object 'Combo Label Extension View Model'.class
LabelExtensionViewModelImpl
An implementation of the model object 'Label Extension View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.extension.viewModels.util with parameters of type IViewModel Modifier and Type Method Description T
AefExtensionSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.properties.renderers
Methods in com._1c.g5.v8.dt.md.ui.properties.renderers with parameters of type IViewModel Modifier and Type Method Description protected boolean
LwtPropertyPaletteRenderer. viewCanBeReused(IView<?,?,?> view, IViewModel oldViewModel, IViewModel newViewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.moxel.ui.aef.components
Methods in com._1c.g5.v8.dt.moxel.ui.aef.components with parameters of type IViewModel Modifier and Type Method Description protected void
MoxelAreaComponent. handleButtonClicked(IViewModel viewModel)
protected void
MoxelSpreadsheetLineComponent. handleButtonClicked(IViewModel viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.platform.services.ui.aef
Subinterfaces of IViewModel in com._1c.g5.v8.dt.platform.services.ui.aef Modifier and Type Interface Description interface
DataSeparatorItemModel
A representation of the model object 'Data Separator Item Model'.interface
DataSeparatorsViewModel
A representation of the model object 'Data Separators View Model'.interface
HttpServicesItemModel
A representation of the model object 'Http Services Item Model'.interface
HttpServicesViewModel
A representation of the model object 'Http Services View Model'.interface
OpenIdReturnToViewModel
A representation of the model object 'Open Id Return To View Model'.interface
SelectableLabelViewModel
A representation of the model object 'Selectable Label View Model'.interface
UnsupportedViewModel
A representation of the model object 'Unsupported View Model'.interface
WebServicesItemModel
A representation of the model object 'Web Services Item Model'.interface
WebServicesViewModel
A representation of the model object 'Web Services View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.impl
Classes in com._1c.g5.v8.dt.platform.services.ui.aef.impl that implement IViewModel Modifier and Type Class Description class
DataSeparatorItemModelImpl
An implementation of the model object 'Data Separator Item Model'.class
DataSeparatorsViewModelImpl
An implementation of the model object 'Data Separators View Model'.class
HttpServicesItemModelImpl
An implementation of the model object 'Http Services Item Model'.class
HttpServicesViewModelImpl
An implementation of the model object 'Http Services View Model'.class
OpenIdReturnToViewModelImpl
An implementation of the model object 'Open Id Return To View Model'.class
SelectableLabelViewModelImpl
An implementation of the model object 'Selectable Label View Model'.class
UnsupportedViewModelImpl
An implementation of the model object 'Unsupported View Model'.class
WebServicesItemModelImpl
An implementation of the model object 'Web Services Item Model'.class
WebServicesViewModelImpl
An implementation of the model object 'Web Services View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.util
Methods in com._1c.g5.v8.dt.platform.services.ui.aef.util with parameters of type IViewModel Modifier and Type Method Description T
AefSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels Modifier and Type Interface Description interface
ConfigurationStandaloneContentItemViewModel
A representation of the model object 'Configuration Standalone Content Item View Model'.interface
ConfigurationStandaloneContentViewModel
A representation of the model object 'Configuration Standalone Content View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl that implement IViewModel Modifier and Type Class Description class
ConfigurationStandaloneContentItemViewModelImpl
An implementation of the model object 'Configuration Standalone Content Item View Model'.class
ConfigurationStandaloneContentViewModelImpl
An implementation of the model object 'Configuration Standalone Content View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.scc.ui.aef.viewModels.util with parameters of type IViewModel Modifier and Type Method Description T
StandaloneContentAefSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.component
Fields in com._1c.g5.v8.dt.ui.aef.component declared as IViewModel Modifier and Type Field Description protected IViewModel
DtDynamicTableComponent. currentSelection
protected IViewModel
DtDynamicTreeComponent. currentSelection
Methods in com._1c.g5.v8.dt.ui.aef.component with parameters of type IViewModel Modifier and Type Method Description protected void
AbstractDtSelectComponent. handleButtonClicked(IViewModel viewModel)
Handles the button clicked event.protected void
AbstractSelectionActionBarComponent. handleButtonClicked(IViewModel viewModel)
protected void
DirectorySelectionComponent. handleButtonClicked(IViewModel viewModel)
protected void
DtBorderStyleComponent. handleButtonClicked(IViewModel viewModel)
protected void
DtDateComponent. handleButtonClicked(IViewModel viewModel)
protected void
FileSelectionComponent. handleButtonClicked(IViewModel viewModel)
protected void
ShortcutComponent. handleButtonClicked(IViewModel viewModel)
-
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.events
Constructors in com._1c.g5.v8.dt.ui.aef.events with parameters of type IViewModel Constructor Description TabItemChangedEvent(IViewModel viewModel)
Instantiates a newTabItemChangedEvent
with the givenviewModel
.TableSelectionEvent(IViewModel viewModel)
Creates a new instance.TreeSelectionEvent(IViewModel viewModel)
Creates a new instance. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModels Modifier and Type Interface Description interface
ActionBarViewModel
A representation of the model object 'Action Bar View Model'.interface
ButtonItemViewModel
A representation of the model object 'Button Item View Model'.interface
ColorActionBarViewModel
A representation of the model object 'Color Action Bar View Model'.interface
ComboSelectViewModel
A representation of the model object 'Combo Select View Model'.interface
DateControlViewModel
A representation of the model object 'Date Control View Model'.interface
EditableComboViewModel
A representation of the model object 'Editable Combo View Model'.interface
GanttChartScalingViewModel
A representation of the model object 'Gantt Chart Scaling View Model'.interface
GridColumnViewModel
A representation of the model object 'Grid Column View Model'.interface
GridViewModel
A representation of the model object 'Grid View Model'.interface
NullableSpinnerViewModel
A representation of the model object 'Nullable Spinner View Model'.interface
PictureViewModel
A representation of the model object 'Picture View Model'.interface
SelectViewModel
A representation of the model object 'Select View Model'.interface
ShortcutViewModel
A representation of the model object 'Shortcut View Model'.interface
TabFolderViewModel
A representation of the model object 'Tab Folder View Model'.interface
TabItemViewModel
A representation of the model object 'Tab Item View Model'.interface
TextPreviewControlViewModel
A representation of the model object 'Text Preview Control View Model'.interface
ToolBarItemViewModel
A representation of the model object 'Tool Bar Item View Model'.interface
ToolBarViewModel
A representation of the model object 'Tool Bar View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement IViewModel Modifier and Type Class Description class
ActionBarViewModelImpl
An implementation of the model object 'Action Bar View Model'.class
ButtonItemViewModelImpl
An implementation of the model object 'Button Item View Model'.class
ColorActionBarViewModelImpl
An implementation of the model object 'Color Action Bar View Model'.class
ComboSelectViewModelImpl
An implementation of the model object 'Combo Select View Model'.class
DateControlViewModelImpl
An implementation of the model object 'Date Control View Model'.class
EditableComboViewModelImpl
An implementation of the model object 'Editable Combo View Model'.class
GanttChartScalingViewModelImpl
An implementation of the model object 'Gantt Chart Scaling View Model'.class
GridColumnViewModelImpl
An implementation of the model object 'Grid Column View Model'.class
GridViewModelImpl
An implementation of the model object 'Grid View Model'.class
NullableSpinnerViewModelImpl
An implementation of the model object 'Nullable Spinner View Model'.class
PictureViewModelImpl
An implementation of the model object 'Picture View Model'.class
SelectViewModelImpl
An implementation of the model object 'Select View Model'.class
ShortcutViewModelImpl
An implementation of the model object 'Shortcut View Model'.class
TabFolderViewModelImpl
An implementation of the model object 'Tab Folder View Model'.class
TabItemViewModelImpl
An implementation of the model object 'Tab Item View Model'.class
TextPreviewControlViewModelImpl
An implementation of the model object 'Text Preview Control View Model'.class
ToolBarItemViewModelImpl
An implementation of the model object 'Tool Bar Item View Model'.class
ToolBarViewModelImpl
An implementation of the model object 'Tool Bar View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.ui.aef.viewModels.util with parameters of type IViewModel Modifier and Type Method Description T1
DtAefSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com.e1c.g5.dt.applications.ui.editor.aef
Subinterfaces of IViewModel in com.e1c.g5.dt.applications.ui.editor.aef Modifier and Type Interface Description interface
RadioGroupItemViewModel
A representation of the model object 'Radio Group Item View Model'.interface
RadioGroupViewModel
A representation of the model object 'Radio Group View Model'.interface
TreeItemViewModel
A representation of the model object 'Tree Item View Model'.interface
TreeViewModel
A representation of the model object 'Tree View Model'. -
Uses of IViewModel in com.e1c.g5.dt.applications.ui.editor.aef.impl
Classes in com.e1c.g5.dt.applications.ui.editor.aef.impl that implement IViewModel Modifier and Type Class Description class
RadioGroupItemViewModelImpl
An implementation of the model object 'Radio Group Item View Model'.class
RadioGroupViewModelImpl
An implementation of the model object 'Radio Group View Model'.class
TreeItemViewModelImpl
An implementation of the model object 'Tree Item View Model'.class
TreeViewModelImpl
An implementation of the model object 'Tree View Model'. -
Uses of IViewModel in com.e1c.g5.dt.applications.ui.editor.aef.util
Methods in com.e1c.g5.dt.applications.ui.editor.aef.util with parameters of type IViewModel Modifier and Type Method Description T
ApplicationEditorAefSwitch. caseIViewModel(IViewModel object)
Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com.e1c.g5.v8.dt.check.suppress.ui.aef.components
Methods in com.e1c.g5.v8.dt.check.suppress.ui.aef.components with parameters of type IViewModel Modifier and Type Method Description protected void
OpenSuppressionSettingsEditorByLinkComponent. handleLinkClicked(IViewModel viewModel)
-