Class ColumnGroupExpandEvent

All Implemented Interfaces:
ILayerEvent, IStructuralChangeEvent, IVisualChangeEvent

public class ColumnGroupExpandEvent extends ShowColumnPositionsEvent
Specialization of the ShowColumnPositionsEvent. Mainly used to inform about showed columns but avoid handling it in the ColumnGroupHeaderLayer.
Since:
2.1
  • Constructor Details

    • ColumnGroupExpandEvent

      public ColumnGroupExpandEvent(IUniqueIndexLayer layer, Collection<Integer> columnPositions)
      Constructor.
      Parameters:
      layer - The layer to which the given column positions match.
      columnPositions - The column positions that are made visible again.
    • ColumnGroupExpandEvent

      public ColumnGroupExpandEvent(ILayer layer, int... columnPositions)
      Constructor.
      Parameters:
      layer - The layer to which the given column positions match.
      columnPositions - The column positions that are made visible again.
    • ColumnGroupExpandEvent

      public ColumnGroupExpandEvent(ShowColumnPositionsEvent event)
      Clone constructor.
      Parameters:
      event - The ColumnGroupExpandEvent to clone.