Class RowInsertCommandHandler<T>

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

public class RowInsertCommandHandler<T> extends Object implements ILayerCommandHandler<RowInsertCommand>
Default command handler for the RowInsertCommand. Operates on a List to add row objects by index. Therefore this command handler should be registered on the body DataLayer.
Since:
1.6
  • Constructor Details

    • RowInsertCommandHandler

      public RowInsertCommandHandler(List<T> bodyData)
      Parameters:
      bodyData - The backing data list on which the delete operation should be performed. Should be the same list that is used by the data provider.
  • Method Details