Class RowPositionHideCommand

  • All Implemented Interfaces:
    ILayerCommand

    public class RowPositionHideCommand
    extends AbstractPositionCommand
    Command to hide a row by additional providing a column as context information. This is for example needed for the HierarchicalTreeLayer to hide multiple rows based on the level header column.
    Since:
    1.6
    • Constructor Detail

      • RowPositionHideCommand

        public RowPositionHideCommand​(ILayer layer,
                                      int columnPosition,
                                      int rowPosition)