Class RowUpdateEvent

java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.RowVisualChangeEvent
org.eclipse.nebula.widgets.nattable.layer.event.RowUpdateEvent
All Implemented Interfaces:
ILayerEvent, IVisualChangeEvent

public class RowUpdateEvent extends RowVisualChangeEvent
  • Constructor Details

    • RowUpdateEvent

      public RowUpdateEvent(ILayer layer, int rowPosition)
    • RowUpdateEvent

      public RowUpdateEvent(ILayer layer, Range rowPositionRange)
    • RowUpdateEvent

      public RowUpdateEvent(RowUpdateEvent event)
  • Method Details

    • cloneEvent

      public RowUpdateEvent cloneEvent()
      Returns:
      A cloned copy of the event. This cloned copy is provided to each listener.