Package com._1c.g5.aef2.events
Class ClientSelectionEvent
java.lang.Object
com._1c.g5.aef2.events.ClientEvent
com._1c.g5.aef2.events.ClientSelectionEvent
- All Implemented Interfaces:
IClientEvent,IEvent
A selection event that can be sent to a component
so that it transforms it into
SelectionEvents for its view models.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of the client selection event. -
Constructor Summary
ConstructorsConstructorDescriptionClientSelectionEvent(ClientSelectionEvent.ClientSelectionType type, boolean async) Creates a new instance. -
Method Summary
Methods inherited from class com._1c.g5.aef2.events.ClientEvent
isAsync
-
Constructor Details
-
ClientSelectionEvent
Creates a new instance.- Parameters:
type- The selection typeasync-trueif the event should be processed asynchronously
-
-
Method Details
-
getType
Returns the type of the event.- Returns:
- the type of the event
-