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
ModifierConstructorDescriptionprotected
Clone 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, isVerticalStructureChanged
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.RowVisualChangeEvent
convertToLocal, getLayer, getRowIndexes, getRowPositionRanges, setRowPositionRanges, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.nebula.widgets.nattable.layer.event.ILayerEvent
convertToLocal
Methods 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
- TheShowRowPositionsEvent
to clone.
-
-
Method Details
-
getRowDiffs
-
cloneEvent
- Returns:
- A cloned copy of the event. This cloned copy is provided to each listener.
-