Class ShowColumnPositionsEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.ColumnVisualChangeEvent
org.eclipse.nebula.widgets.nattable.layer.event.ColumnStructuralChangeEvent
org.eclipse.nebula.widgets.nattable.hideshow.event.ShowColumnPositionsEvent
- All Implemented Interfaces:
ILayerEvent
,IStructuralChangeEvent
,IVisualChangeEvent
- Direct Known Subclasses:
ColumnGroupExpandEvent
Structural change event to indicate that columns are made visible again.
-
Constructor Summary
ConstructorDescriptionClone constructor.ShowColumnPositionsEvent
(ILayer layer, int... columnPositions) Constructor.ShowColumnPositionsEvent
(IUniqueIndexLayer layer, Collection<Integer> columnPositions) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.ColumnStructuralChangeEvent
getChangedPositionRectangles, getRowDiffs, isHorizontalStructureChanged, isVerticalStructureChanged
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.ColumnVisualChangeEvent
convertToLocal, getColumnIndexes, getColumnPositionRanges, getLayer, setColumnPositionRanges, 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
-
ShowColumnPositionsEvent
Constructor.- Parameters:
layer
- The layer to which the given column positions match.columnPositions
- The column positions that are made visible again.
-
ShowColumnPositionsEvent
Constructor.- Parameters:
layer
- The layer to which the given column positions match.columnPositions
- The column positions that are made visible again.- Since:
- 2.0
-
ShowColumnPositionsEvent
Clone constructor.- Parameters:
event
- TheShowColumnPositionsEvent
to clone.
-
-
Method Details
-
getColumnDiffs
-
cloneEvent
- Returns:
- A cloned copy of the event. This cloned copy is provided to each listener.
-