Package org.eclipse.nebula.widgets.grid
Class GridVisibleRangeSupport.RangeChangedEvent
java.lang.Object
java.util.EventObject
org.eclipse.nebula.widgets.grid.GridVisibleRangeSupport.RangeChangedEvent
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- GridVisibleRangeSupport
public static class GridVisibleRangeSupport.RangeChangedEvent
extends java.util.EventObject
Event informing about the change
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description GridColumn[]
addedColumns
Columns added to the rangeGridItem[]
addedRows
Rows new in the visible rangeGridColumn[]
removedColumns
Columns removed from the rangeGridItem[]
removedRows
Rows removed from the rangeGrid.GridVisibleRange
visibleRange
The current visible range -
Constructor Summary
Constructors Constructor Description RangeChangedEvent(Grid grid, Grid.GridVisibleRange visibleRange)
-
Method Summary
-
Field Details
-
addedRows
Rows new in the visible range -
removedRows
Rows removed from the range -
addedColumns
Columns added to the range -
removedColumns
Columns removed from the range -
visibleRange
The current visible range
-
-
Constructor Details
-
RangeChangedEvent
RangeChangedEvent(Grid grid, Grid.GridVisibleRange visibleRange)
-