Package com._1c.g5.v8.dt.ui.aef.events
Class TreeDoubleClickEvent
java.lang.Object
com._1c.g5.v8.dt.ui.aef.events.TreeDoubleClickEvent
- All Implemented Interfaces:
IEvent
Event that initiates then the tree view double clicked item.
-
Constructor Summary
ConstructorsConstructorDescriptionTreeDoubleClickEvent
(TreeItemViewModel itemViewModel) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the item view model clicked.
-
Constructor Details
-
TreeDoubleClickEvent
Creates a new instance.- Parameters:
itemViewModel
- the item view model clicked, cannot benull
-
-
Method Details
-
getItemViewModel
Returns the item view model clicked.- Returns:
- the item view model clicked, cannot be
null
-