Class 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 Detail

      • 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 Detail

      • getObjectsToDelete

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