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 rangeprivate static long
serialVersionUID
Grid.GridVisibleRange
visibleRange
The current visible range
-
Constructor Summary
Constructors Constructor Description RangeChangedEvent(Grid grid, Grid.GridVisibleRange visibleRange)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
addedRows
public GridItem[] addedRows
Rows new in the visible range
-
removedRows
public GridItem[] removedRows
Rows removed from the range
-
addedColumns
public GridColumn[] addedColumns
Columns added to the range
-
removedColumns
public GridColumn[] removedColumns
Columns removed from the range
-
visibleRange
public Grid.GridVisibleRange visibleRange
The current visible range
-
-
Constructor Detail
-
RangeChangedEvent
RangeChangedEvent(Grid grid, Grid.GridVisibleRange visibleRange)
-
-