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 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.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. -
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 voidIScene. queueEvent(Object query, IClientEvent event)Finds a component by a query using the registered search providers and queues an event for it.voidScene. 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 classExternalValidationEventThe 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 classClientShowOnlyUsedContentEventShow 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 classCommonPicturesPreviewImageChangeEventA 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 classClientSetFilterByStandaloneContentEventA set filter by standalone content event that can be sent to a component.
-