All Implemented Interfaces:
ILayerEvent, IStructuralChangeEvent, IVisualChangeEvent

public class RowGroupExpandEvent extends ShowRowPositionsEvent
Specialization of the ShowRowPositionsEvent. Mainly used to inform about showed rows but avoid handling it in the RowGroupHeaderLayer.
Since:
2.1
  • Constructor Details

    • RowGroupExpandEvent

      public RowGroupExpandEvent(ILayer layer, Collection<Integer> rowPositions)
      Constructor.
      Parameters:
      layer - The layer to which the given row positions match.
      rowPositions - The row positions that are made visible again.
    • RowGroupExpandEvent

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

      protected RowGroupExpandEvent(RowGroupExpandEvent event)
      Clone constructor.
      Parameters:
      event - The RowGroupExpandEvent to clone.