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
public class TableSelectionEvent extends SelectionEvent
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 Constructor Description TableSelectionEvent(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
-
TableSelectionEvent
public TableSelectionEvent(IViewModel viewModel)
Creates a new instance.- Parameters:
viewModel
- the view model
-
-