Package com._1c.g5.v8.dt.ui.aef.events
Class TableSelectionEvent
java.lang.Object
com._1c.g5.aef2.events.ViewModelEvent
com._1c.g5.aef2.standard.events.SelectionEvent
com._1c.g5.v8.dt.ui.aef.events.TableSelectionEvent
- All Implemented Interfaces:
IEvent
The event notified by a table view when its selection has changed.
-
Nested Class Summary
Nested classes/interfaces inherited from class com._1c.g5.aef2.standard.events.SelectionEvent
SelectionEvent.SelectionType
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.aef2.standard.events.SelectionEvent
getFirstSelectedViewModel, getSelectedViewModels, getType
Methods inherited from class com._1c.g5.aef2.events.ViewModelEvent
getViewModel
-
Constructor Details
-
TableSelectionEvent
Creates a new instance.- Parameters:
viewModels
- the view models, cannot benull
-