Package org.eclipse.nebula.widgets.grid
Class Grid.GridVisibleRange
java.lang.Object
org.eclipse.nebula.widgets.grid.Grid.GridVisibleRange
- Enclosing class:
- Grid
public static class Grid.GridVisibleRange
extends java.lang.Object
Object holding the visible range
-
Constructor Summary
Constructors Constructor Description GridVisibleRange() -
Method Summary
Modifier and Type Method Description GridColumn[]getColumns()GridItem[]getItems()
-
Constructor Details
-
GridVisibleRange
public GridVisibleRange()
-
-
Method Details
-
getItems
- Returns:
- the current items shown
-
getColumns
- Returns:
- the current columns shown
-