org.eclipse.nebula.widgets.nattable.hideshow.event
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
public class ShowRowPositionsEvent
- extends RowStructuralChangeEvent
ShowRowPositionsEvent
public ShowRowPositionsEvent(ILayer layer,
Collection<Integer> rowPositions)
ShowRowPositionsEvent
protected ShowRowPositionsEvent(ShowRowPositionsEvent event)
getRowDiffs
public Collection<StructuralDiff> getRowDiffs()
cloneEvent
public ShowRowPositionsEvent cloneEvent()
- Returns:
- A cloned copy of the event. This cloned copy is provided to each
listener.
convertToLocal
public boolean convertToLocal(ILayer localLayer)
- Description copied from interface:
ILayerEvent
- Convert the column/row positions carried by the event to the layer about
to handle the event.
- Specified by:
convertToLocal
in interface ILayerEvent
- Overrides:
convertToLocal
in class RowVisualChangeEvent
- Parameters:
localLayer
- layer about to receive the event
- Returns:
- TRUE if successfully converted, FALSE otherwise
Copyright © 2015. All rights reserved.