Class AutoResizeRowCommandHandler

    • Field Detail

      • commandLayer

        protected final ILayer commandLayer
        The layer on which the command should be fired. Usually this will be the GridLayer
      • positionLayer

        protected final ILayer positionLayer
        The layer to use for calculation of the row positions. Needs to be a layer at a lower position in the layer composition. Typically the body layer stack.
    • Constructor Detail

      • AutoResizeRowCommandHandler

        public AutoResizeRowCommandHandler​(ILayer commandLayer,
                                           ILayer positionLayer)
        Parameters:
        commandLayer - The layer on which the command should be fired. Usually this will be the GridLayer.
        positionLayer - The layer to use for calculation of the row positions. Needs to be a layer at a lower position in the layer composition. Typically the body layer stack.
      • AutoResizeRowCommandHandler

        public AutoResizeRowCommandHandler​(GridLayer gridLayer)
        Parameters:
        gridLayer - The GridLayer to which this command handler should be registered