public static class GridVisibleRangeSupport.RangeChangedEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
GridColumn[] |
addedColumns
Columns added to the range
|
GridItem[] |
addedRows
Rows new in the visible range
|
GridColumn[] |
removedColumns
Columns removed from the range
|
GridItem[] |
removedRows
Rows removed from the range
|
Grid.GridVisibleRange |
visibleRange
The current visible range
|
Constructor and Description |
---|
RangeChangedEvent(Grid grid,
Grid.GridVisibleRange visibleRange) |
public GridItem[] addedRows
public GridItem[] removedRows
public GridColumn[] addedColumns
public GridColumn[] removedColumns
public Grid.GridVisibleRange visibleRange
RangeChangedEvent(Grid grid, Grid.GridVisibleRange visibleRange)