Package com._1c.g5.v8.dt.ui.aef.events
Class TreeSelectionEvent
- java.lang.Object
-
- com._1c.g5.aef2.events.ViewModelEvent
-
- com._1c.g5.aef2.standard.events.SelectionEvent
-
- com._1c.g5.v8.dt.ui.aef.events.TreeSelectionEvent
-
- All Implemented Interfaces:
IEvent
public class TreeSelectionEvent extends SelectionEvent
Selection event for tree.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com._1c.g5.aef2.standard.events.SelectionEvent
SelectionEvent.SelectionType
-
-
Constructor Summary
Constructors Constructor Description TreeSelectionEvent(IViewModel viewModel)
Creates a new instance.
-
Method Summary
-
Methods inherited from class com._1c.g5.aef2.standard.events.SelectionEvent
getType
-
Methods inherited from class com._1c.g5.aef2.events.ViewModelEvent
getViewModel
-
-
-
-
Constructor Detail
-
TreeSelectionEvent
public TreeSelectionEvent(IViewModel viewModel)
Creates a new instance.- Parameters:
viewModel
- the view model
-
-