Class TableSetSelectionEvent

java.lang.Object
com._1c.g5.v8.dt.ui.aef.events.TableSetSelectionEvent
All Implemented Interfaces:
IEvent

public class TableSetSelectionEvent extends Object implements IEvent
Set selection event for table.
  • Constructor Details

    • TableSetSelectionEvent

      public TableSetSelectionEvent(TableItemViewModel... selectedObjects)
      Creates a new instance.
      Parameters:
      selectedObject - the selected objects, cannot be null
  • Method Details

    • getSelectedItems

      public TableItemViewModel[] getSelectedItems()
      Returns the selected objects.
      Returns:
      the selected objects, cannot be null