Package com._1c.g5.v8.dt.ui.aef.events
Class TreeSetExpansionEvent
- java.lang.Object
- 
- com._1c.g5.v8.dt.ui.aef.events.TreeSetExpansionEvent
 
- 
- 
Constructor SummaryConstructors Constructor Description TreeSetExpansionEvent(TreeItemViewModel... expanded)Creates a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeItemViewModel[]getExpandedItems()Returns the expanded objects.
 
- 
- 
- 
Constructor Detail- 
TreeSetExpansionEventpublic TreeSetExpansionEvent(TreeItemViewModel... expanded) Creates a new instance.- Parameters:
- expanded- the expanded objects, cannot be- null.
 
 
- 
 - 
Method Detail- 
getExpandedItemspublic TreeItemViewModel[] getExpandedItems() Returns the expanded objects.- Returns:
- the expanded objects, cannot be null.
 
 
- 
 
-