Class TableSetSelectionEvent

  • All Implemented Interfaces:
    IEvent

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

      • TableSetSelectionEvent

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

      • getSelectedItems

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