Uses of Interface
com._1c.g5.aef2.events.IClientEvent
-
-
Uses of IClientEvent in com._1c.g5.aef2.events
Classes in com._1c.g5.aef2.events that implement IClientEvent 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
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. -
Uses of IClientEvent in com._1c.g5.aef2.scenes
Methods in com._1c.g5.aef2.scenes with parameters of type IClientEvent Modifier and Type Method Description void
IScene. queueEvent(Object query, IClientEvent event)
Finds a component by a query using the registered search providers and queues an event for it.void
Scene. queueEvent(Object query, IClientEvent event)
-
Uses of IClientEvent in com._1c.g5.aef2.standard.events
Classes in com._1c.g5.aef2.standard.events that implement IClientEvent Modifier and Type Class Description class
ExternalValidationEvent
The event sent to component to update its external validation status.
This event is alwaysasync
. -
Uses of IClientEvent in com._1c.g5.v8.dt.md.ui.aef.components
Classes in com._1c.g5.v8.dt.md.ui.aef.components that implement IClientEvent Modifier and Type Class Description class
ClientShowOnlyUsedContentEvent
Show content filter by use event that can be sent to a common attributes content component -
Uses of IClientEvent 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 IClientEvent Modifier and Type Class Description class
CommonPicturesPreviewImageChangeEvent
A image change event that can be sent to a preview image component -
Uses of IClientEvent 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 IClientEvent Modifier and Type Class Description class
ClientSetFilterByStandaloneContentEvent
A set filter by standalone content event that can be sent to a component.
-