DataGrid.setWrapCellPointer

Overview | Methods | Fields | This Package | All Packages

DataGrid.setWrapCellPointer

Sets a boolean value that indicates whether the TAB, ENTER, and arrow keys can be used to wrap the current cell focus around rows and columns.

Syntax

public void setWrapCellPointer( boolean wrapCellPointer )

Parameters

wrapCellPointer

Set to true to enable the current cell focus to wrap around rows or columns; otherwise, set to false. The default value of the wrapCellPointer property is false.

Remarks

The tabAction, enterAction, and allowArrows properties determine whether the TAB, ENTER, and arrow keys can be used to navigate within a row or column of the grid. When the wrapCellPointer property is set to true, these keys can then be used to wrap the current cell focus around rows and columns. For example, if the user is navigating within a row, the current cell focus will wrap from the last column to the first column in the next row (or from the first column to the last column in the previous row).

See Also   getWrapCellPointer