Class HideColumnByIndexCommand

java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
org.eclipse.nebula.widgets.nattable.hideshow.command.HideColumnByIndexCommand
All Implemented Interfaces:
ILayerCommand

public class HideColumnByIndexCommand extends AbstractContextFreeCommand
Hide a column by index instead of position. Intended to be used to programmatically hide columns in complex compositions.
Since:
2.0
  • Constructor Details

    • HideColumnByIndexCommand

      public HideColumnByIndexCommand(int... columnIndexes)
      Parameters:
      columnIndexes - The column indexes that should be hidden.
    • HideColumnByIndexCommand

      protected HideColumnByIndexCommand(HideColumnByIndexCommand command)
      Clone constructor.
      Parameters:
      command - The command to clone.
  • Method Details