Package com._1c.g5.v8.dt.ui.aef.events
Class TreeSetSelectionEvent
java.lang.Object
com._1c.g5.v8.dt.ui.aef.events.TreeSetSelectionEvent
- All Implemented Interfaces:
IEvent
Set selection event for tree.
-
Constructor Summary
ConstructorsConstructorDescriptionTreeSetSelectionEvent
(TreeItemViewModel... selectedObjects) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the selected objects.
-
Constructor Details
-
TreeSetSelectionEvent
Creates a new instance.- Parameters:
selectedObject
- the selected objects, cannot benull
-
-
Method Details
-
getSelectedItems
Returns the selected objects.- Returns:
- the selected objects, cannot be
null
-