Uses of Interface
com._1c.g5.aef2.events.IEventChannel
-
-
Uses of IEventChannel in com._1c.g5.aef2.components
Subinterfaces of IEventChannel in com._1c.g5.aef2.components Modifier and Type Interface Description interfaceIComponent<M extends IModel>Defines contract of a component.Classes in com._1c.g5.aef2.components that implement IEventChannel Modifier and Type Class Description classComponent<M extends IModel,P extends IParameterization>BaseIComponentimplementation. -
Uses of IEventChannel in com._1c.g5.aef2.standard.components
Classes in com._1c.g5.aef2.standard.components that implement IEventChannel Modifier and Type Class Description classAbstractControlComponent<M extends IModel,P extends IParameterization,V extends ControlViewModel>The basic class for all control components.classBigDecimalSpinnerComponentComponent for big decimal spinner.classButtonComponentThe button component.classCheckableLabelComponent<M,VM extends CheckableLabelViewModel>Checkable label component that shows lable and checkbox.classCheckBoxComponentThe SWT checkbox component.classComboComponent<T>The combo component.classComboLabelComponent<M,VM extends ComboLabelViewModel>Combo label component that shows lable and picture expanded as combo.classCompositeComponent<M extends IModel,P extends IParameterization>The composite component.classContainerComponent<M extends IModel,P extends IParameterization>The container component.classDialogComponent<M extends IModel,P extends IDialogParametrization>The dialog component.classDoubleSpinnerComponentComponent for double spinner.classFieldComponentThe field component with the label on the left and actual control on the right.classImageButtonComponentThe image button component.classLabelComponentThe label component.classLinkComponent<M extends IModel>The link component.classLongSpinnerComponentComponent for long spinner.classRadioGroupComponent<T>The radio group component.classScrolledCompositeComponent<M extends IModel,P extends IParameterization>The composite component which know how to scroll content.classSectionComponentThe section component.classSeparatorComponentSeparator component.classSpinnerComponentComponent that manages the integer model as the one value of the allowed value set.classStandardComponent<M extends IModel,P extends IParameterization>BaseIComponentclass for all of the components that use EMF-basedControlViewModelimplementation.classTextComponentThe text component. -
Uses of IEventChannel in com._1c.g5.aef2.standard.definitions.components
Subinterfaces of IEventChannel in com._1c.g5.aef2.standard.definitions.components Modifier and Type Interface Description interfaceIManagingComponent<M extends IManagingModel>This interface should be implemented by the root component that corresponds toIManagingDefinition.Classes in com._1c.g5.aef2.standard.definitions.components that implement IEventChannel Modifier and Type Class Description classDefinitionDrivenComponent<M extends IDefinitionModel,P extends IParameterization>The component implementation that creates sub components by definition.classSectionDefinitionComponentSection definition component. -
Uses of IEventChannel in com._1c.g5.aef2.standard.lwt.renderers
Methods in com._1c.g5.aef2.standard.lwt.renderers that return IEventChannel Modifier and Type Method Description static IEventChannelLwtStandardRenderer. getFocusedEventChannel() -
Uses of IEventChannel in com._1c.g5.aef2.standard.models
Constructors in com._1c.g5.aef2.standard.models with parameters of type IEventChannel 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 IEventChannel in com._1c.g5.aef2.standard.swt.renderers
Methods in com._1c.g5.aef2.standard.swt.renderers that return IEventChannel Modifier and Type Method Description static IEventChannelSwtStandardRenderer. getFocusedEventChannel() -
Uses of IEventChannel in com._1c.g5.aef2.standard.viewModels.impl
Fields in com._1c.g5.aef2.standard.viewModels.impl declared as IEventChannel Modifier and Type Field Description protected static IEventChannelContainerViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected static IEventChannelControlViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected static IEventChannelDialogViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected static IEventChannelItemViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected IEventChannelContainerViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.protected IEventChannelControlViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.protected IEventChannelDialogViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.protected IEventChannelItemViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.Methods in com._1c.g5.aef2.standard.viewModels.impl that return IEventChannel Modifier and Type Method Description IEventChannelContainerViewModelImpl. getEventChannel()IEventChannelControlViewModelImpl. getEventChannel()IEventChannelDialogViewModelImpl. getEventChannel()IEventChannelItemViewModelImpl. getEventChannel()Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type IEventChannel Modifier and Type Method Description voidContainerViewModelImpl. setEventChannel(IEventChannel newEventChannel)voidControlViewModelImpl. setEventChannel(IEventChannel newEventChannel)voidDialogViewModelImpl. setEventChannel(IEventChannel newEventChannel)voidItemViewModelImpl. setEventChannel(IEventChannel newEventChannel) -
Uses of IEventChannel in com._1c.g5.aef2.viewModels
Methods in com._1c.g5.aef2.viewModels that return IEventChannel Modifier and Type Method Description IEventChannelIViewModel. getEventChannel()Returns the value of the 'Event Channel' attribute.Methods in com._1c.g5.aef2.viewModels with parameters of type IEventChannel Modifier and Type Method Description voidIViewModel. setEventChannel(IEventChannel value)Sets the value of the 'Event Channel' attribute. -
Uses of IEventChannel in com._1c.g5.aef2.viewModels.impl
Methods in com._1c.g5.aef2.viewModels.impl that return IEventChannel Modifier and Type Method Description IEventChannelAefFactoryImpl. createIEventChannelFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of IEventChannel in com._1c.g5.properties.ui
Classes in com._1c.g5.properties.ui that implement IEventChannel Modifier and Type Class Description classPropertyPaletteComponentSpecial implementation ofCompositeComponentfor property palette. -
Uses of IEventChannel in com._1c.g5.v8.dt.addin.ui.aef.components
Classes in com._1c.g5.v8.dt.addin.ui.aef.components that implement IEventChannel Modifier and Type Class Description classAddInUploadButtonsComponentAdd in data loading component -
Uses of IEventChannel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl
Fields in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl declared as IEventChannel Modifier and Type Field Description protected static IEventChannelAggregatesTableColumnViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected static IEventChannelAggregateTableItemViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected IEventChannelAggregatesTableColumnViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.protected IEventChannelAggregateTableItemViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that return IEventChannel Modifier and Type Method Description IEventChannelAggregatesTableColumnViewModelImpl. getEventChannel()IEventChannelAggregateTableItemViewModelImpl. getEventChannel()Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl with parameters of type IEventChannel Modifier and Type Method Description voidAggregatesTableColumnViewModelImpl. setEventChannel(IEventChannel newEventChannel)voidAggregateTableItemViewModelImpl. setEventChannel(IEventChannel newEventChannel) -
Uses of IEventChannel in com._1c.g5.v8.dt.bp.scheme.ui.aef.components
Classes in com._1c.g5.v8.dt.bp.scheme.ui.aef.components that implement IEventChannel Modifier and Type Class Description classAddressingAttributesComponentContainer component for addressing attributes components.classGraphicalSchemeEventHandlerComponentGraphical scheme item event componentclassGraphicalSchemeLineComponentComponent forGraphicalSchemeLine.classGraphicalSchemePictureSelectionComponentSpecial implementation ofPictureSelectionComponentforGraphicalSchemePictureclassGraphicalSchemePictureStyleComponentVersionedEnumComponentimplementation for feature withGraphicalSchemePictureStyletype.classHandlerSelectionComponentComponent for event handler selection. -
Uses of IEventChannel in com._1c.g5.v8.dt.dcs.ui.aef.component.chart
Classes in com._1c.g5.v8.dt.dcs.ui.aef.component.chart that implement IEventChannel Modifier and Type Class Description classChartAxisValueDialogComponentDialogComponentimplementation forChartAxiseditor. -
Uses of IEventChannel in com._1c.g5.v8.dt.dcs.ui.aef.component.chart.reference
Classes in com._1c.g5.v8.dt.dcs.ui.aef.component.chart.reference that implement IEventChannel Modifier and Type Class Description classDcsChartReferenceBandGridComponentGrid component forChartReferenceBandclassDcsChartReferenceBandsDialogComponentDialog component forChartReferenceBandsclassDcsChartReferenceLineGridComponentGrid component forChartReferenceLine.classDcsChartReferenceLinesDialogComponentDialog component forChartReferenceLines -
Uses of IEventChannel in com._1c.g5.v8.dt.form.ui.aef.components
Classes in com._1c.g5.v8.dt.form.ui.aef.components that implement IEventChannel Modifier and Type Class Description classEventHandlerCollectionComponentThe form model object event handler collection component.classHandlerSelectionComponentThe handler selection component.classNumberMinMaxValueComponentMin (max) value component forNumberValueclassOpenChartEditorByLinkComponentThe component opens page for chart editing.classOpenDendrogramEditorByLinkComponentThe component opens page for dendrogram editing.classOpenEditorInFormByLinkComponent<M extends com._1c.g5.v8.dt.form.internal.ui.properties.models.IFormValue<? extends org.eclipse.emf.ecore.EObject,? extends org.eclipse.emf.ecore.EObject>>The component opens additional editor page in a form editor.classOpenGanttChartEditorByLinkComponentThe component opens page for gantt chart editing.classOpenGeographicalSchemaEditorInFormByLinkComponent<M extends com._1c.g5.v8.dt.form.internal.ui.properties.models.IFormValue<? extends org.eclipse.emf.ecore.EObject,? extends org.eclipse.emf.ecore.EObject>>The component opens additional geographical schema editor page in a form editor.classOpenGraphicalSchemeEditorInFormByLinkComponent<M extends com._1c.g5.v8.dt.form.internal.ui.properties.models.IFormValue<? extends org.eclipse.emf.ecore.EObject,? extends org.eclipse.emf.ecore.EObject>>The component opens additional graphical scheme editor page in a form editor.classOpenMoxelEditorByLinkComponentOpen moxel (spreadsheet) editor by link componentclassTableLocationComboSelectComponentComponent for managing the GanttChart model. -
Uses of IEventChannel in com._1c.g5.v8.dt.form.ui.chart.aef.components
Classes in com._1c.g5.v8.dt.form.ui.chart.aef.components that implement IEventChannel Modifier and Type Class Description classChartColorPaletteDescriptionDialogComponentThe dialog component forChartColorPaletteDescriptionclassChartScaleDialogComponentChart scale dialog component.classIntervalBoundComponentComponent for interval's lower or upper bound.classOpenTimeScaleEditorByLinkComponentOpen time scale editor by link component -
Uses of IEventChannel in com._1c.g5.v8.dt.form.ui.chart.aef.components.reference
Classes in com._1c.g5.v8.dt.form.ui.chart.aef.components.reference that implement IEventChannel Modifier and Type Class Description classChartReferenceBandGridComponentGrid component forChartReferenceBandclassChartReferenceBandsDialogComponentDialog component forChartReferenceBandsprotected classChartReferenceBandsDialogComponent.ChartReferenceBandsGridWithToolbarComponentclassChartReferenceLineGridComponentGrid component forChartReferenceLine.classChartReferenceLinesDialogComponentDialog component for editing chart reference lines.protected classChartReferenceLinesDialogComponent.ReferenceLinesGridWithToolbarComponent -
Uses of IEventChannel in com._1c.g5.v8.dt.form.ui.chart.aef.components.trendline
Classes in com._1c.g5.v8.dt.form.ui.chart.aef.components.trendline that implement IEventChannel Modifier and Type Class Description classTrendlineArrayDialogComponentDialog component for editing series' trendlines. -
Uses of IEventChannel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.reference
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.reference 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 IEventChannel Modifier and Type Class Description classcom._1c.g5.v8.dt.form.ui.internal.chart.aef.components.reference.AbstractChartReferenceGridComponent<T extends IGridItem,ME,M extends IGridModel<ME>,RT extends org.eclipse.emf.ecore.EObject>Grid component for chart reference line / band. -
Uses of IEventChannel in com._1c.g5.v8.dt.form.ui.wizard
Classes in com._1c.g5.v8.dt.form.ui.wizard that implement IEventChannel Modifier and Type Class Description classFormWizardAttributesPageForm attributes wizard page. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.help.ui.aef
Classes in com._1c.g5.v8.dt.md.help.ui.aef that implement IEventChannel Modifier and Type Class Description classOpenMdHelpComponentOpen help editor component. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.mobiledigisign.ui
Classes in com._1c.g5.v8.dt.md.mobiledigisign.ui that implement IEventChannel Modifier and Type Class Description classMobileDigiSignComponentComponent for working with mobile client digital signature -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.aef.components
Classes in com._1c.g5.v8.dt.md.ui.aef.components that implement IEventChannel Modifier and Type Class Description classAbstractChoiceParameterLinksComponent<T extends AbstractChoiceParameterLink,U,M extends IChoiceParameterLinksModel<T,U>>The abstract component for working with choice parameter links features.classAbstractDtActionBarHandlerSelectComponent<M extends IBaseBmHandlerNameModel,P extends IDtActionBarParameterization>AbstractDtActionBarComponentimplementation for handle selection component.classAbstractMobileApplicationUrlsComponent<T extends AbstractMobileApplicationUrl,M extends IAbstractMobileApplicationUrlsModel<T>>The abstract component for mobile application URL's features.classAbstractMultilanguageComponent<MultilanguageModel extends IMultilanguageModel>The component that processes the given map as a set of fields.classAbstractSingleLanguageComponent<SingleLanguageModel extends ISingleLanguageModel>The component that processes the given value which is a text field.classAbstractTypeLinkComponent<T extends AbstractTypeLink,U,M extends ITypeLinkModel<T,U>>Abstract Type link component.classCharacteristicsDescriptionDataPathComboComponentThe component that works with @CharacteristicsDescriptiondata path field models as with selectable values from DT combo.classCharacteristicsDescriptionFieldComboComponentThe component that works with @CharacteristicsDescriptionFieldmodels as with selectable values from DT combo.classChoiceParameterLinksComponentThe choice parameter links component.classCodeComponentPredefined item code component.classColorComponentColor component for processing model ofColortype.classCommonAttributeContentTreeComponentThe AEF 2.0 tree component for the common attribute content.classCommonAttributeDataSeparationComponentDataSeparation ofCommonAttributeedit componentclassConfigurationCompatibilityModeComponentConfiguration compatibility mode component.classConfigurationRequiredMobileApplicationPermissionComponentTheListSelectionComponentimplementation with specific operations for Configuration.getRequiredMobileApplicationPermissions feature.classConfigurationUsePurposesComponentTheListSelectionComponentimplementation with specific operations for Configuration.usePurposes feature.classEventSubscriptionEventsComboSelectComponentComponent for managing the model that is the one possible events forEventSubscription.classEventSubscriptionHandlerSelectComponentHandler selection component for EventSubscription md objectclassFontSelectionComponentThe component forFontobject selection.classFormatStringComponentThe component that processes the multilanguage string with format dialog helper.classFormSelectionComponentTheValueSelectionComponentfor form choosing.classHandlerSelectComponentHandler selection component.classInformationRegisterPeriodicityComponentInformationRegisterPeriodicity component.classMainDataCompositionSchemeComponentTheValueSelectionComponentfor theReportmain DCS choosing.classMdPictureComponentMdPicturecomponent.classMinMaxValueComponentMin (max) value component.classMobileApplicationUrlsComponentThe mobile application URL's component.classMultilanguageComponentMultilanguage component with text.classMultilanguageFormattedTextComponentMultilanguage component with support of formatted text.classNavigatorTreeDialogActionBarComponentThe implementation ofAbstractSelectionActionBarComponentfor navigator selection dialog.classNavigatorTreeDialogComponentNavigator tree dialog component.classNumberCodeMaxLengthSpinnerComponentNumber (code) max length spinner component.classOpenEditorByLinkComponent<T extends org.eclipse.emf.ecore.EObject>Open editor by link component.classPictureSelectionComponentPicture selection component.classPictureSizeComponentComponent forPictureSizeclassReportFormSelectionComponentA tree-based clone ofFormSelectionComponentused for selection of forms of reports and external reports.classRequiredPermissionsComponentThe required permissions component.classScheduledJobMethodNameComponentScheduled job method name component.classSignOfUnfilledParentComponentExtension ofAbstractDtComboSelectComponentfor "Sign of unfilled parent" property.classSingleLanguageFormattedTextComponentSingleLanguage component with support of formatted text.classSourceUrlComponentThe Ws-reference source URL component.classStandardObjectsTreeComponentThe extension ofNavigatorTreeComponentfor Standard attributes and Standard tabular sectionsclassTypeLinkComponentThe component for handling Type link features of MD object attributes.classUsedMobileApplicationFunctionalitiesComponentTheMobileApplicationFunctionalitiescomponent.classXdtoPackagesComponentXdto packages selection component. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.aef.components.choiceparameters
Classes in com._1c.g5.v8.dt.md.ui.aef.components.choiceparameters that implement IEventChannel Modifier and Type Class Description classChoiceParametersComponentThe component forChoiceParameters. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture
Classes in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture that implement IEventChannel Modifier and Type Class Description classCommonPictureContentEditComponentCommonPicture content editor componentclassCommonPicturePreviewImageComponentComponent to preview single image ofCommonPicture, or image from zip-based picture set.classCommonPicturePreviewImageSizeComponentComponent to show size of preview single image ofCommonPicture, or image from zip-based picture set. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture.grid
Classes in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture.grid that implement IEventChannel Modifier and Type Class Description classCommonPictureEntriesComponentToolbar and table component for Common picture zip-based entriesclassCommonPictureEntriesGridComponentGrid component for Common picture zip-based entries -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.aef.components.type
Classes in com._1c.g5.v8.dt.md.ui.aef.components.type that implement IEventChannel Modifier and Type Class Description classTypeDescriptionComponentThe composite component that encapsulates business processing of theTypeDescriptionmodel.classTypeDescriptionDialogComponentThe dialog component forTypeDescription. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.aef.components.value
Classes in com._1c.g5.v8.dt.md.ui.aef.components.value that implement IEventChannel Modifier and Type Class Description classValueComponentThe component for editingValueobjects viaIValueModel. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl
Fields in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl declared as IEventChannel Modifier and Type Field Description protected static IEventChannelNewWizardPageViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected IEventChannelNewWizardPageViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl that return IEventChannel Modifier and Type Method Description IEventChannelNewWizardPageViewModelImpl. getEventChannel()Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl with parameters of type IEventChannel Modifier and Type Method Description voidNewWizardPageViewModelImpl. setEventChannel(IEventChannel newEventChannel) -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that implement IEventChannel Modifier and Type Class Description classConfigurationStandaloneContentComponentThe AEF 2.0 component for the configuration standalone content.classConfigurationStandaloneContentExchangeSettingsDialogComponentStandaloneContentDataExchangeSettingsdialog component. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that implement IEventChannel Modifier and Type Class Description classDataExchangeComponentThe AEF 2.0 component for the data exchange. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.document
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.document that implement IEventChannel Modifier and Type Class Description classDocumentEditorPostingPageComponentDocument posting content page component. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that implement IEventChannel Modifier and Type Class Description classExchangePlanContentComponentThe AEF 2.0 component for the exchange plan content. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Classes in com._1c.g5.v8.dt.md.ui.editor.predefineddata that implement IEventChannel Modifier and Type Class Description classPredefinedDataComponentPredefined data page tree component. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.extension.aef.components
Classes in com._1c.g5.v8.dt.md.ui.extension.aef.components that implement IEventChannel Modifier and Type Class Description classExtendedComboLabelComponentExtended combo label component that shows label and allows to change metadata property state.classExtendedConfigurationObjectComponentValueSelectionComponentforMdObjectfeature ExtendedconfiguationObject (see {@link MdClassPackage#Literals#MD_OBJECT__EXTENDED_CONFIGURATION_OBJECT})classExtendedFieldComponentExtended field component that showsExtendedLabelComponentinstead of original simple label component.classExtendedLabelComponentExtended label component that shows lable and allows to change metadata property state.classExtendedTypeDescriptionComponentExtended type description component that shows lable and allows to change metadata property state.classExtendedTypeDescriptionMultiStateComponentType description editing component for extension configuration. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.properties.components
Classes in com._1c.g5.v8.dt.md.ui.properties.components that implement IEventChannel Modifier and Type Class Description classMdPropertyPaletteComponentImplementation ofPropertyPaletteComponentcontaining EDT specific logic. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards that implement IEventChannel Modifier and Type Class Description protected classAbstractDependentProjectWizard.DependedRootObjectPageRoot object wizard page.classConfigurationPageThe first page of the new configuration wizard.classRootObjectPage<T extends AbstractProjectWizard.WizardModel<M>,M extends MdObject>Root object wizard page. -
Uses of IEventChannel in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Classes in com._1c.g5.v8.dt.md.ui.wizards.base.aef that implement IEventChannel Modifier and Type Class Description classCharacteristicsDescriptionModelNewWizardPageComponentComponent for wizard page that operates withCharacteristicsDescriptionproperties.classMdModelNewWizardPageComponent<M extends IMdObjectModel>Component for wizard page that operates withMdObjectfields.classMdTypedModelNewWizardPageComponent<M extends IMdTypedObjectModel>Component for wizard page that operates withMdObjectfields and with additional features which are attached by extension pointMdModelTypesExtension.classNewWizardPageComponent<M extends IModel>Base class for AEF wizard page componentsclassPredefinedAccountNewWizardPageComponent for wizard page that operates withChartOfAccountsPredefinedItemfields.classPredefinedCalculationTypeNewWizardPageComponent for wizard page that operates withChartOfCalculationTypesPredefinedItemfields.classPredefinedCharacteristicTypeNewWizardPageComponent for wizard page that operates withChartOfCharacteristicTypesPredefinedItemfields.classPredefinedItemNewWizardPage<M extends IPredefinedItemModel>Component for wizard page that operates withPredefinedItemfields.classTypeNewWizardPageComponentCreates page for type description selection. -
Uses of IEventChannel in com._1c.g5.v8.dt.moxel.ui.aef.components
Classes in com._1c.g5.v8.dt.moxel.ui.aef.components that implement IEventChannel Modifier and Type Class Description classMoxelAreaComponentMoxel area component.classMoxelPatternComponentMoxel content pattern component.classMoxelSpreadsheetLineComponentSpreadsheet line component. -
Uses of IEventChannel in com._1c.g5.v8.dt.ui.aef.component
Classes in com._1c.g5.v8.dt.ui.aef.component that implement IEventChannel Modifier and Type Class Description classAbstractDtActionBarComponent<M extends IModel,P extends IDtActionBarParameterization>Base component for components that works with model that can be represented as string.classAbstractDtColorActionBarComponent<M extends IModel,P extends IDtActionBarParameterization>TheAbstractDtReadonlyActionBarComponentimplementation for controls that displays color within the text box.classAbstractDtComboSelectComponent<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.classAbstractDtEditableComboComponent<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.classAbstractDtListActionBarComponent<T,P extends IDtActionBarParameterization>The simple implementation ofAbstractDtActionBarComponentthat maps the given list model to action bar view model.classAbstractDtReadonlyActionBarComponent<M extends IModel,P extends IDtActionBarParameterization>TheAbstractDtActionBarComponentwith the read-only editor.classAbstractDtSelectComponent<M extends IModel,P extends IParameterization,VM extends SelectViewModel>Base component for components that allow to select new value with feasible buttons in action bar.classAbstractGridComponent<T extends IGridItem,ME,M extends IGridModel<ME>,P extends IParameterization>The abstract grid component.classAbstractGridWithToolbarComponent<T extends IGridItem,ME,M extends IGridModel<ME>,P extends IParameterization>The container component that combines toolbar and grid components.classAbstractSelectionActionBarComponent<M extends IModel,P extends ISelectionParameterization>TheAbstractDtReadonlyActionBarComponentimplementation that allows to select values from dialog.classAbstractSelectionComponent<M extends IEmfSelectionModel<? extends org.eclipse.emf.ecore.EObject>,P extends ISelectionParameterization>TheAbstractDtActionBarComponentimplementation that allows to select values from dialog.classAbstractSelectionFromListDialogComponent<M extends IEmfSelectionModel<? extends org.eclipse.emf.ecore.EObject>>The abstract implementation ofAbstractSelectionComponentthat creates theItemSelectionDialogatAbstractSelectionComponent.createSelectionDialog(org.eclipse.swt.widgets.Shell)point.classAbstractSelectionFromTreeDialogComponent<M extends IEmfTreeSelectionModel<? extends org.eclipse.emf.ecore.EObject>>The abstract implementation ofAbstractSelectionComponentthat creates theTreeDialogatAbstractSelectionComponent.createSelectionDialog(org.eclipse.swt.widgets.Shell)point.classAbstractTabFolderComponent<M extends IModel,P extends IParameterization>The tab folder component.classBooleanComboComponentThe component that works withBooleanmodels as with selectable values from DT combo.classDialogWithToolbarComponent<M extends IModel,P extends IDialogParametrization>Dialog component with toolbar.classDirectorySelectionComponentDirectory selection component.classDtBorderStyleComponentBorder style componentclassDtDateComponentThe component that operates with the date in given.classDtDynamicTableComponent<T,M extends IDynamicTableModel,VM extends TableViewModel,P extends IStructuredParameterization>Abstract implementation of the table component that operates withIDynamicTableModel.classDtDynamicTreeComponent<T,M extends IDynamicTreeModel<T>,VM extends TreeViewModel,P extends ITreeParameterization>Abstract implementation of the tree component that operates withIDynamicTreeModel.classDtMappedCheckboxComponent<T>The DT checkbox component that can be mapped on any model type.classDtPictureComponentThe picture component for displaying the model value as image.classDtTextComponentThe component that operates with the given model as with text field.classDtValueActionBarComponent<T,P extends IDtActionBarParameterization>AbstractDtSelectComponentimplementation forIValuemodels.classEnumComponent<T>Component for managing the model that is the one possible value of some enumeration.classEnumRadioGroupComponent<T>The enum radio group component.classFileSelectionComponentFile selection component.classGridLayoutCompositeComponentA helper composite component withgrid layoutand a static builder.classListSelectionComponent<T>TheAbstractSelectionFromListDialogComponentimplementation forIList.classNavigatorTableComponentTable component for navigator objects.classNavigatorTreeComponentTree component for navigator objects.classNullableSpinnerComponentComponent that manages theIntegermodel as the one value of the allowed value set.classShortcutComponentThe shortcut editing componentclassTextPreviewComponent<M extends IModel>Component for displaying text with given color and font properties.classToolBarComponentThe toolbar component.classTreeToListSelectionComponent<T>TheAbstractSelectionFromTreeDialogComponentimplementation forIList.classTreeToSingleItemSelectionComponent<T>TheAbstractSelectionFromTreeDialogComponentimplementation forIValue.classUnsettablePropertyFieldComponent<T>Unsettable property field component that showsCheckedLabelComponentinstead of original simple label component.classValueSelectionComponent<T>TheAbstractSelectionComponentimplementation forIValueclassVersionedEnumComponent<T>Version-aware component for managing the model that is the one possible value of some enumeration. -
Uses of IEventChannel in com._1c.g5.v8.dt.ui.aef.swt.views.grid
Constructors in com._1c.g5.v8.dt.ui.aef.swt.views.grid with parameters of type IEventChannel Constructor Description GridSelectionAdapter(IEventChannel eventChannel, GridColumnViewModel column)Creates a new adapter. -
Uses of IEventChannel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Fields in com._1c.g5.v8.dt.ui.aef.viewModels.impl declared as IEventChannel Modifier and Type Field Description protected static IEventChannelButtonItemViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected static IEventChannelGridColumnViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected static IEventChannelTabItemViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected static IEventChannelToolBarItemViewModelImpl. EVENT_CHANNEL_EDEFAULTThe default value of the 'Event Channel' attribute.protected IEventChannelButtonItemViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.protected IEventChannelGridColumnViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.protected IEventChannelTabItemViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.protected IEventChannelToolBarItemViewModelImpl. eventChannelThe cached value of the 'Event Channel' attribute.Methods in com._1c.g5.v8.dt.ui.aef.viewModels.impl that return IEventChannel Modifier and Type Method Description IEventChannelButtonItemViewModelImpl. getEventChannel()IEventChannelGridColumnViewModelImpl. getEventChannel()IEventChannelTabItemViewModelImpl. getEventChannel()IEventChannelToolBarItemViewModelImpl. getEventChannel()Methods in com._1c.g5.v8.dt.ui.aef.viewModels.impl with parameters of type IEventChannel Modifier and Type Method Description voidButtonItemViewModelImpl. setEventChannel(IEventChannel newEventChannel)voidGridColumnViewModelImpl. setEventChannel(IEventChannel newEventChannel)voidTabItemViewModelImpl. setEventChannel(IEventChannel newEventChannel)voidToolBarItemViewModelImpl. setEventChannel(IEventChannel newEventChannel) -
Uses of IEventChannel in com._1c.g5.v8.dt.ui.editor.aef.components
Classes in com._1c.g5.v8.dt.ui.editor.aef.components that implement IEventChannel Modifier and Type Class Description classDtGranularEditorPageAefComponentParent component for AEF granular editor page.classDtGranularEditorPageSectionComponentThe component that implements sections in editors. -
Uses of IEventChannel in com._1c.g5.v8.dt.xdto.ui.aef.components
Classes in com._1c.g5.v8.dt.xdto.ui.aef.components that implement IEventChannel Modifier and Type Class Description classPackageDataComponentPackage tree component.classPackageTreeToListSelectionComponentQNametree multi selection component.classPackageTreeToSingleItemSelectionComponentQNametree single selection component. -
Uses of IEventChannel in com.e1c.g5.dt.applications.ui.editor.aef.components
Classes in com.e1c.g5.dt.applications.ui.editor.aef.components that implement IEventChannel Modifier and Type Class Description classRadioGroupComponent<T>The radio group component for application editor purposes.classTreeComponentThe tree component for application editor puproses. -
Uses of IEventChannel in com.e1c.g5.v8.dt.check.suppress.ui.aef.components
Classes in com.e1c.g5.v8.dt.check.suppress.ui.aef.components that implement IEventChannel Modifier and Type Class Description classOpenSuppressionSettingsEditorByLinkComponentProvides suppression settings editor component available on link click.
-