tabOffEnds

Type: Boolean

Availability: Read or write at run time only

Pressing the Tab key specified for the table moves focus from one visible, enabled cell to the next (the autoTab property of a cell control can result in the same shift in focus). The tabOffEnds property of the JadeTableSheet class determines what happens when a tab action occurs from the last visible, enabled cell in the sheet.

If the value of the tabOffEnds property is true, which is the default value, focus moves to the next control in the tab order after the table; that is, focus moves out of the table. If the value of the tabOffEnds property is false, focus moves to the next non-fixed cell that is visible and enabled, the search for such a cell resuming at the start of the sheet.

For a back tab, if the value of the tabOffEnds property is true and the current cell is the first visible, enabled cell of the non-fixed area of the table, focus moves to the prior control in the tab order before the table; that is, focus moves out of the table.