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
public class ClientSelectionEvent extends ClientEvent
A selection event that can be sent to a component so that it transforms it intoSelectionEvents for its view models.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientSelectionEvent.ClientSelectionTypeType of the client selection event.
-
Constructor Summary
Constructors Constructor Description ClientSelectionEvent(ClientSelectionEvent.ClientSelectionType type, boolean async)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientSelectionEvent.ClientSelectionTypegetType()Returns the type of the event.-
Methods inherited from class com._1c.g5.aef2.events.ClientEvent
isAsync
-
-
-
-
Constructor Detail
-
ClientSelectionEvent
public ClientSelectionEvent(ClientSelectionEvent.ClientSelectionType type, boolean async)
Creates a new instance.- Parameters:
type- The selection typeasync-trueif the event should be processed asynchronously
-
-
Method Detail
-
getType
public ClientSelectionEvent.ClientSelectionType getType()
Returns the type of the event.- Returns:
- the type of the event
-
-