Class RowGroupReorderStartCommand

  • All Implemented Interfaces:
    ILayerCommand

    public class RowGroupReorderStartCommand
    extends AbstractRowCommand
    Command to start a row group reordering via drag mode.

    The command does not inherit the RowReorderStartCommand as then it would be consumed first by the RowReorderLayer in the body layer stack and would not come to the row header layer stack.

    Since:
    1.6
    • Constructor Detail

      • RowGroupReorderStartCommand

        public RowGroupReorderStartCommand​(ILayer layer,
                                           int level,
                                           int fromRowPosition)
        Parameters:
        layer - The layer to which the position matches.
        level - The group level on which the group reorder should be performed.
        fromRowPosition - The row position from which the reorder is started via drag.
      • RowGroupReorderStartCommand

        protected RowGroupReorderStartCommand​(RowGroupReorderStartCommand command)
        Clone constructor.
        Parameters:
        command - The command to clone.