Uses of Interface
com._1c.g5.aef2.events.IEvent
-
-
Uses of IEvent in com._1c.g5.aef2.components
Methods in com._1c.g5.aef2.components with parameters of type IEvent Modifier and Type Method Description voidComponent. queueAndWaitEvent(IEvent event)voidComponent. queueEvent(IEvent event) -
Uses of IEvent in com._1c.g5.aef2.events
Subinterfaces of IEvent in com._1c.g5.aef2.events Modifier and Type Interface Description interfaceIClientEventA contract for events sent by the scene to its components.interfaceIServiceEventThe event used by the Atomic Editor Framework to communicate with ambient services.Classes in com._1c.g5.aef2.events that implement IEvent Modifier and Type Class Description classClientCollapseAllEventCollapse all event that can be sent to a component so that it transforms it intoTreeCollapseAllEventfor its view models.classClientEventAn abstract implementation ofIClientEvent.classClientExpandAllEventExpand all event that can be sent to a component so that it transforms it intoTreeExpandAllEventfor its view models.classClientFocusEventAn event sent to a component indicating it needs to focus.classClientSelectionEventA selection event that can be sent to a component so that it transforms it intoSelectionEvents for its view models.classClientSetFilterEventA set filter event that can be sent to a component and contains filter predicate.classClientSetSelectionEventA set selection event that can be sent to a component so that it transforms it intoTableSetSelectionEventandTreeSetSelectionEventfor its view models.classCommitEventThe commit event, typically sent from aIViewto its component.classDiscardEventThe discard event, typically sent from aIViewto its component.classFocusEventFocus event.classOkPressedEventSpecial implementation ofIEventthat says to dialog created byIDialogViewModelthat it should be called okPressed methodclassRelayoutEventThe relayout event, sent from aIViewto its component.classRestoreFocusEventEvent that should focus the last focused component (if it was stored by the scene) or the component defined by a query if no previously focused component was found.classRestoreStateEventThe restore state event.classSceneRefreshEventAn event which the scene sends to its component after refresh.classViewModelEventThe view model event.Methods in com._1c.g5.aef2.events with parameters of type IEvent Modifier and Type Method Description voidIEventChannelListener. eventReceived(IEvent event)Invoked when event channel has received an event.voidIEventChannel. queueAndWaitEvent(IEvent event)Queues the event to this channel and waits for its processing done.voidIEventChannel. queueEvent(IEvent event)Queues the event to this channel. -
Uses of IEvent in com._1c.g5.aef2.events.view
Classes in com._1c.g5.aef2.events.view that implement IEvent Modifier and Type Class Description classViewFocusEventAn event notified by anIViewwhen one of its controls receives focus. -
Uses of IEvent in com._1c.g5.aef2.scenes
Methods in com._1c.g5.aef2.scenes with parameters of type IEvent Modifier and Type Method Description voidIScene. handleComponentEvent(IComponent<?> component, IEvent event)Notifies the scene that a component-specific event has happened.voidScene. handleComponentEvent(IComponent<?> component, IEvent event) -
Uses of IEvent in com._1c.g5.aef2.standard.definitions.events
Classes in com._1c.g5.aef2.standard.definitions.events that implement IEvent Modifier and Type Class Description classRefreshEventThe refresh event. -
Uses of IEvent in com._1c.g5.aef2.standard.events
Classes in com._1c.g5.aef2.standard.events that implement IEvent Modifier and Type Class Description classClickEventThe click event.classContextActivationEventContext activation event.classContextDeactivationEventContext deactivation event.classExecuteActionEventThe execute action event.classExternalValidationEventThe event sent to component to update its external validation status.
This event is alwaysasync.classHotkeyExecutionEventThe hotkey execution event.classHotkeyRefreshEventIEventimplementation for handling the hotkey refresh events.classSectionExpansionEventThe expansion event is sent by View to its channel when the Section control is expanded or collapsed.classSelectionEventSelection event.classValidationRequiredEventclassViewModelNotifyEventThe view model notification event. -
Uses of IEvent in com._1c.g5.aef2.views
Methods in com._1c.g5.aef2.views with parameters of type IEvent Modifier and Type Method Description protected voidView. handleEventChannelEvent(IEvent event, VM viewModel, NC control)Handles events fromIEventChannel.protected voidView. queueAndWaitEvent(IEvent event)Queues and waits event to theIEventChannel.protected voidView. queueEvent(IEvent event)Queues event to theIEventChannel. -
Uses of IEvent in com._1c.g5.v8.dt.aef2.bm.events
Classes in com._1c.g5.v8.dt.aef2.bm.events that implement IEvent Modifier and Type Class Description classBmServiceEventTheIServiceEventimplementation that represents BM events.classDerivedDataObjectStatusEventTheIServiceEventthat is sent on DD object status changing. -
Uses of IEvent in com._1c.g5.v8.dt.md.ui.aef.components
Classes in com._1c.g5.v8.dt.md.ui.aef.components that implement IEvent Modifier and Type Class Description classClientShowOnlyUsedContentEventShow content filter by use event that can be sent to a common attributes content componentMethods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type IEvent Modifier and Type Method Description protected voidCommonAttributeContentTreeComponent. processEvent(IEvent event) -
Uses of IEvent 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 IEvent Modifier and Type Class Description classCommonPicturesPreviewImageChangeEventA image change event that can be sent to a preview image component -
Uses of IEvent in com._1c.g5.v8.dt.md.ui.aef2.events
Classes in com._1c.g5.v8.dt.md.ui.aef2.events that implement IEvent Modifier and Type Class Description classDistributionSupportServiceEventTheIServiceEventthat is the AEF 2.0 equivalent ofDistributionSupportChangeEvent. -
Uses of IEvent in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute with parameters of type IEvent Modifier and Type Method Description protected voidCommonAttributeContentSwtView. handleEventChannelEvent(IEvent event, TreeViewModel viewModel, org.eclipse.swt.widgets.Composite control) -
Uses of IEvent in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration with parameters of type IEvent Modifier and Type Method Description protected voidConfigurationStandaloneContentComponent. processEvent(IEvent event) -
Uses of IEvent in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type IEvent Modifier and Type Method Description protected voidDataExchangeComponent. processEvent(IEvent event) -
Uses of IEvent 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 IEvent Modifier and Type Class Description classClientSetFilterByStandaloneContentEventA set filter by standalone content event that can be sent to a component.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan with parameters of type IEvent Modifier and Type Method Description protected voidExchangePlanContentComponent. processEvent(IEvent event) -
Uses of IEvent in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Methods in com._1c.g5.v8.dt.md.ui.editor.predefineddata with parameters of type IEvent Modifier and Type Method Description protected voidPredefinedDataComponent. processEvent(IEvent event) -
Uses of IEvent in com._1c.g5.v8.dt.ui.aef.component
Methods in com._1c.g5.v8.dt.ui.aef.component with parameters of type IEvent Modifier and Type Method Description protected abstract voidDtDynamicTableComponent. processEvent(IEvent event)Processes the received event from table component.protected abstract voidDtDynamicTreeComponent. processEvent(IEvent event)Processes the received event from component.protected voidNavigatorTableComponent. processEvent(IEvent event)protected voidNavigatorTreeComponent. processEvent(IEvent event) -
Uses of IEvent in com._1c.g5.v8.dt.ui.aef.events
Subinterfaces of IEvent in com._1c.g5.v8.dt.ui.aef.events Modifier and Type Interface Description interfaceIProjectParameterChangeEventTheIServiceEventthat keeps information about changing one of the project parameters.Classes in com._1c.g5.v8.dt.ui.aef.events that implement IEvent Modifier and Type Class Description classCollapseAllEventEvent for collapse all tree.classEditingLanguageChangeEventTheIServiceEventimplementation that keeps information about editing language changes.classExpandAllEventEvent for expand all tree.classLanguagesChangeEventTheIServiceEventimplementation that keeps information about language list changes.classNavigatorObjectSelectionEventEvent to send when the navigator object is selected in component.classScriptVariantChangeEventTheIServiceEventthat keeps information about script variant change.classTabItemChangedEventThe event notified by a tab folder view when its selected tab has changed.classTableCommitEventEvent that initiates then the table view commits items.classTableDoubleClickEventEvent that initiates then the table view double clicked item.classTableRefreshEventEvent for refreshing table view.classTableSelectionEventThe event notified by a table view when its selection has changed.classTableSetSelectionEventSet selection event for table.classTreeCommitEventEvent that initiates then the tree view commits items.classTreeDoubleClickEventEvent that initiates then the tree view double clicked item.classTreeExpansionEventThe tree expansion event.classTreeModifyEventEvent triggered on delete or insert keys pressed on the tree item.classTreeRefreshEventEvent for refreshing tree view.classTreeSelectionEventSelection event for tree.classTreeSetExpansionEventSet expansion event for trees.classTreeSetSelectionEventSet selection event for tree.classUsePurposesChangeEventTheIServiceEventimplementation that keeps information about use purposes list changes. -
Uses of IEvent in com._1c.g5.v8.dt.ui.aef.events.grid
Subinterfaces of IEvent in com._1c.g5.v8.dt.ui.aef.events.grid Modifier and Type Interface Description interfaceIGridEventThe basic interface for grid component events.Classes in com._1c.g5.v8.dt.ui.aef.events.grid that implement IEvent Modifier and Type Class Description classGridCellCreationEventThe grid cell creation event.
The view sends the event when the 'placeholder' for cell editor was created.classGridCellDisposalEventThe grid cell disposal event.
The view sends the event when the cell editor is deactivated (should be disposed).classGridCellFocusEventThe grid cell focus event.
The view sends focus event when the cell editor should be focused.classGridCellInitializationEventThe grid cell initialization event.
It is sent to component by view when the cell editor initialization (activation) is needed.classGridCheckboxCellEventThe grid checkbox cell event.
The view sends the event when the cell editor notifies about it is checked/unchecked.classGridItemSelectionEventThe grid item selection event.classGridRefreshEventThe grid refresh event. -
Uses of IEvent in com._1c.g5.v8.dt.ui.aef.lwt.views
Methods in com._1c.g5.v8.dt.ui.aef.lwt.views with parameters of type IEvent Modifier and Type Method Description protected voidAbstractDtSelectView. handleEventChannelEvent(IEvent event, VM viewModel, LightEditorBar<LC> control)protected voidDtActionBarView. handleEventChannelEvent(IEvent event, ActionBarViewModel viewModel, LightEditorBar<LightText> control) -
Uses of IEvent in com._1c.g5.v8.dt.ui.aef.swt.views
Methods in com._1c.g5.v8.dt.ui.aef.swt.views with parameters of type IEvent Modifier and Type Method Description protected voidAbstractDtSelectView. handleEventChannelEvent(IEvent event, VM viewModel, NC control)protected voidDtActionBarView. handleEventChannelEvent(IEvent event, ActionBarViewModel viewModel, ValueChooser control)protected voidDtTableView. handleEventChannelEvent(IEvent event, TableViewModel viewModel, org.eclipse.swt.widgets.Composite control)protected voidDtTreeView. handleEventChannelEvent(IEvent event, TreeViewModel viewModel, org.eclipse.swt.widgets.Composite control) -
Uses of IEvent in com._1c.g5.v8.dt.ui.aef.swt.views.grid
Methods in com._1c.g5.v8.dt.ui.aef.swt.views.grid with parameters of type IEvent Modifier and Type Method Description protected voidSwtGridView. handleEventChannelEvent(IEvent event, GridViewModel viewModel, org.eclipse.nebula.widgets.grid.Grid control) -
Uses of IEvent in com._1c.g5.v8.dt.ui.editor.aef.events
Classes in com._1c.g5.v8.dt.ui.editor.aef.events that implement IEvent Modifier and Type Class Description classDtGranularEditorChangeSelectionEventThe event that sent from components to theDtGranularEditorPageAefComponentto notify about selection of the editor should be changed. -
Uses of IEvent in com._1c.g5.v8.dt.xdto.ui.aef.components
Methods in com._1c.g5.v8.dt.xdto.ui.aef.components with parameters of type IEvent Modifier and Type Method Description protected voidPackageDataComponent. processEvent(IEvent event)
-