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
public class ClientSetSelectionEvent extends ClientEvent
A set selection event that can be sent to a component so that it transforms it intoTableSetSelectionEvent
andTreeSetSelectionEvent
for its view models.
-
-
Constructor Summary
Constructors Constructor Description ClientSetSelectionEvent(boolean async, Object... selectedObjects)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getSelectedObjects()
Returns the selected objects.-
Methods inherited from class com._1c.g5.aef2.events.ClientEvent
isAsync
-
-
-
-
Constructor Detail
-
ClientSetSelectionEvent
public ClientSetSelectionEvent(boolean async, Object... selectedObjects)
Creates a new instance.- Parameters:
async
-true
if the event should be processed asynchronouslyselectedObject
- the selected objects, cannot benull
-
-
Method Detail
-
getSelectedObjects
public Object[] getSelectedObjects()
Returns the selected objects.- Returns:
- the selected objects, cannot be
null
-
-