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