Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DataGrid.getCurrentCellVisible

Retrieves a boolean value indicating whether the current cell is completely visible.

Syntax

public boolean getCurrentCellVisible()

Return Value

Returns true if the current cell is completely visible in the grid's current scroll position; otherwise, returns false.

Remarks

If getCurrentCellVisible returns false, you can call makeCurrentCellVisible to scroll the grid and bring the entire cell into view.