Package com._1c.g5.v8.dt.ui.aef.events
Class TableSetSelectionEvent
java.lang.Object
com._1c.g5.v8.dt.ui.aef.events.TableSetSelectionEvent
- All Implemented Interfaces:
 IEvent
Set selection event for table.
- 
Constructor Summary
ConstructorsConstructorDescriptionTableSetSelectionEvent(TableItemViewModel... selectedObjects) Creates a new instance. - 
Method Summary
Modifier and TypeMethodDescriptionReturns the selected objects. 
- 
Constructor Details
- 
TableSetSelectionEvent
Creates a new instance.- Parameters:
 selectedObject- the selected objects, cannot benull
 
 - 
 - 
Method Details
- 
getSelectedItems
Returns the selected objects.- Returns:
 - the selected objects, cannot be 
null 
 
 -