Class RowObjectDeleteCommand<T>

java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.data.command.RowObjectDeleteCommand<T>
Type Parameters:
T - The type contained in the backing data list.
All Implemented Interfaces:
ILayerCommand

public class RowObjectDeleteCommand<T> extends AbstractContextFreeCommand
Command to delete row objects.
Since:
1.6
  • Constructor Details

    • RowObjectDeleteCommand

      @SafeVarargs public RowObjectDeleteCommand(T... rowObjects)
      Parameters:
      rowObjects - The row objects to delete.
    • RowObjectDeleteCommand

      public RowObjectDeleteCommand(List<T> rowObjects)
      Parameters:
      rowObjects - The row objects to delete.
  • Method Details

    • getObjectsToDelete

      public List<T> getObjectsToDelete()
      Returns:
      The row objects that should be deleted.