Class ShowRowPositionsEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.RowVisualChangeEvent
org.eclipse.nebula.widgets.nattable.layer.event.RowStructuralChangeEvent
org.eclipse.nebula.widgets.nattable.hideshow.event.ShowRowPositionsEvent
- All Implemented Interfaces:
ILayerEvent,IStructuralChangeEvent,IVisualChangeEvent
- Direct Known Subclasses:
RowGroupExpandEvent
Structural change event to indicate that rows are made visible again.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedClone constructor.ShowRowPositionsEvent(ILayer layer, int... rowPositions) Constructor.ShowRowPositionsEvent(ILayer layer, Collection<Integer> rowPositions) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.RowStructuralChangeEvent
getChangedPositionRectangles, getColumnDiffs, isHorizontalStructureChanged, isVerticalStructureChangedMethods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.RowVisualChangeEvent
convertToLocal, getLayer, getRowIndexes, getRowPositionRanges, setRowPositionRanges, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.nebula.widgets.nattable.layer.event.ILayerEvent
convertToLocalMethods inherited from interface org.eclipse.nebula.widgets.nattable.layer.event.IVisualChangeEvent
getLayer
-
Constructor Details
-
ShowRowPositionsEvent
Constructor.- Parameters:
layer- The layer to which the given row positions match.rowPositions- The row positions that are made visible again.
-
ShowRowPositionsEvent
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
Clone constructor.- Parameters:
event- TheShowRowPositionsEventto clone.
-
-
Method Details
-
getRowDiffs
-
cloneEvent
- Returns:
- A cloned copy of the event. This cloned copy is provided to each listener.
-