Uses of Class
com._1c.g5.aef2.events.ClientEvent
-
Packages that use ClientEvent Package Description com._1c.g5.aef2.events com._1c.g5.v8.dt.md.ui.aef.components com._1c.g5.v8.dt.md.ui.aef.components.commonpicture -
-
Uses of ClientEvent in com._1c.g5.aef2.events
Subclasses of ClientEvent in com._1c.g5.aef2.events 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
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 ClientEvent in com._1c.g5.v8.dt.md.ui.aef.components
Subclasses of ClientEvent in com._1c.g5.v8.dt.md.ui.aef.components 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 ClientEvent in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture
Subclasses of ClientEvent in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture Modifier and Type Class Description class
CommonPicturesPreviewImageChangeEvent
A image change event that can be sent to a preview image component
-