Class TreeSetSelectionEvent

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

public class TreeSetSelectionEvent extends Object implements IEvent
Set selection event for tree.
  • Constructor Details

    • TreeSetSelectionEvent

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

    • getSelectedItems

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