Package com._1c.g5.aef2.events
Class ClientSetSelectionEvent
java.lang.Object
com._1c.g5.aef2.events.ClientEvent
com._1c.g5.aef2.events.ClientSetSelectionEvent
- All Implemented Interfaces:
IClientEvent,IEvent
A set selection event that can be sent to a component
so that it transforms it into
TableSetSelectionEvent and TreeSetSelectionEvent for its view models.-
Constructor Summary
ConstructorsConstructorDescriptionClientSetSelectionEvent(boolean async, Object... selectedObjects) Creates a new instance. -
Method Summary
Methods inherited from class com._1c.g5.aef2.events.ClientEvent
isAsync
-
Constructor Details
-
ClientSetSelectionEvent
Creates a new instance.- Parameters:
async-trueif the event should be processed asynchronouslyselectedObject- the selected objects, cannot benull
-
-
Method Details
-
getSelectedObjects
Returns the selected objects.- Returns:
- the selected objects, cannot be
null
-