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 void
Component. queueAndWaitEvent(IEvent event)
void
Component. 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 interface
IClientEvent
A contract for events sent by the scene to its components.interface
IServiceEvent
The 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 class
ClientCollapseAllEvent
Collapse all event that can be sent to a component so that it transforms it intoTreeCollapseAllEvent
for its view models.class
ClientEvent
An abstract implementation ofIClientEvent
.class
ClientExpandAllEvent
Expand all event that can be sent to a component so that it transforms it intoTreeExpandAllEvent
for its view models.class
ClientFocusEvent
An event sent to a component indicating it needs to focus.class
ClientSelectionEvent
A selection event that can be sent to a component so that it transforms it intoSelectionEvent
s for its view models.class
ClientSetFilterEvent
A set filter event that can be sent to a component and contains filter predicate.class
ClientSetSelectionEvent
A set selection event that can be sent to a component so that it transforms it intoTableSetSelectionEvent
andTreeSetSelectionEvent
for its view models.class
CommitEvent
The commit event, typically sent from aIView
to its component.class
DiscardEvent
The discard event, typically sent from aIView
to its component.class
FocusEvent
Focus event.class
OkPressedEvent
Special implementation ofIEvent
that says to dialog created byIDialogViewModel
that it should be called okPressed methodclass
RelayoutEvent
The relayout event, sent from aIView
to its component.class
RestoreFocusEvent
Event 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.class
RestoreStateEvent
The restore state event.class
SceneRefreshEvent
An event which the scene sends to its component after refresh.class
ViewModelEvent
The view model event.Methods in com._1c.g5.aef2.events with parameters of type IEvent Modifier and Type Method Description void
IEventChannelListener. eventReceived(IEvent event)
Invoked when event channel has received an event.void
IEventChannel. queueAndWaitEvent(IEvent event)
Queues the event to this channel and waits for its processing done.void
IEventChannel. 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 class
ViewFocusEvent
An event notified by anIView
when 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 void
IScene. handleComponentEvent(IComponent<?> component, IEvent event)
Notifies the scene that a component-specific event has happened.void
Scene. 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 class
RefreshEvent
The 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 class
ClickEvent
The click event.class
ContextActivationEvent
Context activation event.class
ContextDeactivationEvent
Context deactivation event.class
ExecuteActionEvent
The execute action event.class
ExternalValidationEvent
The event sent to component to update its external validation status.
This event is alwaysasync
.class
HotkeyExecutionEvent
The hotkey execution event.class
HotkeyRefreshEvent
IEvent
implementation for handling the hotkey refresh events.class
SectionExpansionEvent
The expansion event is sent by View to its channel when the Section control is expanded or collapsed.class
SelectionEvent
Selection event.class
ValidationRequiredEvent
class
ViewModelNotifyEvent
The 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 void
View. handleEventChannelEvent(IEvent event, VM viewModel, NC control)
Handles events fromIEventChannel
.protected void
View. queueAndWaitEvent(IEvent event)
Queues and waits event to theIEventChannel
.protected void
View. 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 class
BmServiceEvent
TheIServiceEvent
implementation that represents BM events.class
DerivedDataObjectStatusEvent
TheIServiceEvent
that 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 class
ClientShowOnlyUsedContentEvent
Show 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 void
CommonAttributeContentTreeComponent. 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 class
CommonPicturesPreviewImageChangeEvent
A 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 class
DistributionSupportServiceEvent
TheIServiceEvent
that is the AEF 2.0 equivalent ofDistributionSupportChangeEvent
. -
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 void
ConfigurationStandaloneContentComponent. 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 void
DataExchangeComponent. processEvent(IEvent event)
-
Uses of IEvent in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan with parameters of type IEvent Modifier and Type Method Description protected void
ExchangePlanContentComponent. 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 void
DtDynamicTableComponent. processEvent(IEvent event)
Processes the received event from table component.protected abstract void
DtDynamicTreeComponent. processEvent(IEvent event)
Processes the received event from component.protected void
NavigatorTableComponent. processEvent(IEvent event)
protected void
NavigatorTreeComponent. 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 interface
IProjectParameterChangeEvent
TheIServiceEvent
that 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 class
CollapseAllEvent
Event for collapse all tree.class
EditingLanguageChangeEvent
TheIServiceEvent
implementation that keeps information about editing language changes.class
ExpandAllEvent
Event for expand all tree.class
LanguagesChangeEvent
TheIServiceEvent
implementation that keeps information about language list changes.class
NavigatorObjectSelectionEvent
Event to send when the navigator object is selected in component.class
ScriptVariantChangeEvent
TheIServiceEvent
that keeps information about script variant change.class
TabItemChangedEvent
The event notified by a tab folder view when its selected tab has changed.class
TableCommitEvent
Event that initiates then the table view commits items.class
TableDoubleClickEvent
Event that initiates then the table view double clicked item.class
TableRefreshEvent
Event for refreshing table view.class
TableSelectionEvent
The event notified by a table view when its selection has changed.class
TableSetSelectionEvent
Set selection event for table.class
TreeCommitEvent
Event that initiates then the tree view commits items.class
TreeDoubleClickEvent
Event that initiates then the tree view double clicked item.class
TreeExpansionEvent
The tree expansion event.class
TreeModifyEvent
Event triggered on delete or insert keys pressed on the tree item.class
TreeRefreshEvent
Event for refreshing tree view.class
TreeSelectionEvent
Selection event for tree.class
TreeSetExpansionEvent
Set expansion event for trees.class
TreeSetSelectionEvent
Set selection event for tree.class
UsePurposesChangeEvent
TheIServiceEvent
implementation 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 interface
IGridEvent
The 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 class
GridCellCreationEvent
The grid cell creation event.
The view sends the event when the 'placeholder' for cell editor was created.class
GridCellDisposalEvent
The grid cell disposal event.
The view sends the event when the cell editor is deactivated (should be disposed).class
GridCellFocusEvent
The grid cell focus event.
The view sends focus event when the cell editor should be focused.class
GridCellInitializationEvent
The grid cell initialization event.
It is sent to component by view when the cell editor initialization (activation) is needed.class
GridCheckboxCellEvent
The grid checkbox cell event.
The view sends the event when the cell editor notifies about it is checked/unchecked.class
GridItemSelectionEvent
The grid item selection event.class
GridRefreshEvent
The 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 void
AbstractDtSelectView. handleEventChannelEvent(IEvent event, VM viewModel, LightEditorBar<LC> control)
protected void
DtActionBarView. 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 void
AbstractDtSelectView. handleEventChannelEvent(IEvent event, VM viewModel, NC control)
protected void
DtActionBarView. handleEventChannelEvent(IEvent event, ActionBarViewModel viewModel, ValueChooser control)
protected void
DtTableView. handleEventChannelEvent(IEvent event, TableViewModel viewModel, org.eclipse.swt.widgets.Composite control)
protected void
DtTreeView. 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 void
SwtGridView. 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 class
DtGranularEditorChangeSelectionEvent
The event that sent from components to theDtGranularEditorPageAefComponent
to 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 void
PackageDataComponent. processEvent(IEvent event)
-