Package com._1c.g5.v8.dt.ui.aef.events
Class TreeSetExpansionEvent
java.lang.Object
com._1c.g5.v8.dt.ui.aef.events.TreeSetExpansionEvent
- All Implemented Interfaces:
IEvent
Set expansion event for trees.
-
Constructor Summary
ConstructorsConstructorDescriptionTreeSetExpansionEvent
(TreeItemViewModel... expanded) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the expanded objects.
-
Constructor Details
-
TreeSetExpansionEvent
Creates a new instance.- Parameters:
expanded
- the expanded objects, cannot benull
.
-
-
Method Details
-
getExpandedItems
Returns the expanded objects.- Returns:
- the expanded objects, cannot be
null
.
-