Class ColumnStructuralRefreshEvent
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.event.StructuralRefreshEvent
org.eclipse.nebula.widgets.nattable.layer.event.ColumnStructuralRefreshEvent
- All Implemented Interfaces:
ILayerEvent
,IStructuralChangeEvent
,IVisualChangeEvent
General event indicating that columns cached by the layers need refreshing.
Note: As opposed to the the
ColumnStructuralChangeEvent
this event
does not indicate the specific columns which have changed.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class org.eclipse.nebula.widgets.nattable.layer.event.StructuralRefreshEvent
cloneEvent, convertToLocal, getChangedPositionRectangles, getColumnDiffs, getLayer, getRowDiffs
-
Constructor Details
-
ColumnStructuralRefreshEvent
-
-
Method Details
-
isHorizontalStructureChanged
public boolean isHorizontalStructureChanged()- Specified by:
isHorizontalStructureChanged
in interfaceIStructuralChangeEvent
- Overrides:
isHorizontalStructureChanged
in classStructuralRefreshEvent
-
isVerticalStructureChanged
public boolean isVerticalStructureChanged()- Specified by:
isVerticalStructureChanged
in interfaceIStructuralChangeEvent
- Overrides:
isVerticalStructureChanged
in classStructuralRefreshEvent
-