Class ColumnHideShowLayerFixture

    • Constructor Detail

      • ColumnHideShowLayerFixture

        public ColumnHideShowLayerFixture()
      • ColumnHideShowLayerFixture

        public ColumnHideShowLayerFixture​(IUniqueIndexLayer underlyingLayerFixture)
      • ColumnHideShowLayerFixture

        public ColumnHideShowLayerFixture​(int... columnPositionsToHide)
    • Method Detail

      • doCommand

        public boolean doCommand​(ILayerCommand command)
        Description copied from interface: ILayer
        Opportunity to respond to a command as it flows down the stack. If the layer is not interested in the command it should allow the command to keep traveling down the stack.

        Note: Before the layer can process a command it must convert the command to its local coordinates using ILayerCommand.convertToTargetLayer(ILayer)

        Specified by:
        doCommand in interface ILayer
        Overrides:
        doCommand in class AbstractLayerTransform
        Parameters:
        command - The command to execute.
        Returns:
        true if the command has been handled and was therefore consumed, false otherwise.