public static class GridVisibleRangeSupport.RangeChangedEvent
extends java.util.EventObject
Modifier and Type | Field | 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
|
public GridItem[] addedRows
public GridItem[] removedRows
public GridColumn[] addedColumns
public GridColumn[] removedColumns
public Grid.GridVisibleRange visibleRange