getTabOrder

Returns order of FormElement for document. We calculate the tab order with two different methods:

  1. A Fallback tab order that is quick to calculate. This will provide reasonable tab ordering but it won't be correct.
  2. In the background, we start calculating the proper tab order. When this is done, onFormTabOrderUpdated will be called.
p>Note: this call may block for a while and should not be invoked on the main thread.

Return

List of FormElement in tab order.

See also