Class UpdateColumnGroupCollapseCommand

  • All Implemented Interfaces:
    ILayerCommand

    public class UpdateColumnGroupCollapseCommand
    extends AbstractContextFreeCommand
    Command that is used to update the hidden indexes for a column group in the ColumnGroupExpandCollapseLayer.
    Since:
    1.6
    • Method Detail

      • getIndexesToHide

        public int[] getIndexesToHide()
        Returns:
        The indexes to hide.
        Since:
        2.0
      • getIndexesToShow

        public int[] getIndexesToShow()
        Returns:
        The indexes to show.
        Since:
        2.0
      • addIndexesToHide

        public void addIndexesToHide​(int... indexes)
        Add the given indexes to the indexes to hide.
        Parameters:
        indexes - The indexes that should be added to the indexes to hide.
        Since:
        2.0
      • addIndexesToShow

        public void addIndexesToShow​(int... indexes)
        Add the given indexes to the indexes to show.
        Parameters:
        indexes - The indexes that should be added to the indexes to show.
        Since:
        2.0