Package com._1c.g5.v8.dt.ui.aef.events
Class TableSetSelectionEvent
- java.lang.Object
- 
- com._1c.g5.v8.dt.ui.aef.events.TableSetSelectionEvent
 
- 
- 
Constructor SummaryConstructors Constructor Description TableSetSelectionEvent(TableItemViewModel... selectedObjects)Creates a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TableItemViewModel[]getSelectedItems()Returns the selected objects.
 
- 
- 
- 
Constructor Detail- 
TableSetSelectionEventpublic TableSetSelectionEvent(TableItemViewModel... selectedObjects) Creates a new instance.- Parameters:
- selectedObject- the selected objects, cannot be- null
 
 
- 
 - 
Method Detail- 
getSelectedItemspublic TableItemViewModel[] getSelectedItems() Returns the selected objects.- Returns:
- the selected objects, cannot be null
 
 
- 
 
-