Class ShowRowPositionsEvent

All Implemented Interfaces:
ILayerEvent, IStructuralChangeEvent, IVisualChangeEvent
Direct Known Subclasses:
RowGroupExpandEvent

public class ShowRowPositionsEvent extends RowStructuralChangeEvent
Structural change event to indicate that rows are made visible again.
  • Constructor Details

    • ShowRowPositionsEvent

      public ShowRowPositionsEvent(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.
    • ShowRowPositionsEvent

      public ShowRowPositionsEvent(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.
      Since:
      2.0
    • ShowRowPositionsEvent

      protected ShowRowPositionsEvent(ShowRowPositionsEvent event)
      Clone constructor.
      Parameters:
      event - The ShowRowPositionsEvent to clone.
  • Method Details