Package com._1c.g5.aef2.events
package com._1c.g5.aef2.events
-
ClassDescriptionAbstractServiceConsumer<T,
E extends IServiceEvent> The basic abstract implementation of theIServiceConsumer
.Collapse all event that can be sent to a component so that it transforms it intoTreeCollapseAllEvent
for its view models.An abstract implementation ofIClientEvent
.Expand all event that can be sent to a component so that it transforms it intoTreeExpandAllEvent
for its view models.An event sent to a component indicating it needs to focus.A selection event that can be sent to a component so that it transforms it intoSelectionEvent
s for its view models.Type of the client selection event.A set filter event that can be sent to a component and contains filter predicate.A set selection event that can be sent to a component so that it transforms it intoTableSetSelectionEvent
andTreeSetSelectionEvent
for its view models.The commit event, typically sent from aIView
to its component.The discard event, typically sent from aIView
to its component.Focus event.A contract for events sent by the scene to its components.The event used by the AEF to communicate with the components.The event channel where you could send the events.Defines contract of a event channel listener.The service consumer that consumes service events or messages and translates it to AEFIServiceEvent
s that will be sent to components byIServiceEventTracker
.The event used by the Atomic Editor Framework to communicate with ambient services.The qualifier forIServiceEvent
.The contract of trackers of service events.Special implementation ofIEvent
that says to dialog created byIDialogViewModel
that it should be called okPressed methodThe relayout event, sent from aIView
to its component.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.The restore state event.An event which the scene sends to its component after refresh.The base implementation ofIServiceEventQualifier
.The view model event.